TextStyle Members
Contains text style settings.Constructors
| Name | Description |
|---|---|
| TextStyle() | Initializes a new instance of the TextStyle class. |
| TextStyle(ParagraphProperties, ParagraphProperties[]) | Initializes a new instance of the TextStyle class with specified settings. |
| TextStyle(ParagraphProperties) | Initializes a new instance of the TextStyle class with specified settings. |
Properties
| Name | Description |
|---|---|
| Level1ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the first level. |
| Level2ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the second level. |
| Level3ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the third level. |
| Level4ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the fourth level. |
| Level5ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the fifth level. |
| Level6ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the sixth level. |
| Level7ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the seventh level. |
| Level8ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the eighth level. |
| Level9ParagraphProperties | Gets or sets the paragraph properties for paragraphs at the ninth level. |
| ParagraphProperties | Gets or sets the default paragraph properties. |
Methods
| Name | Description |
|---|---|
| Clone() | Clones the current TextStyle 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