textIndent

Specifies the horizontal positioning of the first line relative to the remaining lines in a paragraph.

A negative value indicates a hanging indent whereas a positive value indicates a first-line indent.

Syntax

Reference_Syntax.textIndent = "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.textIndent = "3in";

FormCalc

TextField1.para.textIndent = "3in"

// Ethnio survey code removed