/AWS1/CL_QSTWORDCLOUDOPTIONS¶
The word cloud options for a word cloud visual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_wordorientation TYPE /AWS1/QSTWORDCLOUDWORDORIENT00 /AWS1/QSTWORDCLOUDWORDORIENT00¶
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
iv_wordscaling TYPE /AWS1/QSTWORDCLOUDWORDSCALING /AWS1/QSTWORDCLOUDWORDSCALING¶
The word scaling options (emphasize, normal) for the words in a word cloud.
iv_cloudlayout TYPE /AWS1/QSTWORDCLOUDCLOUDLAYOUT /AWS1/QSTWORDCLOUDCLOUDLAYOUT¶
The cloud layout options (fluid, normal) of a word cloud.
iv_wordcasing TYPE /AWS1/QSTWORDCLOUDWORDCASING /AWS1/QSTWORDCLOUDWORDCASING¶
The word casing options (lower_case, existing_case) for the words in a word cloud.
iv_wordpadding TYPE /AWS1/QSTWORDCLOUDWORDPADDING /AWS1/QSTWORDCLOUDWORDPADDING¶
The word padding options (none, small, medium, large) for the words in a word cloud.
iv_maximumstringlength TYPE /AWS1/QSTWORDCLOUDMAXSTRLENGTH /AWS1/QSTWORDCLOUDMAXSTRLENGTH¶
The length limit of each word from 1-100.
Queryable Attributes¶
WordOrientation¶
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORDORIENTATION() |
Getter for WORDORIENTATION, with configurable default |
ASK_WORDORIENTATION() |
Getter for WORDORIENTATION w/ exceptions if field has no val |
HAS_WORDORIENTATION() |
Determine if WORDORIENTATION has a value |
WordScaling¶
The word scaling options (emphasize, normal) for the words in a word cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORDSCALING() |
Getter for WORDSCALING, with configurable default |
ASK_WORDSCALING() |
Getter for WORDSCALING w/ exceptions if field has no value |
HAS_WORDSCALING() |
Determine if WORDSCALING has a value |
CloudLayout¶
The cloud layout options (fluid, normal) of a word cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDLAYOUT() |
Getter for CLOUDLAYOUT, with configurable default |
ASK_CLOUDLAYOUT() |
Getter for CLOUDLAYOUT w/ exceptions if field has no value |
HAS_CLOUDLAYOUT() |
Determine if CLOUDLAYOUT has a value |
WordCasing¶
The word casing options (lower_case, existing_case) for the words in a word cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORDCASING() |
Getter for WORDCASING, with configurable default |
ASK_WORDCASING() |
Getter for WORDCASING w/ exceptions if field has no value |
HAS_WORDCASING() |
Determine if WORDCASING has a value |
WordPadding¶
The word padding options (none, small, medium, large) for the words in a word cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORDPADDING() |
Getter for WORDPADDING, with configurable default |
ASK_WORDPADDING() |
Getter for WORDPADDING w/ exceptions if field has no value |
HAS_WORDPADDING() |
Determine if WORDPADDING has a value |
MaximumStringLength¶
The length limit of each word from 1-100.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMSTRINGLENGTH() |
Getter for MAXIMUMSTRINGLENGTH, with configurable default |
ASK_MAXIMUMSTRINGLENGTH() |
Getter for MAXIMUMSTRINGLENGTH w/ exceptions if field has no |
HAS_MAXIMUMSTRINGLENGTH() |
Determine if MAXIMUMSTRINGLENGTH has a value |