TextSearchOptions
TextSearchOptions class
Represents options that can be used to search for text in a 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
getIncludeNotes
| Name | Description |
|---|
| getIncludeNotes () | Set true to include text contained in slide notes ( NotesSlide) when performing text search, replacement, or highlighting operations. The default value is false. |
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. |
setIncludeNotes
| Name | Description |
|---|
| setIncludeNotes (boolean) | Set true to include text contained in slide notes ( NotesSlide) when performing text search, replacement, or highlighting operations. The default value is false. |
setWholeWordsOnly
| Name | Description |
|---|
| setWholeWordsOnly (boolean) | Set true to match only whole words, false - otherwise. Read/write boolean. |