TableStyleProperty

TableStyleProperty

Overview

TableStyleProperty is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

Conditional formatting for a table region (w:tblStylePr).

Properties: borders, font, paragraph_format, shading, type.

Properties

NameTypeAccessDescription
typestrReadGets the type.
fontOptional[Font]ReadGets the font.
shadingOptional[Shading]ReadGets the shading.
borderslist[Border]ReadGets the borders.
paragraph_formatOptional["ParagraphFormat"]ReadGets the paragraph format.

See Also