[]
Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.
public class ConditionalStyle : TableStyleBase
Public Class ConditionalStyle
Inherits TableStyleBase
| Name | Description |
|---|---|
| BaseKey | Gets the base (this class) key for formatting properties. |
| Borders | Gets the cell borders formatting. |
| Font | Gets the character formatting of the style. |
| Padding | Gets the default paddings for all cells in the current table. |
| ParagraphFormat | Gets the paragraph formatting of the style. |
| Shading | Gets the shading that shall be applied to the extents of a table. Similarly to paragraph shading, this shading shall be applied to the contents of the tab up to the table borders, regardless of the presence of text - unlike cell shading, table shading shall include any cell padding. This property shall be superseded by any cell-level shading. |
| Type | Gets the type of conditional style (portion of table formatting to override). |
| Name | Description |
|---|---|
| ClearFormatting() | Resets to default conditional table style formatting. |