Class XDDFBulletSizePoints
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFBulletSizePoints
-
- All Implemented Interfaces:
XDDFBulletSize
@Beta public class XDDFBulletSizePoints extends Object implements XDDFBulletSize
-
-
Constructor Summary
Constructors Modifier Constructor Description XDDFBulletSizePoints(double value)protectedXDDFBulletSizePoints(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPoints()protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePointgetXmlObject()voidsetPoints(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)
-
-