PrintOptionsModel

PrintOptionsModel

Overview

PrintOptionsModel is a class in Aspose.Cells FOSS for Java.

Represents print options for a worksheet.

Properties

NameTypeAccessDescription
gridLinesbooleanReadReturns the grid lines.
headingsbooleanReadReturns the headings.
horizontalCenteredbooleanReadReturns the horizontal centered.
verticalCenteredbooleanReadReturns the vertical centered.

Methods

SignatureDescription
getGridLines()booleanReturns the grid lines.
setGridLines(gridLines: boolean)Sets the grid lines.
getHeadings()booleanReturns the headings.
setHeadings(headings: boolean)Sets the headings.
getHorizontalCentered()booleanReturns the horizontal centered.
setHorizontalCentered(horizontalCentered: boolean)Sets the horizontal centered.
getVerticalCentered()booleanReturns the vertical centered.
setVerticalCentered(verticalCentered: boolean)Sets the vertical centered.