vAlign

Specifies the vertical text alignment.

Syntax

Reference_Syntax.vAlign = "top | middle | bottom"

Values

Type

Values

String

  • top (default)

  • Align with the top of the available region.

  • middle

  • Center vertically within the available region.

  • bottom

  • Align with the bottom of the available region.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.vAlign = "top";

FormCalc

TextField1.vAlign = "top"

// Ethnio survey code removed