Uses of Class
org.apache.commons.cli.help.TextStyle
Packages that use TextStyle
-
Uses of TextStyle in org.apache.commons.cli.help
Fields in org.apache.commons.cli.help declared as TextStyleModifier and TypeFieldDescriptionstatic final TextStyle
TextStyle.DEFAULT
The default style as generated by the default Builder.Methods in org.apache.commons.cli.help that return TextStyleMethods in org.apache.commons.cli.help that return types with arguments of type TextStyleMethods in org.apache.commons.cli.help with parameters of type TextStyleModifier and TypeMethodDescriptionTextHelpAppendable.makeColumnQueue
(CharSequence columnData, TextStyle style) Creates a queue comprising strings extracted from columnData where the alignment and length are determined by the style.void
TextHelpAppendable.printWrapped
(String text, TextStyle style) Prints wrapped text.TextStyle.Builder.setTextStyle
(TextStyle style) Sets all properties from the given text style.Method parameters in org.apache.commons.cli.help with type arguments of type TextStyle