TableStyleFormat
Overview
TableStyleFormat is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Table-level properties stored on table styles (w:tblPr inside w:style).
Properties: borders, bottom_padding, left_padding, right_padding, top_padding.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
borders | list[Border] | Read | Gets the borders. |
left_padding | float | Read | Gets the left padding. |
right_padding | float | Read | Gets the right padding. |
top_padding | float | Read | Gets the top padding. |
bottom_padding | float | Read | Gets the bottom padding. |