Package com.independentsoft.office.word
Class ManualRunWidth
java.lang.Object
com.independentsoft.office.word.ManualRunWidth
The Class ManualRunWidth.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new manual run width.ManualRunWidth(int value)Instantiates a new manual run width.ManualRunWidth(int value, int id)Instantiates a new manual run width. -
Method Summary
-
Constructor Details
-
ManualRunWidth
public ManualRunWidth()Instantiates a new manual run width. -
ManualRunWidth
public ManualRunWidth(int value)Instantiates a new manual run width.- Parameters:
value- the value
-
ManualRunWidth
public ManualRunWidth(int value, int id)Instantiates a new manual run width.- Parameters:
value- the valueid- the id
-
-
Method Details
-
clone
-
toString
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getValue
public int getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(int value)Sets the value.- Parameters:
value- the new value
-