Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
FormattedText Class Members
The following tables list the members exposed by FormattedText.
Public Properties
| Name | Description |
| Paragraphs | Gets the paragraphs in the formatted text. |
| VerticalAlignment | Gets or sets the vertical alignment of the formatted text in the owning shape. |
Public Methods
| Name | Description |
| Clone | Creates a new FormattedText that is a copy of this one. |
| GetFont | Overloaded. Gets the font which controls the formatting properties in the string from the specified start index to the end of the string. |
| GetFormattingRuns | Gets the collection of formatting runs representing contiguous blocks of similar formatting starting at the beginning of the string. |
| ToString | Returns the string that represents the FormattedText, which is the unformatted string. |
See Also