ITextSearchOptions class

ITextSearchOptions class

Represents options that can be used to search for text in a Presentation, Slide or TextFrame.

The ITextSearchOptions type exposes the following members:

Properties

PropertyDescription
case_sensitiveSet true to use case-sensitive search, false - otherwise.
Read/write bool.
whole_words_onlySet true to match only whole words, false - otherwise.
Read/write bool.

See Also