Uses of Class
software.amazon.awssdk.services.quicksight.model.HorizontalTextAlignment
-
Packages that use HorizontalTextAlignment Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of HorizontalTextAlignment in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return HorizontalTextAlignment Modifier and Type Method Description static HorizontalTextAlignmentHorizontalTextAlignment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HorizontalTextAlignmentPanelTitleOptions. horizontalTextAlignment()Sets the horizontal text alignment of the title within each panel.HorizontalTextAlignmentTableCellStyle. horizontalTextAlignment()The horizontal text alignment (left, center, right, auto) for the table cells.static HorizontalTextAlignmentHorizontalTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static HorizontalTextAlignment[]HorizontalTextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type HorizontalTextAlignment Modifier and Type Method Description static Set<HorizontalTextAlignment>HorizontalTextAlignment. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type HorizontalTextAlignment Modifier and Type Method Description PanelTitleOptions.BuilderPanelTitleOptions.Builder. horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)Sets the horizontal text alignment of the title within each panel.TableCellStyle.BuilderTableCellStyle.Builder. horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)The horizontal text alignment (left, center, right, auto) for the table cells.
-