Package org.apache.poi.xddf.usermodel
Class XDDFLineProperties
java.lang.Object
org.apache.poi.xddf.usermodel.XDDFLineProperties
-
Constructor Summary
ConstructorsConstructorDescriptionXDDFLineProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionintgetDashStop(int index) getWidth()org.openxmlformats.schemas.drawingml.x2006.main.CTLinePropertiesinsertDashStop(int index) voidremoveDashStop(int index) voidsetCompoundLine(CompoundLine compound) voidvoidsetFillProperties(XDDFFillProperties properties) voidsetHeadEnd(XDDFLineEndProperties properties) voidsetLineCap(LineCap cap) voidsetLineJoinProperties(XDDFLineJoinProperties properties) voidsetPenAlignment(PenAlignment alignment) voidsetPresetDash(XDDFPresetLineDash properties) voidsetTailEnd(XDDFLineEndProperties properties) void
-
Constructor Details
-
XDDFLineProperties
public XDDFLineProperties() -
XDDFLineProperties
@Internal public XDDFLineProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineProperties properties)
-
-
Method Details
-
getXmlObject
-
getPenAlignment
-
setPenAlignment
-
getLineCap
-
setLineCap
-
getCompoundLine
-
setCompoundLine
-
addDashStop
-
insertDashStop
-
removeDashStop
public void removeDashStop(int index) -
getDashStop
-
getDashStops
-
countDashStops
public int countDashStops() -
getPresetDash
-
setPresetDash
-
getExtensionList
-
setExtensionList
-
getFillProperties
-
setFillProperties
-
getLineJoinProperties
-
setLineJoinProperties
-
getHeadEnd
-
setHeadEnd
-
getTailEnd
-
setTailEnd
-
getWidth
-
setWidth
-