TableBuilder
Overview
TableBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.Table from a <w:tbl> element.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext, paragraph_builder: ParagraphBuilderFn) | |
build(tbl_elem: ET.Element) → ldm.Table | Translate one <w:tbl> into :class:ldm.Table (rows + cells inclusive). |