Uses of Class
software.amazon.awssdk.services.quicksight.model.VerticalTextAlignment
-
Packages that use VerticalTextAlignment Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of VerticalTextAlignment in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return VerticalTextAlignment Modifier and Type Method Description static VerticalTextAlignmentVerticalTextAlignment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VerticalTextAlignmentVerticalTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalTextAlignment[]VerticalTextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.VerticalTextAlignmentTableCellStyle. verticalTextAlignment()The vertical text alignment (top, middle, bottom) for the table cells.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type VerticalTextAlignment Modifier and Type Method Description static Set<VerticalTextAlignment>VerticalTextAlignment. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type VerticalTextAlignment Modifier and Type Method Description TableCellStyle.BuilderTableCellStyle.Builder. verticalTextAlignment(VerticalTextAlignment verticalTextAlignment)The vertical text alignment (top, middle, bottom) for the table cells.
-