PrintOptions

Overview

PrintOptions is a class in Aspose.Cells FOSS for Python.

Represents print options.

This class provides 1 method for working with PrintOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: black_and_white, cell_comments, draft_quality, horizontal_centered, print_errors, print_grid_lines, and 3 more.

Properties

NameTypeAccessDescription
print_headings``Read/WriteWhether to print row and column headings.
print_grid_lines``Read/WriteWhether to print grid lines.
horizontal_centered``Read/WriteWhether to center horizontally on page.
vertical_centered``Read/WriteWhether to center vertically on page.
print_gridlines``Read/WriteAlias for print_grid_lines property.
black_and_white``Read/WriteWhether to print in black and white.
draft_quality``Read/WriteWhether to print in draft quality.
cell_comments``Read/WritePrint cell comments: ’none’, ‘atEnd’, or ‘asDisplayed’.
print_errors``Read/WritePrint errors: ‘displayed’, ‘blank’, ‘dash’, or ‘NA’.

Methods

SignatureDescription
__init__()

See Also