See: Description
| Interface | Description |
|---|---|
| String_To_Centered |
Converts a string to a centered string of given length.
|
| String_To_Justified |
Converts a string to a justified string of given length.
|
| String_To_LeftPadded |
Converts a string to a left-padded string of given length.
|
| String_To_NoHorWs |
Converts a string to a string without excessive horizontal whitespace character.
|
| String_To_NoWs |
Converts a string to a string without any excessive whitespace characters.
|
| String_To_RightPadded |
Converts a string to a right-padded string of given length.
|
| Text_To_FormattedText |
Swiss army knife for formatting text, with several options for alignments, formats, inserted characters, and variable width.
|
| Text_To_WrappedFormat |
Takes some text and returns formatted text with optionally different width for top/bottom.
|
| Enum | Description |
|---|---|
| TextAlignment |
Options for text alignment.
|
| TextFormat |
Options for text format.
|
Transformers for formatting strings.
Copyright © 2016–2017. All rights reserved.