|
||||||||||
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
org.apache.poi.xslf.usermodel.XSLFFreeformShape
@Beta public class XSLFFreeformShape
Represents a custom geometric shape. This shape will consist of a series of lines and curves described within a creation path.
Method Summary | |
---|---|
java.awt.geom.GeneralPath |
getPath()
|
int |
setPath(java.awt.geom.GeneralPath path)
Set the shape path |
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFAutoShape |
---|
getFillColor, getTextBody, setFillColor |
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 int setPath(java.awt.geom.GeneralPath path)
path
- shape outline
public java.awt.geom.GeneralPath getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |