HighlightText
Contenu
[
Cacher
]HighlightText(string, Color)
Mettez en surbrillance toutes les correspondances de l’échantillon dans le texte du bloc de texte en utilisant la couleur spécifiée.
public void HighlightText(string text, Color highlightColor)
Paramètre | Taper | La description |
---|---|---|
text | String | Exemple de texte à mettre en évidence. |
highlightColor | Color | Couleur de surbrillance. |
Voir également
- class TextFrame
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides
HighlightText(string, Color, ITextHighlightingOptions)
Mettez en surbrillance toutes les correspondances de l’échantillon dans le texte du bloc de texte en utilisant la couleur spécifiée.
public void HighlightText(string text, Color highlightColor, ITextHighlightingOptions options)
Paramètre | Taper | La description |
---|---|---|
text | String | Exemple de texte à mettre en évidence. |
highlightColor | Color | Couleur de surbrillance. |
options | ITextHighlightingOptions | Options de surbrillance. |
Voir également
- interface ITextHighlightingOptions
- class TextFrame
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides