The maximum amount of added space allowed between words in a fully justified line. Exceeding that amount switches to character tracking. For use in Reports only.

Property of

Text

Description

trackJustifyThreshold sets a threshold for the amount of extra space between words that can be added to try to justify the line. If a line requires more than the threshold amount, the line is justified by adding space between each character in the line, in addition to the maximum space between each word.

If a line contains only one word and trackJustifyThreshold is non-zero, the word will be fully justified with character tracking, unless it is on the last line of text. The last line of text is never justified.

An Text component’s alignHorizontal property must be set to Justify in order for trackJustifyThreshold to have any effect.