TextHighlightingOptions Class

Represents options which can be used to highlight text in text frame.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesTextHighlightingOptions

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

The TextHighlightingOptions type exposes the following members.

Constructors
  NameDescription
Public methodTextHighlightingOptions
Creates new default text highlighting options.
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also