Uses of Class
org.refcodes.textual.TextBlockBuilder
-
Uses of TextBlockBuilder in org.refcodes.textual
Subclasses with type arguments of type TextBlockBuilder in org.refcodes.textualModifier and TypeClassDescriptionclass
Builds a text block according to the configuration.Classes in org.refcodes.textual that implement interfaces with type arguments of type TextBlockBuilderModifier and TypeClassDescriptionclass
Builds a text block according to the configuration.class
Builds a text block according to the configuration.class
Builds a text block according to the configuration.Methods in org.refcodes.textual that return TextBlockBuilderModifier and TypeMethodDescriptionTextBlockBuilder.withColumnWidth
(int aColumnWidth) TextBlockBuilder.withFillChar
(char aFillChar) Sets the fill char for the fill char property.TextBlockBuilder.withHorizAlignTextMode
(HorizAlignTextMode aHorizAlignTextMode) Sets the align text mode for the align text mode property.TextBlockBuilder.withSplitTextMode
(SplitTextMode aSplitTextMode) Sets the split text mode for the split text mode property.