Uses of Enum
org.apache.commons.cli.help.TextStyle.Alignment
Packages that use TextStyle.Alignment
-
Uses of TextStyle.Alignment in org.apache.commons.cli.help
Fields in org.apache.commons.cli.help declared as TextStyle.AlignmentModifier and TypeFieldDescriptionprivate final TextStyle.AlignmentTextStyle.alignmentThe alignment.private TextStyle.AlignmentTextStyle.Builder.alignmentThe alignment.Methods in org.apache.commons.cli.help that return TextStyle.AlignmentModifier and TypeMethodDescriptionTextStyle.getAlignment()Gets the alignment.static TextStyle.AlignmentReturns the enum constant of this type with the specified name.static TextStyle.Alignment[]TextStyle.Alignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.cli.help with parameters of type TextStyle.AlignmentModifier and TypeMethodDescriptionTextStyle.Builder.setAlignment(TextStyle.Alignment alignment) Sets the alignment.