TableRowProps
概述
TableRowProps 是Python的Aspose.Words FOSS中的一个类.
根据表的最后行段从PAPX SPRM中提取的属性.
这个类提供了一个方法,用于在Python程序中使用TableRowProps 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: borders, cell_widths, dxa_from_text, dxa_from_text_right, has_positioning, horz_pos,另外还有3个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
cell_widths | list[float] | 阅读 | 获取单元格宽度。. |
table_width | float | 阅读 | 获取表格宽度。. |
tblp_y | int | 阅读 | 获取 tblp y。. |
dxa_from_text | int | 阅读 | 获取文本中的 dxa。. |
dxa_from_text_right | int | 阅读 | 获取文本右侧的 dxa。. |
tpc | int | 阅读 | 获取 tpc。. |
has_positioning | bool | 阅读 | 获取 has 定位。. |
borders | list[tuple[int, float, str, int]] | 阅读 | 获取边框。. |
horz_pos | int | 阅读 | 获取水平位置。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() |