| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FontConfiguration.Builder |
FontConfiguration.builder() |
FontConfiguration.Builder |
FontConfiguration.Builder.fontColor(String fontColor)
Determines the color of the text.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontDecoration(FontDecoration fontDecoration)
Determines the appearance of decorative lines on the text.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontDecoration(String fontDecoration)
Determines the appearance of decorative lines on the text.
|
default FontConfiguration.Builder |
FontConfiguration.Builder.fontSize(Consumer<FontSize.Builder> fontSize)
The option that determines the text display size.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontSize(FontSize fontSize)
The option that determines the text display size.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontStyle(FontStyle fontStyle)
Determines the text display face that is inherited by the given font family.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontStyle(String fontStyle)
Determines the text display face that is inherited by the given font family.
|
default FontConfiguration.Builder |
FontConfiguration.Builder.fontWeight(Consumer<FontWeight.Builder> fontWeight)
The option that determines the text display weight, or boldness.
|
FontConfiguration.Builder |
FontConfiguration.Builder.fontWeight(FontWeight fontWeight)
The option that determines the text display weight, or boldness.
|
FontConfiguration.Builder |
FontConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FontConfiguration.Builder> |
FontConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableFieldCustomTextContent.Builder |
TableFieldCustomTextContent.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the custom text content for the table URL link content.
|
default LabelOptions.Builder |
LabelOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label.
|
default AxisLabelOptions.Builder |
AxisLabelOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the axis label.
|
default PanelTitleOptions.Builder |
PanelTitleOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
Sets the value of the FontConfiguration property for this object.
|
default TableCellStyle.Builder |
TableCellStyle.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the table cells.
|
default ReferenceLineLabelConfiguration.Builder |
ReferenceLineLabelConfiguration.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label in a reference line.
|
default DataLabelOptions.Builder |
DataLabelOptions.Builder.labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
Determines the font configuration of the data labels.
|
default FunnelChartDataLabelOptions.Builder |
FunnelChartDataLabelOptions.Builder.labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
The font configuration for the data labels.
|
default GaugeChartOptions.Builder |
GaugeChartOptions.Builder.primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
default KPIOptions.Builder |
KPIOptions.Builder.primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
default KPIOptions.Builder |
KPIOptions.Builder.secondaryValueFontConfiguration(Consumer<FontConfiguration.Builder> secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
Copyright © 2023. All rights reserved.