Class RowHeight

java.lang.Object
com.independentsoft.office.word.tables.RowHeight

public class RowHeight extends Object
The Class RowHeight.
  • Constructor Details

    • RowHeight

      public RowHeight()
      Instantiates a new row height.
    • RowHeight

      public RowHeight(HeightRule rule, int value)
      Instantiates a new row height.
      Parameters:
      rule - the rule
      value - the value
  • Method Details

    • clone

      public RowHeight clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHeightRule

      public HeightRule getHeightRule()
      Gets the height rule.
      Returns:
      the height rule
    • setHeightRule

      public void setHeightRule(HeightRule rule)
      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