public static interface PanelTitleOptions.Builder extends SdkPojo, CopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>
| Modifier and Type | Method and Description |
|---|---|
default PanelTitleOptions.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
horizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
visibility(String visibility)
Determines whether or not panel titles are displayed.
|
PanelTitleOptions.Builder |
visibility(Visibility visibility)
Determines whether or not panel titles are displayed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPanelTitleOptions.Builder visibility(String visibility)
Determines whether or not panel titles are displayed.
visibility - Determines whether or not panel titles are displayed.Visibility,
VisibilityPanelTitleOptions.Builder visibility(Visibility visibility)
Determines whether or not panel titles are displayed.
visibility - Determines whether or not panel titles are displayed.Visibility,
VisibilityPanelTitleOptions.Builder fontConfiguration(FontConfiguration fontConfiguration)
fontConfiguration - The new value for the FontConfiguration property for this object.default PanelTitleOptions.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
FontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fontConfiguration(FontConfiguration).
fontConfiguration - a consumer that will call methods on FontConfiguration.BuilderfontConfiguration(FontConfiguration)PanelTitleOptions.Builder horizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignment,
HorizontalTextAlignmentPanelTitleOptions.Builder horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignment,
HorizontalTextAlignmentCopyright © 2023. All rights reserved.