Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ShortFormatText |
ShortFormatText.clone() |
ShortFormatText |
VisualTitleLabelOptions.getFormatText()
The short text format of the title label, such as plain text or rich text.
|
ShortFormatText |
ShortFormatText.withPlainText(String plainText)
Plain text format.
|
ShortFormatText |
ShortFormatText.withRichText(String richText)
Rich text.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualTitleLabelOptions.setFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
|
VisualTitleLabelOptions |
VisualTitleLabelOptions.withFormatText(ShortFormatText formatText)
The short text format of the title label, such as plain text or rich text.
|
Copyright © 2023. All rights reserved.