TextParagraphProperties Members
Contains properties that define the formatting of a text paragraph.Constructors
| Name | Description |
|---|---|
| TextParagraphProperties() | Initializes a new instance of the TextParagraphProperties class. |
| TextParagraphProperties(TextProperties) | Initializes a new instance of the TextParagraphProperties class with specified settings. |
Properties
| 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 |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current TextParagraphProperties instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also