/AWS1/CL_QSTSHORTFORMATTEXT¶
The text format for the title.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_plaintext TYPE /AWS1/QSTSHORTPLAINTEXT /AWS1/QSTSHORTPLAINTEXT¶
Plain text format.
iv_richtext TYPE /AWS1/QSTSHORTRICHTEXT /AWS1/QSTSHORTRICHTEXT¶
Rich text. Examples of rich text include bold, underline, and italics.
Queryable Attributes¶
PlainText¶
Plain text format.
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¶
Rich text. Examples of rich text include bold, underline, and italics.
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 |