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