highlight_regex method

highlight_regex(self, regex, highlight_color)

Highlights all matches of the regular expression with the specified color.

def highlight_regex(self, regex, highlight_color):
    ...
ParameterTypeDescription
regexstrThe string contains regular expression to get strings to highlight.
highlight_coloraspose.slides.ColorThe color to highlight the text.

See Also