/AWS1/CL_QSTCTLTITLEFORMATTEXT¶
The title format text configuration for a sheet control. This is a tagged union type. Specify either PlainText or RichText, but not both.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_plaintext TYPE /AWS1/QSTCONTROLTITLEPLAINTEXT /AWS1/QSTCONTROLTITLEPLAINTEXT¶
The plain text format of the title text.
iv_richtext TYPE /AWS1/QSTCONTROLTITLERICHTEXT /AWS1/QSTCONTROLTITLERICHTEXT¶
The rich text format of the title text.
Queryable Attributes¶
PlainText¶
The plain text format of the title text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLAINTEXT() |
Getter for PLAINTEXT, with configurable default |
ASK_PLAINTEXT() |
Getter for PLAINTEXT w/ exceptions if field has no value |
HAS_PLAINTEXT() |
Determine if PLAINTEXT has a value |
RichText¶
The rich text format of the title text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RICHTEXT() |
Getter for RICHTEXT, with configurable default |
ASK_RICHTEXT() |
Getter for RICHTEXT w/ exceptions if field has no value |
HAS_RICHTEXT() |
Determine if RICHTEXT has a value |