AutoFirstLineIndent property

This property returns or sets whether the first line is indented automatically. When set to true, the first line is indented by two characters automatically. When set to true, the FirstLineIndent property does not take effect.

Defined in

TextParagraph

Data type

boolean

Syntax

public boolean isAutoFirstLineIndent() 
public void setAutoFirstLineIndent(boolean auto) 

See examples

Example: AutoFirstLineIndent property