HighlightRegex
ITextFrame.HighlightRegex method
Highlight all matches of regular expression in text frame text using specified color.
public void HighlightRegex(string regex, Color highlightColor, ITextHighlightingOptions options)
Parameter | Type | Description |
---|---|---|
regex | String | Text of regular expression to get text to highlight. |
highlightColor | Color | Highlighting color. |
options | ITextHighlightingOptions | Highlighting options. |
See Also
- interface ITextHighlightingOptions
- interface ITextFrame
- namespace Aspose.Slides
- assembly Aspose.Slides