ITextHighlightingOptions Interface

Represents options which can be used to highlight text in text frame.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ITextHighlightingOptions

The ITextHighlightingOptions type exposes the following members.

Properties
  NameDescription
Public propertyCaseSensitive
Set true to use case-sensitive search, false - otherwise. Read/write Boolean.
Public propertyWholeWordsOnly
Set true to match only whole words, false - otherwise. Read/write Boolean.
See Also