Click or drag to resize
TextExtensions Methods

The TextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppend
Appends text to the end of the range.
Public methodStatic memberAppendLine
Appends text, followed by a newline character, to the end of the range.
Public methodStatic memberClear
Clears the text in the range.
Public methodStatic memberInsert
Inserts text at the specified position within the range.
Public methodStatic memberRemove
Removes a sequence of characters from the range.
Public methodStatic memberCode exampleToMathML
Returns a string containing the W3C MathML (MML) markup for the math text in the range.
Public methodStatic memberCode exampleToOfficeMathML
Returns a string containing the Office MathML (OMML) markup for the math text in the range.
Top
See Also