[]
Represents the set of indentation properties applied to a paragraph.
public class Indentation : FormattingBag
Public Class Indentation
Inherits FormattingBag
Name | Description |
---|---|
AutoAdjustRightIndent | Gets or sets a value indicating whether the right indent should be automatically adjusted when a document grid is defined for the current section. This modifies the effective right indent of the paragraph. |
CharacterUnitFirstLineIndent | Gets or sets the first-line or hanging indent in character units. Use a positive value for a first-line indent, and a negative value for a hanging indent. |
CharacterUnitLeftIndent | Gets or sets the left indent value, in character units, for the paragraph. |
CharacterUnitRightIndent | Gets or sets the right indent value, in character units, for the paragraph. |
FirstLineIndent | Gets or sets the first-line or hanging indent value, in points. Use a positive value for a first-line indent, and a negative value for a hanging indent. |
LeftIndent | Gets or sets the left indent value, in points, for the paragraph. |
MirrorIndents | Gets or sets a value indicating whether the paragraph indents should be interpreted as mirrored indents. |
RightIndent | Gets or sets the right indent value, in points, for the paragraph. |
Name | Description |
---|---|
ClearFormatting() | Resets the indent formatting to default values. |