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

match_whole_word property

match_whole_word property

Gets the value that indicates whether text search is limited by a whole word.

Definition:

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

See Also