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

NameTypeAccessDescription
cell_widthslist[float]ReadGets the cell widths.
table_widthfloatReadGets the table width.
tblp_yintReadGets the tblp y.
dxa_from_textintReadGets the dxa from text.
dxa_from_text_rightintReadGets the dxa from text right.
tpcintReadGets the tpc.
has_positioningboolReadGets the has positioning.
borderslist[tuple[int, float, str, int]]ReadGets the borders.
horz_posintReadGets the horz pos.

Methods

SignatureDescription
__init__()

See Also