API Reference

Enum

WordTextMatchType

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
  • WordTextMatchType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordTextMatchType Equals #

Text must exactly equal the provided value.

Value: 0
public const WordTextMatchType Contains #

Text must contain the provided value.

Value: 1
public const WordTextMatchType StartsWith #

Text must start with the provided value.

Value: 2
public const WordTextMatchType EndsWith #

Text must end with the provided value.

Value: 3