RowBuilder
Overview
RowBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.Row from a <w:tr> element.
This class provides 2 methods for working with RowBuilder objects in Python programs.
Available methods include: __init__, build.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext, paragraph_builder: ParagraphBuilderFn, table_builder: TableBuilder) | |
build(tr_elem: ET.Element, default_paddings: Optional[tuple[float, float, float, float]]) → ldm.Row | Translate one <w:tr>; default_paddings fall through to each cell. |