TableStyleFormat

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

NameTypeAccessDescription
borderslist[Border]ReadGets the borders.
left_paddingfloatReadGets the left padding.
right_paddingfloatReadGets the right padding.
top_paddingfloatReadGets the top padding.
bottom_paddingfloatReadGets the bottom padding.

See Also