PrintOptionsModel
Overview
PrintOptionsModel is a class in Aspose.Cells FOSS for Java.
Represents print options for a worksheet.
This class provides 8 methods for working with PrintOptionsModel objects in Java programs.
Available methods include: getGridLines, getHeadings, getHorizontalCentered, getVerticalCentered, setGridLines, setHeadings, setHorizontalCentered, setVerticalCentered.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: gridLines, headings, horizontalCentered, verticalCentered.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
gridLines | boolean | Read | Returns the grid lines. |
headings | boolean | Read | Returns the headings. |
horizontalCentered | boolean | Read | Returns the horizontal centered. |
verticalCentered | boolean | Read | Returns the vertical centered. |
Methods
| Signature | Description |
|---|---|
getGridLines() → boolean | Returns the grid lines. |
setGridLines(gridLines: boolean) | Sets the grid lines. |
getHeadings() → boolean | Returns the headings. |
setHeadings(headings: boolean) | Sets the headings. |
getHorizontalCentered() → boolean | Returns the horizontal centered. |
setHorizontalCentered(horizontalCentered: boolean) | Sets the horizontal centered. |
getVerticalCentered() → boolean | Returns the vertical centered. |
setVerticalCentered(verticalCentered: boolean) | Sets the vertical centered. |