SheetFormatProperties
SheetFormatProperties
Overview
SheetFormatProperties 是Python的Aspose.Cells FOSS中的一个类.
表示表格的属性.
这个类提供了一个方法,用于在Python程序中使用SheetFormatProperties 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: base_col_width, custom_height, default_col_width, default_row_height, dy_descent, outline_level_col,另外还有4个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
base_col_width | `` | 阅读/写作 | 字符中的基列宽度 (默认为8). |
default_col_width | `` | 阅读/写作 | 默认的字符列宽度. |
default_row_height | `` | 阅读/写作 | 排列高度为点. |
dy_descent | `` | 阅读/写作 | x14ac:dyFormatPr的表格值. |
custom_height | `` | 阅读/写作 | 是否使用自定义行高度. |
zero_height | `` | 阅读/写作 | 排是否默认为零高度. |
outline_level_row | `` | 阅读/写作 | 排列的设置轮水平. |
outline_level_col | `` | 阅读/写作 | 列的设置轮水平. |
thick_top | `` | 阅读/写作 | 是否使用厚的上边框. |
thick_bottom | `` | 阅读/写作 | 是否使用厚底边. |
Methods
| Signature | Description |
|---|---|
__init__() |