TextSearchOptions
TextSearchOptions class
Represents options that can be used to search for text in a Presentation, Slide or TextFrame.
public class TextSearchOptions : ITextSearchOptions
Constructors
Name | Description |
---|---|
TextSearchOptions() | Creates new default text search options. |
Properties
Name | Description |
---|---|
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
- interface ITextSearchOptions
- namespace Aspose.Slides
- assembly Aspose.Slides