Version

FormattedText Class Members

The following tables list the members exposed by FormattedText.

Public Constructors
 NameDescription
Public ConstructorFormattedText ConstructorCreates a new instance of the FormattedText class.  
Public Properties
 NameDescription
Public PropertyParagraphsGets the paragraphs in the formatted text.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the formatted text in the owning shape.  
Public Methods
 NameDescription
Public MethodCloneCreates a new FormattedText that is a copy of this one.  
Public MethodGetFontOverloaded. Gets the font which controls the formatting properties in the string from the specified start index to the end of the string.  
Public MethodGetFormattingRunsGets the collection of formatting runs representing contiguous blocks of similar formatting starting at the beginning of the string.  
Public MethodToStringReturns the string that represents the FormattedText, which is the unformatted string.  
See Also