Specifies the maximum inter-word
percentage space when text is justified, hyphenation is enabled,
or both.
If the maximum space is specified or defaulted to be less than
the optimal word spacing, the specified maximum space is ignored
and the optimal space value is used for the maximum.
SyntaxReference_Syntax.wordSpacingMaximum = "[0..100]%"
Values
Type
|
Values
|
String
|
A percentage value between 0 and 100. The
default value is 100%.
|
JavaScriptTextField1.para.wordSpacingMaximum = "40%";
FormCalcTextField1.para.wordSpacingMaximum = "40%"
|
|
|