ITextSearchOptions

ITextSearchOptions interface

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

public interface ITextSearchOptions

Properties

NameDescription
CaseSensitive { get; set; }Set true to use case-sensitive search, false - otherwise. Read/write Boolean.
IncludeNotes { get; set; }Set true to include text contained in slide notes when performing text search, replacement, or highlighting operations. The default value is false.
WholeWordsOnly { get; set; }Set true to match only whole words, false - otherwise. Read/write Boolean.

See Also