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
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. |
Returns: void
setWholeWordsOnly
| Name | Description |
|---|---|
| setWholeWordsOnly (boolean) | Set true to match only whole words, false - otherwise. Read/write boolean. |
Returns: void