TextHighlightingOptions
TextHighlightingOptions class
Represents options which can be used to highlight text in text frame.
TextHighlightingOptions
Name | Description |
---|---|
TextHighlightingOptions() | Creates new default text highlighting options. |
Returns: TextHighlightingOptions
getCaseSensitive
Name | Description |
---|---|
getCaseSensitive () | Set true to use case-sensitive search, false - otherwise. Read/write boolean. |
Returns: boolean
getWholeWordsOnly
Name | Description |
---|---|
getWholeWordsOnly () | Set true to match only whole words, false - otherwise. Read/write boolean. |
Returns: boolean
setCaseSensitive
Name | Description |
---|---|
setCaseSensitive (boolean) | Set true to use case-sensitive search, false - otherwise. Read/write boolean. |
Returns: void
setWholeWordsOnly
Name | Description |
---|---|
setWholeWordsOnly (boolean) | Set true to match only whole words, false - otherwise. Read/write boolean. |
Returns: void