Paper Office
paper-docxAPI referencestory

TableShape

paper-docx 0.2.0 API reference

TableShape(rows: int, columns: int, has_merges: bool, has_nested_table: bool)

Attributes

columns

attributecolumnsint

has_merges

attributehas_mergesbool

has_nested_table

attributehas_nested_tablebool

rows

attributerowsint

Functions

to_dict

functo_dict() -> 'Dict[str, object]'

Returns

'Dict[str, object]'

On this page