TableStyleType

TableStyleType

Overview

TableStyleType is a enum in Aspose.Cells FOSS for Java.

Identifies a built-in Excel table style.

This enumeration defines 62 values: NONE, CUSTOM, TABLE_STYLE_LIGHT_1, TABLE_STYLE_LIGHT_2, TABLE_STYLE_LIGHT_3, TABLE_STYLE_LIGHT_4, TABLE_STYLE_LIGHT_5, TABLE_STYLE_LIGHT_6, TABLE_STYLE_LIGHT_7, TABLE_STYLE_LIGHT_8, TABLE_STYLE_LIGHT_9, TABLE_STYLE_LIGHT_10, and 50 more.

Description

TableStyleType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like TableStyleType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NONENo table style applied.
CUSTOMUser-defined custom table style.
TABLE_STYLE_LIGHT_1Built-in light table style 1.
TABLE_STYLE_LIGHT_2Built-in light table style 2.
TABLE_STYLE_LIGHT_3Built-in light table style 3.
TABLE_STYLE_LIGHT_4Built-in light table style 4.
TABLE_STYLE_LIGHT_5Built-in light table style 5.
TABLE_STYLE_LIGHT_6Built-in light table style 6.
TABLE_STYLE_LIGHT_7Built-in light table style 7.
TABLE_STYLE_LIGHT_8Built-in light table style 8.
TABLE_STYLE_LIGHT_9Built-in light table style 9.
TABLE_STYLE_LIGHT_10Built-in light table style 10.
TABLE_STYLE_LIGHT_11Built-in light table style 11.
TABLE_STYLE_LIGHT_12Built-in light table style 12.
TABLE_STYLE_LIGHT_13Built-in light table style 13.
TABLE_STYLE_LIGHT_14Built-in light table style 14.
TABLE_STYLE_LIGHT_15Built-in light table style 15.
TABLE_STYLE_LIGHT_16Built-in light table style 16.
TABLE_STYLE_LIGHT_17Built-in light table style 17.
TABLE_STYLE_LIGHT_18Built-in light table style 18.
TABLE_STYLE_LIGHT_19Built-in light table style 19.
TABLE_STYLE_LIGHT_20Built-in light table style 20.
TABLE_STYLE_LIGHT_21Built-in light table style 21.
TABLE_STYLE_MEDIUM_1Built-in medium table style 1.
TABLE_STYLE_MEDIUM_2Built-in medium table style 2.
TABLE_STYLE_MEDIUM_3Built-in medium table style 3.
TABLE_STYLE_MEDIUM_4Built-in medium table style 4.
TABLE_STYLE_MEDIUM_5Built-in medium table style 5.
TABLE_STYLE_MEDIUM_6Built-in medium table style 6.
TABLE_STYLE_MEDIUM_7Built-in medium table style 7.
TABLE_STYLE_MEDIUM_8Built-in medium table style 8.
TABLE_STYLE_MEDIUM_9Built-in medium table style 9.
TABLE_STYLE_MEDIUM_10Built-in medium table style 10.
TABLE_STYLE_MEDIUM_11Built-in medium table style 11.
TABLE_STYLE_MEDIUM_12Built-in medium table style 12.
TABLE_STYLE_MEDIUM_13Built-in medium table style 13.
TABLE_STYLE_MEDIUM_14Built-in medium table style 14.
TABLE_STYLE_MEDIUM_15Built-in medium table style 15.
TABLE_STYLE_MEDIUM_16Built-in medium table style 16.
TABLE_STYLE_MEDIUM_17Built-in medium table style 17.
TABLE_STYLE_MEDIUM_18Built-in medium table style 18.
TABLE_STYLE_MEDIUM_19Built-in medium table style 19.
TABLE_STYLE_MEDIUM_20Built-in medium table style 20.
TABLE_STYLE_MEDIUM_21Built-in medium table style 21.
TABLE_STYLE_MEDIUM_22Built-in medium table style 22.
TABLE_STYLE_MEDIUM_23Built-in medium table style 23.
TABLE_STYLE_MEDIUM_24Built-in medium table style 24.
TABLE_STYLE_MEDIUM_25Built-in medium table style 25.
TABLE_STYLE_MEDIUM_26Built-in medium table style 26.
TABLE_STYLE_MEDIUM_27Built-in medium table style 27.
TABLE_STYLE_MEDIUM_28Built-in medium table style 28.
TABLE_STYLE_DARK_1Built-in dark table style 1.
TABLE_STYLE_DARK_2Built-in dark table style 2.
TABLE_STYLE_DARK_3Built-in dark table style 3.
TABLE_STYLE_DARK_4Built-in dark table style 4.
TABLE_STYLE_DARK_5Built-in dark table style 5.
TABLE_STYLE_DARK_6Built-in dark table style 6.
TABLE_STYLE_DARK_7Built-in dark table style 7.
TABLE_STYLE_DARK_8Built-in dark table style 8.
TABLE_STYLE_DARK_9Built-in dark table style 9.
TABLE_STYLE_DARK_10Built-in dark table style 10.
TABLE_STYLE_DARK_11Built-in dark table style 11.

See Also