Class WriteTablePropPartial
- class ooodev.write.table.partial.write_table_prop_partial.WriteTablePropPartial(obj)[source]
A partial class for Write Document Table.
- Parameters:
obj (WriteTable[Any]) –
- __init__(obj)[source]
- Parameters:
obj (WriteTable[Any]) –
- Return type:
None
- property write_table: WriteTable[Any]
Write Document.
- Return type:
WriteTable
[Any
]