public interface ITextSearchOptions
Represents options that can be used to search for text in a Presentation, Slide or TextFrame.
| 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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.