Class XDDFBulletSizePoints

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)