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.
WholeWordsOnly { get; set; }Set true to match only whole words, false - otherwise. Read/write Boolean.

See Also