Interface CfnTemplate.LongFormatTextProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.LongFormatTextProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.LongFormatTextProperty
extends software.amazon.jsii.JsiiSerializable
The text format for a subtitle.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; LongFormatTextProperty longFormatTextProperty = LongFormatTextProperty.builder() .plainText("plainText") .richText("richText") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.LongFormatTextProperty
static final class
An implementation forCfnTemplate.LongFormatTextProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlainText
Plain text format. -
getRichText
Rich text.Examples of rich text include bold, underline, and italics.
-
builder
-