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