spaceAbove

Specifies the amount of vertical spacing and the maximum font leading for the first line of the paragraph.

Syntax

Reference_Syntax.spaceAbove = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Model

Object

Form Model

para

Version

XFA 2.1

Examples

JavaScript

TextField1.para.spaceAbove = "2pt";

FormCalc

TextField1.para.spaceAbove = "2pt"

// Ethnio survey code removed