Click or drag to resize
TextRangeFind Method
(TOM 2 only) Searchs for math inline functions in text as specified by a source range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void Find(
	TextRange range,
	int count,
	[OptionalAttribute] RangeMatchType flags
)

Parameters

range
Type: TextObjectModelTextRange
The formatted text to find in the range's text.
count
Type: SystemInt32
The number of characters to search through.
flags (Optional)
Type: TextObjectModelRangeMatchType
Flags that control the search.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also