TextSearchOptions

TextSearchOptions class

Represents options that can be used to search for text in a Presentation, Slide or TextFrame.

TextSearchOptions

NameDescription
TextSearchOptions()Creates new default text search options.

Returns: TextSearchOptions


getCaseSensitive

NameDescription
getCaseSensitive()Set true to use case-sensitive search, false - otherwise. Read/write boolean.

Returns: boolean


getIncludeNotes

NameDescription
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

NameDescription
getWholeWordsOnly()Set true to match only whole words, false - otherwise. Read/write boolean.

Returns: boolean


setCaseSensitive

NameDescription
setCaseSensitive(boolean)Set true to use case-sensitive search, false - otherwise. Read/write boolean.

setIncludeNotes

NameDescription
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

NameDescription
setWholeWordsOnly(boolean)Set true to match only whole words, false - otherwise. Read/write boolean.