Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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