Package org.apache.poi.xddf.usermodel
Class XDDFLineEndProperties
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.XDDFLineEndProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXDDFLineEndProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineEndLengthgetLength()LineEndTypegetType()LineEndWidthgetWidth()protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndPropertiesgetXmlObject()voidsetLength(LineEndLength length)voidsetType(LineEndType type)voidsetWidth(LineEndWidth width)
-
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties getXmlObject()
-
getLength
public LineEndLength getLength()
-
setLength
public void setLength(LineEndLength length)
-
getType
public LineEndType getType()
-
setType
public void setType(LineEndType type)
-
getWidth
public LineEndWidth getWidth()
-
setWidth
public void setWidth(LineEndWidth width)
-
-