Class PrintOptions
java.lang.Object
com.independentsoft.office.spreadsheet.PrintOptions
The Class PrintOptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is grid lines set.booleanChecks if is horizontal centered.booleanChecks if is prints the grid lines.booleanChecks if is prints the headings.booleanChecks if is vertical centered.voidsetGridLinesSet(boolean gridLinesSet)Sets the grid lines set.voidsetHorizontalCentered(boolean horizontalCentered)Sets the horizontal centered.voidsetPrintGridLines(boolean printGridLines)Sets the prints the grid lines.voidsetPrintHeadings(boolean printHeadings)Sets the prints the headings.voidsetVerticalCentered(boolean verticalCentered)Sets the vertical centered.toString()
-
Constructor Details
-
PrintOptions
public PrintOptions()Instantiates a new prints the options.
-
-
Method Details
-
clone
-
toString
-
isPrintGridLines
public boolean isPrintGridLines()Checks if is prints the grid lines.- Returns:
- true, if is prints the grid lines
-
setPrintGridLines
public void setPrintGridLines(boolean printGridLines)Sets the prints the grid lines.- Parameters:
printGridLines- the new prints the grid lines
-
isGridLinesSet
public boolean isGridLinesSet()Checks if is grid lines set.- Returns:
- true, if is grid lines set
-
setGridLinesSet
public void setGridLinesSet(boolean gridLinesSet)Sets the grid lines set.- Parameters:
gridLinesSet- the new grid lines set
-
isPrintHeadings
public boolean isPrintHeadings()Checks if is prints the headings.- Returns:
- true, if is prints the headings
-
setPrintHeadings
public void setPrintHeadings(boolean printHeadings)Sets the prints the headings.- Parameters:
printHeadings- the new prints the headings
-
isHorizontalCentered
public boolean isHorizontalCentered()Checks if is horizontal centered.- Returns:
- true, if is horizontal centered
-
setHorizontalCentered
public void setHorizontalCentered(boolean horizontalCentered)Sets the horizontal centered.- Parameters:
horizontalCentered- the new horizontal centered
-
isVerticalCentered
public boolean isVerticalCentered()Checks if is vertical centered.- Returns:
- true, if is vertical centered
-
setVerticalCentered
public void setVerticalCentered(boolean verticalCentered)Sets the vertical centered.- Parameters:
verticalCentered- the new vertical centered
-