<-- Previous || Up || Next -->

Declarations Section
Formats Justifies Class

The functions in this group format and justify strings containing text.
Copyright 1998 Entisoft

See also:
    StringWords Class
    IllustrateValues Class
Definitions for the Format and Justification functions.

fjJUSTIFY...: Constants for formatting codes used by JustifyText and the functions that call it. These options specify how to format strings which are smaller the maximum width. They also have some effect on values which are wider than the maximum width.
fjJUSTIFY_NONE: Text will remain left justified and undersized strings will NOT be padded.
fjJUSTIFY_LEFT: Left justify text; undersized strings WILL be padded.
fjJUSTIFY_RIGHT: Right justify text; undersized strings WILL be padded.
fjJUSTIFY_CENTER: Center justify text; undersized strings WILL be padded.
fjJUSTIFY_SPREAD: Spread words to fill full width of line.

These options specify how to handle strings which are wider than the maximum width.
fjJUSTIFY_FILL: Undersized lines will be padded with some fill character.
fjJUSTIFY_NO_FILL: Undersized strings will not be padded.
fjJUSTIFY_NO_TRUNCATE: Leave oversized strings as is; do not truncate them.
fjJUSTIFY_TRUNCATE: Truncate string expressions at the maximum line width.
fjJUSTIFY_BLANK: Blank entire string if it is wider than the maximum line width.

fjJUSTIFY_BIAS_LEFT: Leave less space on the left of centered strings when strings cannot be perfectly centered.
fjJUSTIFY_BIAS_RIGHT: Leave less space on the right of centered strings when strings cannot be perfectly centered.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.