PrintOptions

Overview

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

Represents print options.

Properties

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

Methods

SignatureDescription
__init__()

See Also