/AWS1/CL_WISDOCUMENTTEXT¶
The text of the document.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/WISSENSITIVESTRING /AWS1/WISSENSITIVESTRING¶
Text in the document.
it_highlights TYPE /AWS1/CL_WISHIGHLIGHT=>TT_HIGHLIGHTS TT_HIGHLIGHTS¶
Highlights in the document text.
Queryable Attributes¶
text¶
Text in the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
highlights¶
Highlights in the document text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIGHLIGHTS() |
Getter for HIGHLIGHTS, with configurable default |
ASK_HIGHLIGHTS() |
Getter for HIGHLIGHTS w/ exceptions if field has no value |
HAS_HIGHLIGHTS() |
Determine if HIGHLIGHTS has a value |