imbTextFormatTools Methods |
The imbTextFormatTools type exposes the following members.
| Name | Description | |
|---|---|---|
| addLine |
Adds the line.
| |
| adds |
Calls multiple add times using provided separator and collection of inputs.
| |
| addVal |
Adds the value.
| |
| getFormatFromExample |
VRaca string format vrednost - u skladu sa string format pravilima> #.000 ce vratiti broj sa tri decimale
| |
| log |
Helper method, actually just adds NewLine before the message specified -- alias of addLine(String, String), don't use this.
| |
| newLine |
News the line.
| |
| Repeat |
Repeats the specified times.
| |
| toWidthExact |
To the width exact.
| |
| toWidthMaximum |
To the width maximum.
| |
| toWidthMinimum |
Makes a String with defined minimal width. Longer strings are unchanged, shorter are expanded by charToRepeat until the width is achieved.
|