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
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Gets the type. |
font | Optional[Font] | Read | Gets the font. |
shading | Optional[Shading] | Read | Gets the shading. |
borders | list[Border] | Read | Gets the borders. |
paragraph_format | Optional["ParagraphFormat"] | Read | Gets the paragraph format. |