Click or drag to resize

ITextFrameProperties HighLightText Method

Highlight all matches of sample in text frame text using specified color.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void HighLightText(
	string text,
	Color color,
	TextHighLightingOptions options
)

Parameters

text
Type: System String
Text sample to highlight
color
Type: System.Drawing Color
Highlighting color
options
Type: Spire.Presentation TextHighLightingOptions
Highlighting options
See Also