|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.usermodel.XSLFShape
org.apache.poi.xslf.usermodel.XSLFSimpleShape
org.apache.poi.xslf.usermodel.XSLFTextShape
org.apache.poi.xslf.usermodel.XSLFAutoShape
@Beta public class XSLFAutoShape
Represents a preset geometric shape.
Method Summary | |
---|---|
java.awt.Color |
getFillColor()
|
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody |
getTextBody(boolean create)
|
void |
setFillColor(java.awt.Color color)
Specifies a solid color fill. |
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFTextShape |
---|
addNewTextParagraph, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getText, getTextAutofit, getTextBodyPr, getTextDirection, getTextParagraphs, getVerticalAlignment, getWordWrap, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setTextAutofit, setTextDirection, setVerticalAlignment, setWordWrap |
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFSimpleShape |
---|
getAnchor, getFlipHorizontal, getFlipVertical, getLineCap, getLineColor, getLineDash, getLineWidth, getNvPr, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpPr, getXmlObject, setAnchor, setFlipHorizontal, setFlipVertical, setLineCap, setLineColor, setLineDash, setLineWidth, setRotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setFillColor(java.awt.Color color)
setFillColor
in class XSLFTextShape
color
- the solid color fill.
The value of null
unsets the solidFIll attribute from the underlying xmlpublic java.awt.Color getFillColor()
getFillColor
in class XSLFTextShape
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody getTextBody(boolean create)
getTextBody
in class XSLFTextShape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |