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
Subclasses with type arguments of type TextStyle.Alignment in org.apache.commons.cli.helpMethods 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.