[]
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 whether the right indent shall be automatically adjusted for the given paragraph when a document grid has been defined for the current section, modifying of the current right indent used on this paragraph. |
CharacterUnitFirstLineIndent | Returns or sets the value (in characters) for a first-line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent. |
CharacterUnitLeftIndent | Gets or sets the left indent value (in characters) for the specified paragraphs. |
CharacterUnitRightIndent | Gets or sets the right indent value (in characters) for the specified paragraphs. |
FirstLineIndent | Gets or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent. |
LeftIndent | Gets or sets the value (in points) that represents the left indent for paragraph. |
MirrorIndents | Gets or sets whether the paragraph indents should be interpreted as mirrored indents. |
RightIndent | Gets or sets the value (in points) that represents the right indent for paragraph. |
Name | Description |
---|---|
ClearFormatting() | Resets to default indent formatting. |