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
| Name | Type | Access | Description |
|---|---|---|---|
print_headings | `` | Read/Write | Whether to print row and column headings. |
print_grid_lines | `` | Read/Write | Whether to print grid lines. |
horizontal_centered | `` | Read/Write | Whether to center horizontally on page. |
vertical_centered | `` | Read/Write | Whether to center vertically on page. |
print_gridlines | `` | Read/Write | Alias for print_grid_lines property. |
black_and_white | `` | Read/Write | Whether to print in black and white. |
draft_quality | `` | Read/Write | Whether to print in draft quality. |
cell_comments | `` | Read/Write | Print cell comments: ’none’, ‘atEnd’, or ‘asDisplayed’. |
print_errors | `` | Read/Write | Print errors: ‘displayed’, ‘blank’, ‘dash’, or ‘NA’. |
Methods
| Signature | Description |
|---|---|
__init__() |