TextSearchOptions
TextSearchOptions class
Represents options which can be used to find text in Presentation, Slide or TextFrame.
TextSearchOptions
| Name | Description |
|---|
| TextSearchOptions() | Creates new default text search options. |
Returns:
TextSearchOptions
getCaseSensitive
| Name | Description |
|---|
| getCaseSensitive() | Set true to use case-sensitive search, false - otherwise. Read/write boolean. |
Returns:
boolean
getWholeWordsOnly
| Name | Description |
|---|
| getWholeWordsOnly() | Set true to match only whole words, false - otherwise. Read/write boolean. |
Returns:
boolean
setCaseSensitive
| Name | Description |
|---|
| setCaseSensitive(boolean) | Set true to use case-sensitive search, false - otherwise. Read/write boolean. |
setWholeWordsOnly
| Name | Description |
|---|
| setWholeWordsOnly(boolean) | Set true to match only whole words, false - otherwise. Read/write boolean. |