Click or drag to resize
TextRangeGetText Method
(TOM 2 only) Gets the text in this range according to the specified conversion flags.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public string GetText(
	[OptionalAttribute] PlainTextFlags options
)

Parameters

options (Optional)
Type: TextObjectModelPlainTextFlags
The flags controlling how the text is retrieved.

Return Value

Type: String
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also