ReadOnlyParagraphPropertiesBase Properties
Base interface for all paragraph properties accessed by the DocumentIterator.| Name | Description |
|---|---|
| Alignment | Gets the text alignment within the current paragraph. |
| BackColor | Gets the background color of the current paragraph. |
| Borders | Retrieves the paragraph borders. |
| FirstLineIndent | Gets the indent for the first line in the current paragraph. |
| FirstLineIndentType | Gets whether and how the first line in the current paragraph is indented. |
| KeepLinesTogether | Gets whether to prevent all page breaks that interrupt the current paragraph. |
| KeepWithNext | Gets whether a break may occur between the current paragraph and the next paragraph. |
| LeftIndent | Gets the left indent for the current paragraph. |
| LineSpacing | Gets the line spacing value of the current paragraph. |
| LineSpacingType | Gets the spacing between lines in the current paragraph. |
| ListLevel | Gets list level applied to the numbering list in the current paragraph. |
| NumberingListIndex | Gets the index of the list applied to the current paragraph style. |
| OutlineLevel | Gets the outline level of the current paragraph. |
| RightIndent | Gets the right indent for the current paragraph. |
| RightToLeft | Gets whether the paragraph’s text direction is right-to-left. |
| SpacingAfter | Gets the spacing after the current paragraph. |
| SpacingBefore | Gets the spacing before the current paragraph. |
| WidowOrphanControl | Gets whether the control over the widow and orphan lines is applied. |
See Also