Class XDDFBulletSizePercent

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        XDDFBulletSizePercent​(double value)  
      protected XDDFBulletSizePercent​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent percent, java.lang.Double scale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getPercent()  
      protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent getXmlObject()  
      void setPercent​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XDDFBulletSizePercent

        public XDDFBulletSizePercent​(double value)
      • XDDFBulletSizePercent

        @Internal
        protected XDDFBulletSizePercent​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent percent,
                                        java.lang.Double scale)
    • Method Detail

      • getXmlObject

        @Internal
        protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent getXmlObject()
      • getPercent

        public double getPercent()
      • setPercent

        public void setPercent​(double value)