CellBuilder
Overview
CellBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.Cell from a <w:tc> element.
This class provides 2 methods for working with CellBuilder 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(tc_elem: ET.Element, default_paddings: Optional[tuple[float, float, float, float]]) → ldm.Cell | Translate one <w:tc>; default_paddings inherit from the parent table. |