Interface CfnAnalysis.FontSizeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.FontSizeProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.FontSizeProperty
extends software.amazon.jsii.JsiiSerializable
The option that determines the text display size.
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.*;
FontSizeProperty fontSizeProperty = FontSizeProperty.builder()
.absolute("absolute")
.relative("relative")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.FontSizePropertystatic final classAn implementation forCfnAnalysis.FontSizeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAbsolute
The font size that you want to use in px.- See Also:
-
getRelative
The lexical name for the text size, proportional to its surrounding context.- See Also:
-
builder
-