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