PrintOptionsModel

PrintOptionsModel

Overview

PrintOptionsModel is a class in Aspose.Cells FOSS for C++.

Represents print options model.

This class provides 8 methods for working with PrintOptionsModel objects in C++ programs. Available methods include: GetGridLines, GetHeadings, GetHorizontalCentered, GetVerticalCentered, SetGridLines, SetHeadings, SetHorizontalCentered, SetVerticalCentered. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetGridLines()boolGets or sets a value indicating whether grid lines.
SetGridLines(value: bool)Sets the grid lines value.
GetHeadings()boolGets or sets a value indicating whether headings.
SetHeadings(value: bool)Sets the headings value.
GetHorizontalCentered()boolGets or sets a value indicating whether horizontal centered.
SetHorizontalCentered(value: bool)Sets the horizontal centered value.
GetVerticalCentered()boolGets or sets a value indicating whether vertical centered.
SetVerticalCentered(value: bool)Sets the vertical centered value.

See Also

 English