ParagraphPropertiesBase Properties
Serves as the base for the ParagraphProperties interface, obtaining paragraph properties.| Name | Description |
|---|---|
| Alignment | Gets or sets the paragraph’s text alignment. |
| BackColor | Gets or sets the background color of paragraph(s). |
| Borders | Gets the paragraph border properties. |
| ContextualSpacing | Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. |
| FirstLineIndent | Gets or sets a value specifying the indent of the first line of a paragraph. |
| FirstLineIndentType | Gets or sets how a paragraph’s first line is indented. |
| KeepLinesTogether | Gets or sets whether to prevent all page breaks that interrupt a paragraph. |
| KeepWithNext | Gets or sets whether to put a break between the current paragraph and the next paragraph. |
| LeftIndent | Gets or sets a paragraph’s left indent. |
| LineSpacing | Gets or sets a line spacing value. |
| LineSpacingMultiplier | Gets or sets the multiplier used to calculate the line spacing value. |
| LineSpacingType | Gets or sets the spacing type between a paragraph’s lines. |
| OutlineLevel | Gets or sets the paragraph’s outline level. |
| PageBreakBefore | Gets or sets whether to insert a page break before specified paragraph(s). |
| RightIndent | Gets or sets the paragraph’s right indent. |
| RightToLeft | Gets or sets whether to change the paragraph’s text direction to right-to-left. |
| SpacingAfter | Gets or sets the spacing after a paragraph. |
| SpacingBefore | Gets or sets the spacing before a paragraph. |
| SuppressHyphenation | Gets or sets whether to hyphenate a paragraph. |
| SuppressLineNumbers | Gets or sets whether to display line numbers for the paragraphs. |
| WidowOrphanControl | Gets or sets whether to apply control over the widow and orphan lines. |
See Also