1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. SearchOptions class
  8. /
  9. right_highlight_options property

right_highlight_options property

right_highlight_options property

Gets the options for the right highlight.

Definition:

@property
def right_highlight_options(self):
    ...
@right_highlight_options.setter
def right_highlight_options(self, value):
    ...

See Also