highlight_regex method
highlight_regex
def highlight_regex(self, regex, highlight_color):
...
Parameter | Type | Description |
---|
regex | str | |
highlight_color | aspose.pydrawing.Color | |
highlight_regex
Highlights all matches of the regular expression with the specified color.
def highlight_regex(self, regex, highlight_color, options):
...
Parameter | Type | Description |
---|
regex | str | Text of regular expression to get text to highlight. |
highlight_color | aspose.pydrawing.Color | The color to highlight the text. |
options | ITextHighlightingOptions | Highlighting options. |
See Also