TextRun Constructors
| Name | Parameters | Description |
|---|---|---|
| TextRun() | none | Initializes a new instance of the TextRun class. |
| TextRun(String, TextProperties) | text, textProperties | Initializes a new instance of the TextRun class with specified settings. |
| TextRun(String) | text | Initializes a new instance of the TextRun class with specified settings. |
See Also