|
||||||||||
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.XSLFConnectorShape
@Beta public class XSLFConnectorShape
Specifies a connection shape.
Method Summary | |
---|---|
LineDecoration |
getLineHeadDecoration()
|
LineEndLength |
getLineHeadLength()
|
LineEndWidth |
getLineHeadWidth()
|
LineDecoration |
getLineTailDecoration()
|
LineEndLength |
getLineTailLength()
|
LineEndWidth |
getLineTailWidth()
|
void |
setLineHeadDecoration(LineDecoration style)
Specifies the line end decoration, such as a triangle or arrowhead. |
void |
setLineHeadLength(LineEndLength style)
Specifies the line end width in relation to the line width. |
void |
setLineHeadWidth(LineEndWidth style)
specifies decorations which can be added to the head of a line. |
void |
setLineTailDecoration(LineDecoration style)
Specifies the line end decoration, such as a triangle or arrowhead. |
void |
setLineTailLength(LineEndLength style)
Specifies the line end width in relation to the line width. |
void |
setLineTailWidth(LineEndWidth style)
specifies decorations which can be added to the tail of a line. |
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 setLineHeadDecoration(LineDecoration style)
public LineDecoration getLineHeadDecoration()
public void setLineHeadWidth(LineEndWidth style)
public LineEndWidth getLineHeadWidth()
public void setLineHeadLength(LineEndLength style)
public LineEndLength getLineHeadLength()
public void setLineTailDecoration(LineDecoration style)
public LineDecoration getLineTailDecoration()
public void setLineTailWidth(LineEndWidth style)
public LineEndWidth getLineTailWidth()
public void setLineTailLength(LineEndLength style)
public LineEndLength getLineTailLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |