ApiStyle
Represents the ApiStyle class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "style" | Returns a type of the ApiStyle class. |
GetConditionalTableStyle | ApiTableStylePr | Returns a set of formatting properties which will be conditionally applied to the parts of a table that match the \ requirement specified in the sType parameter. |
GetName | string | Returns a name of the current style. |
GetParaPr | ApiParaPr | Returns the paragraph properties of the current style. |
GetTableCellPr | ApiTableCellPr | Returns the table cell properties of the current style. |
GetTablePr | ApiTablePr | Returns the table properties of the current style. |
GetTableRowPr | ApiTableRowPr | Returns the table row properties of the current style. |
GetTextPr | ApiTextPr | Returns the text properties of the current style. |
GetType | StyleType | Returns a type of the current style. |
SetBasedOn | None | Specifies the reference to the parent style which this style inherits from in the style hierarchy. |
SetName | None | Sets a name of the current style. |
ToJSON | JSON | Converts the ApiStyle object into the JSON object. |