wordSpacingOptimum

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%.

Applies to

Version

XFA 2.8

Examples

JavaScript

TextField1.para.wordSpacingOptimum = "80%";

FormCalc

TextField1.para.wordSpacingOptimum = "80%"

// Ethnio survey code removed