Class PaperSource

java.lang.Object
com.independentsoft.office.word.sections.PaperSource

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

    • PaperSource

      public PaperSource()
      Instantiates a new paper source.
    • PaperSource

      public PaperSource(int first, int other)
      Instantiates a new paper source.
      Parameters:
      first - the first
      other - the other
  • Method Details

    • clone

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

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

      public int getFirst()
      Gets the first.
      Returns:
      the first
    • setFirst

      public void setFirst(int first)
      Sets the first.
      Parameters:
      first - the new first
    • getOther

      public int getOther()
      Gets the other.
      Returns:
      the other
    • setOther

      public void setOther(int other)
      Sets the other.
      Parameters:
      other - the new other