Version

TextRun Class Members

The following tables list the members exposed by TextRun.

Public Properties
 NameDescription
Public PropertyCheckSpellingAndGrammarRetuns or sets a boolean value indicating whether the contents of this run are checked for spelling and grammar.  
Public PropertyFontReturns or sets the font which defines the formatting for this run.  
Public PropertyNewLineTypeReturns or sets a value which determines the method used to represent a newline in the generated output.  
Public PropertyTextReturns or sets the string displayed by this run.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateReturns a new instance which is associated with the specified WordDocumentWriter.  
Public MethodResetRestores all properties of this instance to their respective defaults.  
Public MethodToStringReturns the string representation of this object.  
See Also