TableRowProps
Overview
TableRowProps is a class in Aspose.Words FOSS for Python.
Properties extracted from PAPX SPRMs on table row-end paragraphs.
This class provides 1 method for working with TableRowProps objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: borders, cell_widths, dxa_from_text, dxa_from_text_right, has_positioning, horz_pos, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cell_widths | list[float] | Read | Gets the cell widths. |
table_width | float | Read | Gets the table width. |
tblp_y | int | Read | Gets the tblp y. |
dxa_from_text | int | Read | Gets the dxa from text. |
dxa_from_text_right | int | Read | Gets the dxa from text right. |
tpc | int | Read | Gets the tpc. |
has_positioning | bool | Read | Gets the has positioning. |
borders | list[tuple[int, float, str, int]] | Read | Gets the borders. |
horz_pos | int | Read | Gets the horz pos. |
Methods
| Signature | Description |
|---|---|
__init__() |