/AWS1/CL_QSTTHEMECONFIGURATION¶
The theme configuration. This configuration contains all of the display properties for a theme.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_datacolorpalette TYPE REF TO /AWS1/CL_QSTDATACOLORPALETTE /AWS1/CL_QSTDATACOLORPALETTE¶
Color properties that apply to chart data colors.
io_uicolorpalette TYPE REF TO /AWS1/CL_QSTUICOLORPALETTE /AWS1/CL_QSTUICOLORPALETTE¶
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
io_sheet TYPE REF TO /AWS1/CL_QSTSHEETSTYLE /AWS1/CL_QSTSHEETSTYLE¶
Display options related to sheets.
io_typography TYPE REF TO /AWS1/CL_QSTTYPOGRAPHY /AWS1/CL_QSTTYPOGRAPHY¶
Typography
Queryable Attributes¶
DataColorPalette¶
Color properties that apply to chart data colors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATACOLORPALETTE() |
Getter for DATACOLORPALETTE |
UIColorPalette¶
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UICOLORPALETTE() |
Getter for UICOLORPALETTE |
Sheet¶
Display options related to sheets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEET() |
Getter for SHEET |
Typography¶
Typography
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPOGRAPHY() |
Getter for TYPOGRAPHY |