TableBuilder
Overview
TableBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.Table from a <w:tbl> element.
This class provides 2 methods for working with TableBuilder 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) | |
build(tbl_elem: ET.Element) → ldm.Table | Translate one <w:tbl> into :class:ldm.Table (rows + cells inclusive). |