OfficeIMO

API Reference

Enum

TextMatchType

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies text matching behavior when applying conditional formatting.

Inheritance

  • Enum
  • TextMatchType

Values

public const TextMatchType Equals #

Text must exactly equal the provided value.

Value: 0
public const TextMatchType Contains #

Text must contain the provided value.

Value: 1
public const TextMatchType StartsWith #

Text must start with the provided value.

Value: 2
public const TextMatchType EndsWith #

Text must end with the provided value.

Value: 3