API Reference

Enum

WordFieldLocationKind

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

Identifies the document part where a field was found.

Inheritance

  • Enum
  • WordFieldLocationKind

Usage

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

Values

public const WordFieldLocationKind Body #

The field is in the main document body.

Value: 0
public const WordFieldLocationKind Header #

The field is in a header part.

Value: 1
public const WordFieldLocationKind Footnote #

The field is in a footnote part.

Value: 3
public const WordFieldLocationKind Endnote #

The field is in an endnote part.

Value: 4