Class TextBulletSizePercent
java.lang.Object
com.independentsoft.office.drawing.TextBulletSize
com.independentsoft.office.drawing.TextBulletSizePercent
The Class TextBulletSizePercent.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new text bullet size percent.TextBulletSizePercent(double value)Instantiates a new text bullet size percent. -
Method Summary
-
Constructor Details
-
TextBulletSizePercent
public TextBulletSizePercent()Instantiates a new text bullet size percent. -
TextBulletSizePercent
public TextBulletSizePercent(double value)Instantiates a new text bullet size percent.- Parameters:
value- the value
-
-
Method Details
-
clone
- Specified by:
clonein classTextBulletSize
-
toString
-
getValue
public double getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(double value)Sets the value.- Parameters:
value- the new value
-