Package org.apache.poi.xddf.usermodel
Class XDDFLineEndProperties
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.XDDFLineEndProperties
-
@Beta public class XDDFLineEndProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XDDFLineEndProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineEndLength
getLength()
LineEndType
getType()
LineEndWidth
getWidth()
protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties
getXmlObject()
void
setLength(LineEndLength length)
void
setType(LineEndType type)
void
setWidth(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)
-
-