wordSpacingMinimum

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

Applies to

Version

XFA 2.8

Examples

JavaScript

TextField1.para.wordSpacingMinimum = "40%";

FormCalc

TextField1.para.wordSpacingMinimum = "40%"

// Ethnio survey code removed