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_widthslist[float]阅读获取单元格宽度。.
table_widthfloat阅读获取表格宽度。.
tblp_yint阅读获取 tblp y。.
dxa_from_textint阅读获取文本中的 dxa。.
dxa_from_text_rightint阅读获取文本右侧的 dxa。.
tpcint阅读获取 tpc。.
has_positioningbool阅读获取 has 定位。.
borderslist[tuple[int, float, str, int]]阅读获取边框。.
horz_posint阅读获取水平位置。.

方法

Signature描述情况
__init__()

查看更多

 中文