Package org.apache.poi.xddf.usermodel
Class XDDFLineJoinMiterProperties
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.XDDFLineJoinMiterProperties
-
- All Implemented Interfaces:
XDDFLineJoinProperties
@Beta public class XDDFLineJoinMiterProperties extends java.lang.Object implements XDDFLineJoinProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFLineJoinMiterProperties()
protected
XDDFLineJoinMiterProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinMiterProperties join)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getLimit()
protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinMiterProperties
getXmlObject()
void
setLimit(java.lang.Integer limit)
-
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinMiterProperties getXmlObject()
-
getLimit
public java.lang.Integer getLimit()
-
setLimit
public void setLimit(java.lang.Integer limit)
-
-