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.
Syntax
Reference_Syntax.wordSpacingMinimum = "[0..100]%"
Values
Type
|
Values
|
String
|
A percentage value between 0 and 100. The
default value is
100%
.
|
JavaScript
TextField1.para.wordSpacingMinimum = "40%";
FormCalc
TextField1.para.wordSpacingMinimum = "40%"
|
|
|