Class ManualRunWidth

java.lang.Object
com.independentsoft.office.word.ManualRunWidth

public class ManualRunWidth extends Object
The Class ManualRunWidth.
  • 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 value
      id - the id
  • Method Details

    • clone

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

      public String toString()
      Overrides:
      toString in class Object
    • 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