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_padding, cell_widths, default_padding, dxa_from_text, dxa_from_text_right, and 5 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. |
default_padding | dict[str, float] | Read | Gets the default padding. |
cell_padding | list[tuple[int, int, dict[str, float]]] | Read | Gets the cell padding. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this TableRowProps instance. |