ParagraphProperties Properties
Specifies paragraph formatting properties.| Name | Description |
|---|---|
| Alignment | Gets or sets the paragraph alignment. |
| DefaultTabSize | Gets or sets the default tab stop distance for the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch). |
| EnableEastAsianLineBreaks | Enables or disables East Asian line breaks for the paragraph. |
| EnableHangingPunctuation | Enables or disables hanging punctuation for the paragraph. |
| EnableLatinLineBreaks | Enables or disables Latin line breaks for the paragraph. |
| FontAlignment | Gets or sets vertical text alignment within the line (for example, baseline or center). |
| LeftIndent | Gets or sets the left indent of the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch). |
| LineSpacing | Gets or sets the line spacing for the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch). |
| ListBullet | Gets or sets the bullet formatting for the paragraph. |
| ListBulletColor | Gets or sets the bullet color for the paragraph. |
| ListBulletFont | Gets or sets the font used to display bullets for the paragraph. |
| ListBulletSize | Gets or sets the bullet size for the paragraph. |
| ListIndentLevel | Gets or sets the indent level for the paragraph in a list. |
| RightIndent | Gets or sets the right indent for the paragraph. |
| RightToLeft | Indicates whether the paragraph is displayed from right to left. |
| SpacingAfter | Gets or sets the spacing after the paragraph. |
| SpacingBefore | Gets or sets the spacing before the paragraph. |
| SpecialIndent | Gets or sets the first-line indent for the paragraph. |
| TabStops | Returns a collection of tab stops for the paragraph. |
| TextProperties | Gets or sets the text properties for the paragraph. |
See Also