@Deprecated
public interface ITextHighlightingOptions
Represents options which can be used to highlight text in text frame.
| 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.
|
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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.