static TextStyle.Builder |
TextStyle.builder() |
Creates a new builder.
|
TextStyle.Builder |
TextHelpAppendable.getTextStyleBuilder() |
Gets the style builder used to format text that is not otherwise formatted.
|
protected TextStyle.Builder |
TextHelpAppendable.resize(TextStyle.Builder builder,
double fraction) |
Resizes a TextStyle builder based on the fractional size.
|
TextStyle.Builder |
TextStyle.Builder.setAlignment(TextStyle.Alignment alignment) |
Sets the alignment.
|
TextStyle.Builder |
TextStyle.Builder.setIndent(int indent) |
Sets the indent value.
|
TextStyle.Builder |
TextStyle.Builder.setLeftPad(int leftPad) |
Sets the left padding.
|
TextStyle.Builder |
TextStyle.Builder.setMaxWidth(int maxWidth) |
Sets the currently specified minimum width.
|
TextStyle.Builder |
TextStyle.Builder.setMinWidth(int minWidth) |
Sets the currently specified minimum width.
|
TextStyle.Builder |
TextStyle.Builder.setScalable(boolean scalable) |
Sets whether the column can be made wider or to narrower width to fit constraints of the HelpAppendable and formatting.
|
TextStyle.Builder |
TextStyle.Builder.setTextStyle(TextStyle style) |
Sets all properties from the given text style.
|