PrintOptions
General
PrintOptions és una classe en Aspose.Cells per a Python.
Representa opcions d’impressió.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
print_headings | `` | Read | Indicates whether row and column headings are printed |
print_grid_lines | `` | Read | Controls printing of grid lines between cells |
horizontal_centered | `` | Read | Centers the printed page horizontally |
vertical_centered | `` | Read | Centers the printed page vertically |
print_gridlines | `` | Read | Toggles printing of cell gridlines (alias of print_grid_lines) |
black_and_white | `` | Read | Forces printing in black and white |
draft_quality | `` | Read | Enables draft-quality (low resolution) printing |
cell_comments | `` | Read | Determines how cell comments are printed |
print_errors | `` | Read | Specifies whether cell errors are printed |
Mètodes
| Signature | Description |
|---|---|
__init__() |