TextParagraphProperties Properties
Contains properties that define the formatting of a text paragraph.| Name | Description |
|---|---|
| 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 | |
| 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 paragraph line spacing in document measurement units. One document unit equals 1/300 of an inch. |
| ListBullet | Gets or sets the bullet formatting for the paragraph. |
| ListBulletColor | |
| ListBulletFont | |
| ListBulletSize | |
| ListIndentLevel | |
| RightIndent | |
| RightToLeft | Indicates whether the paragraph is displayed from right to left. |
| SpacingAfter | |
| SpacingBefore | |
| SpecialIndent | |
| TabStops | Returns a collection of tab stops for the paragraph. |
| TextProperties |
See Also