Class RowHeight
java.lang.Object
com.independentsoft.office.word.tables.RowHeight
The Class RowHeight.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new row height.RowHeight(HeightRule rule, int value)Instantiates a new row height. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the height rule.intgetValue()Gets the value.voidsetHeightRule(HeightRule rule)Sets the height rule.voidsetValue(int height)Sets the value.toString()
-
Constructor Details
-
RowHeight
public RowHeight()Instantiates a new row height. -
RowHeight
Instantiates a new row height.- Parameters:
rule- the rulevalue- the value
-
-
Method Details
-
clone
-
toString
-
getHeightRule
Gets the height rule.- Returns:
- the height rule
-
setHeightRule
Sets the height rule.- Parameters:
rule- the new height rule
-
getValue
public int getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(int height)Sets the value.- Parameters:
height- the new value
-