TextStyle Constructors
Name | Parameters | Description |
---|---|---|
TextStyle() | none | Initializes a new instance of the TextStyle class. |
TextStyle(ParagraphProperties, ParagraphProperties[]) | paragraphProperties, listLevelStyles | Initializes a new instance of the TextStyle class with specified settings. |
TextStyle(ParagraphProperties) | paragraphProperties | Initializes a new instance of the TextStyle class with specified settings. |
See Also