PrintOptions

PrintOptions

Overview

PrintOptions 是Python的Aspose.Cells FOSS中的一个类.

代表印刷选项.

这个类提供了一个方法,用于在Python程序中使用PrintOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: black_and_white, cell_comments, draft_quality, horizontal_centered, print_errors, print_grid_lines,另外还有3个.

Properties

NameTypeAccessDescription
print_headings``阅读/写作打印行和列标题.
print_grid_lines``阅读/写作打印网格线的情况.
horizontal_centered``阅读/写作页面上是否将其水平中心.
vertical_centered``阅读/写作无论是将其定位在页面上.
print_gridlines``阅读/写作对于 print_grid_lines属性的称.
black_and_white``阅读/写作无论是用黑白打印.
draft_quality``阅读/写作是否打印在草稿质量.
cell_comments``阅读/写作打印单元格注释:“没有”",在最后"或"如显示".
print_errors``阅读/写作印刷错误:“显示”",空白"",条",或"NA".

Methods

SignatureDescription
__init__()

See Also

 中文