Specifies the optimal percentage
width of an inter-word space when text is justified, hyphenation
is enabled, or both.
Syntax
Reference_Syntax.wordSpacingOptimum = "[0..100]%"
Values
Type
|
Values
|
String
|
A percentage value between 0 and 100. The
default value is
100%
.
|
JavaScript
TextField1.para.wordSpacingOptimum = "80%";
FormCalc
TextField1.para.wordSpacingOptimum = "80%"
|
|
|