public class TextSearchOptions extends java.lang.Object implements ITextSearchOptions
Represents options that can be used to search for text in a Presentation, Slide or TextFrame.
| Constructor and Description |
|---|
TextSearchOptions()
Creates new default text search 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 TextSearchOptions()
Creates new default text search options.
public final boolean getCaseSensitive()
Set true to use case-sensitive search, false - otherwise.
Read/write boolean.
getCaseSensitive in interface ITextSearchOptionspublic final void setCaseSensitive(boolean value)
Set true to use case-sensitive search, false - otherwise.
Read/write boolean.
setCaseSensitive in interface ITextSearchOptionspublic final boolean getWholeWordsOnly()
Set true to match only whole words, false - otherwise.
Read/write boolean.
getWholeWordsOnly in interface ITextSearchOptionspublic final void setWholeWordsOnly(boolean value)
Set true to match only whole words, false - otherwise.
Read/write boolean.
setWholeWordsOnly in interface ITextSearchOptionsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.