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