TextHighlightingOptions class

TextHighlightingOptions class

Represents options which can be used to highlight text in text frame.

The TextHighlightingOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new default text highlighting 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