PrintOptions
Overview
PrintOptions is a class in Aspose.Cells FOSS for Python.
Represents print options.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
print_headings | `` | Read | Whether to print row and column headings. |
print_grid_lines | `` | Read | Whether to print grid lines. |
horizontal_centered | `` | Read | Whether to center horizontally on page. |
vertical_centered | `` | Read | Whether to center vertically on page. |
print_gridlines | `` | Read | Alias for print_grid_lines property. |
black_and_white | `` | Read | Whether to print in black and white. |
draft_quality | `` | Read | Whether to print in draft quality. |
cell_comments | `` | Read | Print cell comments: ’none’, ‘atEnd’, or ‘asDisplayed’. |
print_errors | `` | Read | Print errors: ‘displayed’, ‘blank’, ‘dash’, or ‘NA’. |
Methods
| Signature | Description |
|---|---|
__init__() |