CellBuilder
Overview
CellBuilder 是Python的Aspose.Words FOSS中的一个类.
构建:类:ldm.Cell 从一个 <w:tc> 元素.
这个类提供了在Python程序中使用CellBuilder 对象的2种方法. 有的方法包括: __init__, build. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序.
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 | 翻译一个. <w:tc>; default_paddings 继承从父表. |