@Stability(value=Stable)
public static interface CfnTheme.TypographyProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
TypographyProperty typographyProperty = TypographyProperty.builder()
.fontFamilies(List.of(FontProperty.builder()
.fontFamily("fontFamily")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.TypographyProperty.Builder
A builder for
CfnTheme.TypographyProperty |
static class |
CfnTheme.TypographyProperty.Jsii$Proxy
An implementation for
CfnTheme.TypographyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.TypographyProperty.Builder |
builder() |
default Object |
getFontFamilies()
`CfnTheme.TypographyProperty.FontFamilies`.
|
@Stability(value=Stable) @Nullable default Object getFontFamilies()
@Stability(value=Stable) static CfnTheme.TypographyProperty.Builder builder()
Copyright © 2022. All rights reserved.