h

A measurement of the height for the layout.

When height is specified as a measurement, that value overrides any growth range allowed by the minH property and the maxH property. When this property is omitted or set to an empty string, the growth range is set by the minH property and the maxH property.

Syntax

Reference_Syntax.h = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Version

XFA 2.1

Examples

JavaScript

TextField1.h = "2in";

FormCalc

TextField1.h = "2in"

// Ethnio survey code removed