public static interface WordCloudOptions.Builder extends SdkPojo, CopyableBuilder<WordCloudOptions.Builder,WordCloudOptions>
| Modifier and Type | Method and Description |
|---|---|
WordCloudOptions.Builder |
cloudLayout(String cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
|
WordCloudOptions.Builder |
cloudLayout(WordCloudCloudLayout cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
|
WordCloudOptions.Builder |
maximumStringLength(Integer maximumStringLength)
The length limit of each word from 1-100.
|
WordCloudOptions.Builder |
wordCasing(String wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordCasing(WordCloudWordCasing wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordOrientation(String wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordOrientation(WordCloudWordOrientation wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordPadding(String wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordPadding(WordCloudWordPadding wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordScaling(String wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
|
WordCloudOptions.Builder |
wordScaling(WordCloudWordScaling wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWordCloudOptions.Builder wordOrientation(String wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordOrientation,
WordCloudWordOrientationWordCloudOptions.Builder wordOrientation(WordCloudWordOrientation wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.WordCloudWordOrientation,
WordCloudWordOrientationWordCloudOptions.Builder wordScaling(String wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudWordScaling,
WordCloudWordScalingWordCloudOptions.Builder wordScaling(WordCloudWordScaling wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.WordCloudWordScaling,
WordCloudWordScalingWordCloudOptions.Builder cloudLayout(String cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
cloudLayout - The cloud layout options (fluid, normal) of a word cloud.WordCloudCloudLayout,
WordCloudCloudLayoutWordCloudOptions.Builder cloudLayout(WordCloudCloudLayout cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
cloudLayout - The cloud layout options (fluid, normal) of a word cloud.WordCloudCloudLayout,
WordCloudCloudLayoutWordCloudOptions.Builder wordCasing(String wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordCasing,
WordCloudWordCasingWordCloudOptions.Builder wordCasing(WordCloudWordCasing wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.WordCloudWordCasing,
WordCloudWordCasingWordCloudOptions.Builder wordPadding(String wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordPadding,
WordCloudWordPaddingWordCloudOptions.Builder wordPadding(WordCloudWordPadding wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.WordCloudWordPadding,
WordCloudWordPaddingWordCloudOptions.Builder maximumStringLength(Integer maximumStringLength)
The length limit of each word from 1-100.
maximumStringLength - The length limit of each word from 1-100.Copyright © 2023. All rights reserved.