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
)
Sub HighLightText (
text As String,
color As Color,
options As TextHighLightingOptions
)
void HighLightText(
String^ text,
Color color,
TextHighLightingOptions^ options
)
abstract HighLightText :
text : string *
color : Color *
options : TextHighLightingOptions -> unit
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