ITextHighlightingOptions class

ITextHighlightingOptions class

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

The ITextHighlightingOptions 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