@Deprecated 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()
Deprecated.
Creates new default text highlighting options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive()
Deprecated.
Set true to use case-sensitive search, false - otherwise.
|
boolean |
getWholeWordsOnly()
Deprecated.
Set true to match only whole words, false - otherwise.
|
void |
setCaseSensitive(boolean value)
Deprecated.
Set true to use case-sensitive search, false - otherwise.
|
void |
setWholeWordsOnly(boolean value)
Deprecated.
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 ITextHighlightingOptionspublic final void setCaseSensitive(boolean value)
Set true to use case-sensitive search, false - otherwise.
Read/write boolean.
setCaseSensitive in interface ITextHighlightingOptionspublic final boolean getWholeWordsOnly()
Set true to match only whole words, false - otherwise.
Read/write boolean.
getWholeWordsOnly in interface ITextHighlightingOptionspublic final void setWholeWordsOnly(boolean value)
Set true to match only whole words, false - otherwise.
Read/write boolean.
setWholeWordsOnly in interface ITextHighlightingOptionsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.