WordCloudOptions

The word cloud options for a word cloud visual.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cloud layout options (fluid, normal) of a word cloud.

Link copied to clipboard

The length limit of each word from 1-100.

Link copied to clipboard

The word casing options (lower_case, existing_case) for the words in a word cloud.

Link copied to clipboard

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

Link copied to clipboard

The word padding options (none, small, medium, large) for the words in a word cloud.

Link copied to clipboard

The word scaling options (emphasize, normal) for the words in a word cloud.

Functions

Link copied to clipboard
inline fun copy(block: WordCloudOptions.Builder.() -> Unit = {}): WordCloudOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String