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