TextSearchOptions class

TextSearchOptions class

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

The TextSearchOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new default text search options.

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