Back to Devexpress

ParagraphFirstLineIndent Enum

aspnet-js-paragraphfirstlineindent.md

latest1.0 KB
Original Source

ParagraphFirstLineIndent Enum

Lists values specifying the indent for the first line in a paragraph.

Declaration

ts
declare enum ParagraphFirstLineIndent {
    None = 0,
    Indented = 1,
    Hanging = 2
}

Members

NameDescription
Hanging

The first line of a paragraph is indented to the left, by the value specified by the ParagraphFormattingSettings.firstLineIndent property.

| | Indented |

The first line of a paragraph is indented to the right by the value specified by the ParagraphFormattingSettings.firstLineIndent property.

| | None |

The first line of a paragraph doesn’t have any indent.

|

Remarks

Values listed by this enumeration are used in the following members: