Overview
TableStylePreset is a enum in Aspose.Slides FOSS for Java.
Represents builtin table styles.
Values
| Value | Description |
|---|
CUSTOM | Represents a user-defined custom table style |
NONE | Represents no table style applied |
MEDIUM_STYLE_2_ACCENT_1 | Represents a medium style 2 with accent 1 preset |
MEDIUM_STYLE2 | Represents a generic medium style 2 preset |
NO_STYLE_NO_GRID | Represents a table with no style and no grid lines |
THEMED_STYLE_1_ACCENT_1 | Represents themed style 1 with accent 1 preset |
THEMED_STYLE_1_ACCENT_2 | |
THEMED_STYLE_1_ACCENT_3 | |
THEMED_STYLE_1_ACCENT_4 | |
THEMED_STYLE_1_ACCENT_5 | |
THEMED_STYLE_1_ACCENT_6 | |
NO_STYLE_TABLE_GRID | Represents a table with no style but with grid lines |
THEMED_STYLE_2_ACCENT_1 | |
THEMED_STYLE_2_ACCENT_2 | Represents themed style 2 with accent 2 preset |
THEMED_STYLE_2_ACCENT_3 | |
THEMED_STYLE_2_ACCENT_4 | |
THEMED_STYLE_2_ACCENT_5 | |
THEMED_STYLE_2_ACCENT_6 | |
LIGHT_STYLE1 | Represents light style 1 preset |
LIGHT_STYLE_1_ACCENT_1 | Represents light style 1 with accent 1 preset |
LIGHT_STYLE_1_ACCENT_2 | |
LIGHT_STYLE_1_ACCENT_3 | |
LIGHT_STYLE_1_ACCENT_4 | |
LIGHT_STYLE_2_ACCENT_5 | Represents light style 2 with accent 5 preset |
LIGHT_STYLE_1_ACCENT_6 | |
LIGHT_STYLE2 | Represents light style 2 preset |
LIGHT_STYLE_2_ACCENT_1 | |
LIGHT_STYLE_2_ACCENT_2 | |
LIGHT_STYLE_2_ACCENT_3 | Represents light style 2 with accent 3 preset |
MEDIUM_STYLE_2_ACCENT_3 | Represents medium style 2 with accent 3 preset |
MEDIUM_STYLE_2_ACCENT_4 | |
MEDIUM_STYLE_2_ACCENT_5 | |
LIGHT_STYLE_2_ACCENT_6 | |
LIGHT_STYLE_2_ACCENT_4 | |
LIGHT_STYLE3 | |
LIGHT_STYLE_3_ACCENT_1 | |
MEDIUM_STYLE_2_ACCENT_2 | |
LIGHT_STYLE_3_ACCENT_2 | |
LIGHT_STYLE_3_ACCENT_3 | |
LIGHT_STYLE_3_ACCENT_4 | |
LIGHT_STYLE_3_ACCENT_5 | |
LIGHT_STYLE_3_ACCENT_6 | |
MEDIUM_STYLE1 | |
MEDIUM_STYLE_1_ACCENT_1 | |
MEDIUM_STYLE_1_ACCENT_2 | |
MEDIUM_STYLE_1_ACCENT_3 | |
MEDIUM_STYLE_1_ACCENT_4 | |
MEDIUM_STYLE_1_ACCENT_5 | |
MEDIUM_STYLE_1_ACCENT_6 | |
MEDIUM_STYLE_2_ACCENT_6 | |
MEDIUM_STYLE3 | |
MEDIUM_STYLE_3_ACCENT_1 | |
MEDIUM_STYLE_3_ACCENT_2 | |
MEDIUM_STYLE_3_ACCENT_3 | |
MEDIUM_STYLE_3_ACCENT_4 | |
MEDIUM_STYLE_3_ACCENT_5 | |
MEDIUM_STYLE_3_ACCENT_6 | |
MEDIUM_STYLE4 | |
MEDIUM_STYLE_4_ACCENT_1 | |
MEDIUM_STYLE_4_ACCENT_2 | |
MEDIUM_STYLE_4_ACCENT_3 | |
MEDIUM_STYLE_4_ACCENT_4 | |
MEDIUM_STYLE_4_ACCENT_5 | |
MEDIUM_STYLE_4_ACCENT_6 | |
DARK_STYLE1 | |
DARK_STYLE_1_ACCENT_1 | |
DARK_STYLE_1_ACCENT_2 | |
DARK_STYLE_1_ACCENT_3 | |
DARK_STYLE_1_ACCENT_4 | |
DARK_STYLE_1_ACCENT_5 | |
DARK_STYLE_1_ACCENT_6 | |
DARK_STYLE2 | |
DARK_STYLE_2_ACCENT_1_ACCENT_2 | |
DARK_STYLE_2_ACCENT_3_ACCENT_4 | |
DARK_STYLE_2_ACCENT_5_ACCENT_6 | |
LIGHT_STYLE_1_ACCENT_5 | |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also