Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParagraphFirstLineIndent Enum

Lists values that specify the indent for the first line in a paragraph.

#Declaration

TypeScript
export enum ParagraphFirstLineIndent {
    None = 0,
    Indented = 1,
    Hanging = 2
}

#Members

Name Description
Hanging

The first line of a paragraph is indented to the left.

Indented

The first line of a paragraph is indented to the right.

None

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

#Remarks

Values listed by this enumeration are used to set the firstLineIndentType and firstLineIndentType properties.