/AWS1/CL_PPTINAPPMSGHEADERCFG¶
Text config for Message Header.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_alignment TYPE /AWS1/PPTALIGNMENT /AWS1/PPTALIGNMENT¶
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
iv_header TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
Message Header.
iv_textcolor TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The text color.
Queryable Attributes¶
Alignment¶
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNMENT() |
Getter for ALIGNMENT, with configurable default |
ASK_ALIGNMENT() |
Getter for ALIGNMENT w/ exceptions if field has no value |
HAS_ALIGNMENT() |
Determine if ALIGNMENT has a value |
Header¶
Message Header.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADER() |
Getter for HEADER, with configurable default |
ASK_HEADER() |
Getter for HEADER w/ exceptions if field has no value |
HAS_HEADER() |
Determine if HEADER has a value |
TextColor¶
The text color.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTCOLOR() |
Getter for TEXTCOLOR, with configurable default |
ASK_TEXTCOLOR() |
Getter for TEXTCOLOR w/ exceptions if field has no value |
HAS_TEXTCOLOR() |
Determine if TEXTCOLOR has a value |