Class PageSetupProperties
java.lang.Object
com.independentsoft.office.spreadsheet.PageSetupProperties
The Class PageSetupProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is fit to page.booleanChecks if is show auto page breaks.voidsetFitToPage(boolean fitToPage)Sets the fit to page.voidsetShowAutoPageBreaks(boolean showAutoPageBreaks)Sets the show auto page breaks.toString()
-
Constructor Details
-
PageSetupProperties
public PageSetupProperties()Instantiates a new page setup properties.
-
-
Method Details
-
clone
-
toString
-
isShowAutoPageBreaks
public boolean isShowAutoPageBreaks()Checks if is show auto page breaks.- Returns:
- true, if is show auto page breaks
-
setShowAutoPageBreaks
public void setShowAutoPageBreaks(boolean showAutoPageBreaks)Sets the show auto page breaks.- Parameters:
showAutoPageBreaks- the new show auto page breaks
-
isFitToPage
public boolean isFitToPage()Checks if is fit to page.- Returns:
- true, if is fit to page
-
setFitToPage
public void setFitToPage(boolean fitToPage)Sets the fit to page.- Parameters:
fitToPage- the new fit to page
-