CellBuilder
Overview
CellBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.Cell from a <w:tc> element.
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. |