API Reference

Enum

WordFieldRepresentation

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

Identifies how a Word field is represented in the Open XML document.

Inheritance

  • Enum
  • WordFieldRepresentation

Usage

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

Values

public const WordFieldRepresentation Simple #

The field is stored as a w:fldSimple element.

Value: 0
public const WordFieldRepresentation Complex #

The field is stored as a begin/separate/end complex field run sequence.

Value: 1