PrintOptionsModel

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.

Description

PrintOptionsModel is a class in the Aspose.Cells FOSS library for Java that exposes 8 methods and 4 properties for programmatic use.

Core capabilities include: boolean; boolean; boolean. These operations enable developers to integrate printoptionsmodel functionality directly into Java applications.

The class also provides the gridLines property (returns the grid lines), the headings property (returns the headings), the horizontalCentered property (returns the horizontal centered).

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.

See Also

 English