1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. TextMatchType enumeration

TextMatchType enumeration

TextMatchType enumeration

Specifies text match type in string.

The TextMatchType type exposes the following members:

Fields

Field Description
EXACT Text fully matches value.
STARTS_WITH Text starts with value.
ENDS_WITH Text ends with value.
CONTAINS Text contains the value.

See Also