Class XDDFBulletSizePoints
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFBulletSizePoints
-
- All Implemented Interfaces:
XDDFBulletSize
@Beta public class XDDFBulletSizePoints extends java.lang.Object implements XDDFBulletSize
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFBulletSizePoints(double value)
protected
XDDFBulletSizePoints(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPoints()
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint
getXmlObject()
void
setPoints(double value)
-
-
-
Constructor Detail
-
XDDFBulletSizePoints
public XDDFBulletSizePoints(double value)
-
XDDFBulletSizePoints
@Internal protected XDDFBulletSizePoints(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint points)
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint getXmlObject()
-
getPoints
public double getPoints()
-
setPoints
public void setPoints(double value)
-
-