lineHeight

Specifies the line height to apply to the paragraph content.

Omitting a value or specifying an empty value indicates that the font size determines the line height.

Syntax

Reference_Syntax.lineHeight = "0pt | measurement"

Values

Type

Values

String

  • 0pt (default)

  • Any valid measurement.

Applies to

Model

Object

Form Model

para

Version

XFA 2.1

Examples

JavaScript

TextField1.para.lineHeight = "20pt";

FormCalc

TextField1.para.lineHeight = "20pt"

// Ethnio survey code removed