Class TextBulletSizePoint
java.lang.Object
com.independentsoft.office.drawing.TextBulletSize
com.independentsoft.office.drawing.TextBulletSizePoint
The Class TextBulletSizePoint.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new text bullet size point.TextBulletSizePoint(double value)Instantiates a new text bullet size point. -
Method Summary
-
Constructor Details
-
TextBulletSizePoint
public TextBulletSizePoint()Instantiates a new text bullet size point. -
TextBulletSizePoint
public TextBulletSizePoint(double value)Instantiates a new text bullet size point.- 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
-