Package com.independentsoft.office.word
Class Zoom
java.lang.Object
com.independentsoft.office.word.Zoom
The Class Zoom.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the percentage.getType()Gets the type.voidsetPercentage(int percentage)Sets the percentage.voidSets the type.toString()
-
Constructor Details
-
Zoom
public Zoom()Instantiates a new zoom.
-
-
Method Details
-
clone
-
toString
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getPercentage
public int getPercentage()Gets the percentage.- Returns:
- the percentage
-
setPercentage
public void setPercentage(int percentage)Sets the percentage.- Parameters:
percentage- the new percentage
-