Interface CfnTemplate.PanelTitleOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PanelTitleOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.PanelTitleOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the title styles for each small multiples panel.
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.*; PanelTitleOptionsProperty panelTitleOptionsProperty = PanelTitleOptionsProperty.builder() .fontConfiguration(FontConfigurationProperty.builder() .fontColor("fontColor") .fontDecoration("fontDecoration") .fontSize(FontSizeProperty.builder() .relative("relative") .build()) .fontStyle("fontStyle") .fontWeight(FontWeightProperty.builder() .name("name") .build()) .build()) .horizontalTextAlignment("horizontalTextAlignment") .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.PanelTitleOptionsProperty
static final class
An implementation forCfnTemplate.PanelTitleOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFontConfiguration
- See Also:
-
getHorizontalTextAlignment
Sets the horizontal text alignment of the title within each panel.- See Also:
-
getVisibility
Determines whether or not panel titles are displayed.- See Also:
-
builder
-