ParagraphFirstLineIndent Enum
Lists values specifying the indent for the first line in a paragraph.
Declaration
declare enum ParagraphFirstLineIndent {
None = 0,
Indented = 1,
Hanging = 2
}
Members
Name | Description |
---|---|
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: