public class TextHighlightingOptions extends java.lang.Object implements ITextHighlightingOptions
Represents options which can be used to highlight text in text frame.
Constructor and Description |
---|
TextHighlightingOptions()
Creates new default text highlighting options.
|
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.
|
public TextHighlightingOptions()
Creates new default text highlighting options.
public final boolean getCaseSensitive()
Set true to use case-sensitive search, false - otherwise.
Read/write boolean
.
getCaseSensitive
in interface ITextHighlightingOptions
public final void setCaseSensitive(boolean value)
Set true to use case-sensitive search, false - otherwise.
Read/write boolean
.
setCaseSensitive
in interface ITextHighlightingOptions
public final boolean getWholeWordsOnly()
Set true to match only whole words, false - otherwise.
Read/write boolean
.
getWholeWordsOnly
in interface ITextHighlightingOptions
public final void setWholeWordsOnly(boolean value)
Set true to match only whole words, false - otherwise.
Read/write boolean
.
setWholeWordsOnly
in interface ITextHighlightingOptions