wordSpacingMaximum

Specifies the maximum inter-word percentage space when text is justified, hyphenation is enabled, or both.

If the maximum space is specified or defaulted to be less than the optimal word spacing, the specified maximum space is ignored and the optimal space value is used for the maximum.

Syntax

Reference_Syntax.wordSpacingMaximum = "[0..100]%"

Values

Type

Values

String

A percentage value between 0 and 100. The default value is 100% .

Version

XFA 2.8

Examples

JavaScript

TextField1.para.wordSpacingMaximum = "40%";

FormCalc

TextField1.para.wordSpacingMaximum = "40%"

// Ethnio survey code removed