ApiTableStylePr
class ApiTableStylePr
Description
Class representing a set of formatting properties which shall be conditionally applied to the parts of a table which match the requirement specified on the Type.
Instance Methods
- GetClassType
(): tableStylePr
Returns a type of the ApiTableStylePr class.
- GetType
(): TableStyleOverrideType
Returns a type of the current table conditional style.
- 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.
- 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.
- 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.
- 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.
- ToJSON
(): JSON
Converts the ApiTableStylePr object into the JSON object.