/AWS1/CL_QSTTABLECELLSTYLE¶
The table cell style for a cell in pivot table or table visual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_visibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility of the table cells.
io_fontconfiguration TYPE REF TO /AWS1/CL_QSTFONTCONFIGURATION /AWS1/CL_QSTFONTCONFIGURATION¶
The font configuration of the table cells.
iv_textwrap TYPE /AWS1/QSTTEXTWRAP /AWS1/QSTTEXTWRAP¶
The text wrap (none, wrap) for the table cells.
iv_horizontaltextalignment TYPE /AWS1/QSTHORIZONTALTXTALIGNM00 /AWS1/QSTHORIZONTALTXTALIGNM00¶
The horizontal text alignment (left, center, right, auto) for the table cells.
iv_verticaltextalignment TYPE /AWS1/QSTVERTICALTEXTALIGNMENT /AWS1/QSTVERTICALTEXTALIGNMENT¶
The vertical text alignment (top, middle, bottom) for the table cells.
iv_backgroundcolor TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The background color for the table cells.
iv_height TYPE /AWS1/QSTTABLEFIELDHEIGHT /AWS1/QSTTABLEFIELDHEIGHT¶
The height color for the table cells.
io_border TYPE REF TO /AWS1/CL_QSTGLBTABLEBORDEROPTS /AWS1/CL_QSTGLBTABLEBORDEROPTS¶
The borders for the table cells.
Queryable Attributes¶
Visibility¶
The visibility of the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
FontConfiguration¶
The font configuration of the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FONTCONFIGURATION() |
Getter for FONTCONFIGURATION |
TextWrap¶
The text wrap (none, wrap) for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTWRAP() |
Getter for TEXTWRAP, with configurable default |
ASK_TEXTWRAP() |
Getter for TEXTWRAP w/ exceptions if field has no value |
HAS_TEXTWRAP() |
Determine if TEXTWRAP has a value |
HorizontalTextAlignment¶
The horizontal text alignment (left, center, right, auto) for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HORIZONTALTEXTALIGNMENT() |
Getter for HORIZONTALTEXTALIGNMENT, with configurable defaul |
ASK_HORIZONTALTEXTALIGNMENT() |
Getter for HORIZONTALTEXTALIGNMENT w/ exceptions if field ha |
HAS_HORIZONTALTEXTALIGNMENT() |
Determine if HORIZONTALTEXTALIGNMENT has a value |
VerticalTextAlignment¶
The vertical text alignment (top, middle, bottom) for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERTICALTEXTALIGNMENT() |
Getter for VERTICALTEXTALIGNMENT, with configurable default |
ASK_VERTICALTEXTALIGNMENT() |
Getter for VERTICALTEXTALIGNMENT w/ exceptions if field has |
HAS_VERTICALTEXTALIGNMENT() |
Determine if VERTICALTEXTALIGNMENT has a value |
BackgroundColor¶
The background color for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKGROUNDCOLOR() |
Getter for BACKGROUNDCOLOR, with configurable default |
ASK_BACKGROUNDCOLOR() |
Getter for BACKGROUNDCOLOR w/ exceptions if field has no val |
HAS_BACKGROUNDCOLOR() |
Determine if BACKGROUNDCOLOR has a value |
Height¶
The height color for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHT() |
Getter for HEIGHT, with configurable default |
ASK_HEIGHT() |
Getter for HEIGHT w/ exceptions if field has no value |
HAS_HEIGHT() |
Determine if HEIGHT has a value |
Border¶
The borders for the table cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BORDER() |
Getter for BORDER |