|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
Method Summary | |
---|---|
Hyperlink<S,P> |
createHyperlink()
Creates a hyperlink and asigns it to this shape. |
java.awt.Color |
getFillColor()
Returns the solid color fill. |
FillStyle |
getFillStyle()
|
CustomGeometry |
getGeometry()
|
Hyperlink<S,P> |
getHyperlink()
Returns the hyperlink assigned to this shape |
LineDecoration |
getLineDecoration()
|
Placeholder |
getPlaceholder()
|
Shadow<S,P> |
getShadow()
|
ShapeType |
getShapeType()
|
StrokeStyle |
getStrokeStyle()
|
void |
setFillColor(java.awt.Color color)
Specifies a solid color fill. |
void |
setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application as a placeholder. |
void |
setShapeType(ShapeType type)
|
void |
setStrokeStyle(java.lang.Object... styles)
Sets the line attributes. |
Methods inherited from interface org.apache.poi.sl.usermodel.Shape |
---|
draw, getAnchor, getParent, getSheet |
Methods inherited from interface org.apache.poi.sl.draw.geom.IAdjustableShape |
---|
getAdjustValue |
Methods inherited from interface org.apache.poi.sl.usermodel.PlaceableShape |
---|
getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, getSheet, setAnchor, setFlipHorizontal, setFlipVertical, setRotation |
Method Detail |
---|
FillStyle getFillStyle()
LineDecoration getLineDecoration()
StrokeStyle getStrokeStyle()
void setStrokeStyle(java.lang.Object... styles)
styles
- the line attributesCustomGeometry getGeometry()
ShapeType getShapeType()
void setShapeType(ShapeType type)
Placeholder getPlaceholder()
setPlaceholder(Placeholder)
void setPlaceholder(Placeholder placeholder)
placeholder
- the placeholder or null to remove the reference to the placeholderShadow<S,P> getShadow()
java.awt.Color getFillColor()
void setFillColor(java.awt.Color color)
color
- the solid color fill. The value of null
unsets
the solid fill attribute from the underlying implementationHyperlink<S,P> getHyperlink()
null
if not found.Hyperlink<S,P> createHyperlink()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |