API Reference

Enum

WordFieldUpdateStatus

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

Describes the outcome of an OfficeIMO field update attempt.

Inheritance

  • Enum
  • WordFieldUpdateStatus

Usage

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

Values

public const WordFieldUpdateStatus Updated #

The field result was updated.

Value: 0
public const WordFieldUpdateStatus Skipped #

The field was recognized but intentionally left unchanged.

Value: 1
public const WordFieldUpdateStatus Unsupported #

The field type is not evaluated by OfficeIMO.

Value: 2
public const WordFieldUpdateStatus ParseError #

The field instruction could not be parsed.

Value: 3