Click or drag to resize
TextExtensions Class
Contains extension methods for performing additional operations on Text Object Model (TOM) types.
Inheritance Hierarchy
SystemObject
  TextObjectModelTextExtensions

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public static class TextExtensions

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