CellBuilder

Overview

CellBuilder is a class in Aspose.Words FOSS for Python.

Build :class:ldm.Cell from a <w:tc> element.

Methods

SignatureDescription
__init__(ctx: ReaderContext, paragraph_builder: ParagraphBuilderFn, table_builder: TableBuilder)
build(tc_elem: ET.Element, default_paddings: Optional[tuple[float, float, float, float]])ldm.CellTranslate one <w:tc>; default_paddings inherit from the parent table.

See Also