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.
include_notesSet true to include text contained in slide notes
when performing text search, replacement, or highlighting operations.
The default value is false.

See Also