public interface ITextHighlightingOptions
Represents options which can be used to highlight text in text frame.
Modifier and Type | Method and Description |
---|---|
boolean |
getCaseSensitive()
Set true to use case-sensitive search, false - otherwise.
|
boolean |
getWholeWordsOnly()
Set true to match only whole words, false - otherwise.
|
void |
setCaseSensitive(boolean value)
Set true to use case-sensitive search, false - otherwise.
|
void |
setWholeWordsOnly(boolean value)
Set true to match only whole words, false - otherwise.
|
boolean getCaseSensitive()
Set true to use case-sensitive search, false - otherwise.
Read/write boolean
.
void setCaseSensitive(boolean value)
Set true to use case-sensitive search, false - otherwise.
Read/write boolean
.
boolean getWholeWordsOnly()
Set true to match only whole words, false - otherwise.
Read/write boolean
.
void setWholeWordsOnly(boolean value)
Set true to match only whole words, false - otherwise.
Read/write boolean
.