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

left_highlight_options property

left_highlight_options property

Gets the options for the left highlight.

Definition:

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

See Also