Back to Devexpress

ParagraphAlignment Enum

aspnetcore-js-devexpress-dot-richedit-2fe07fb3.md

latest719 B
Original Source

ParagraphAlignment Enum

Lists values that specify the paragraph alignment.

Declaration

ts
export enum ParagraphAlignment {
    Left = 0,
    Right = 1,
    Center = 2,
    Justify = 3
}

Members

NameDescription
Center

Text is aligned to the center of the paragraph.

| | Justify |

Text is justified to the entire width of the paragraph.

| | Left |

Text is aligned to the left of the paragraph.

| | Right |

Text is aligned to the right of the paragraph.

|

Remarks

Values listed by this enumeration are used to set the alignment property.