Class PaperSource
java.lang.Object
com.independentsoft.office.word.sections.PaperSource
The Class PaperSource.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new paper source.PaperSource(int first, int other)Instantiates a new paper source. -
Method Summary
-
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 firstother- the other
-
-
Method Details
-
clone
-
toString
-
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
-