ApiTableStylePr
Represents the ApiTableStylePr class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "tableStylePr" | Returns a type of the ApiTableStylePr class. |
GetParaPr | ApiParaPr | Returns a set of the paragraph properties which will be applied to all the paragraphs within a table which match the conditional formatting type. |
GetTableCellPr | ApiTableCellPr | Returns a set of the table cell properties which will be applied to all the cells within a table which match the conditional formatting type. |
GetTablePr | ApiTablePr | Returns a set of the table properties which will be applied to all the regions within a table which match the conditional formatting type. |
GetTableRowPr | ApiTableRowPr | Returns a set of the table row properties which will be applied to all the rows within a table which match the conditional formatting type. |
GetTextPr | ApiTextPr | Returns a set of the text run properties which will be applied to all the text runs within the table which match the conditional formatting type. |
GetType | TableStyleOverrideType | Returns a type of the current table conditional style. |
ToJSON | JSON | Converts the ApiTableStylePr object into the JSON object. |