API Reference

Enum

WordReviewLocationKind

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

Identifies the document part where review metadata was found.

Inheritance

  • Enum
  • WordReviewLocationKind

Usage

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

Values

public const WordReviewLocationKind Body #

The review item is in the main document body.

Value: 0
public const WordReviewLocationKind Header #

The review item is in a header part.

Value: 1
public const WordReviewLocationKind Footnote #

The review item is in a footnote part.

Value: 3
public const WordReviewLocationKind Endnote #

The review item is in an endnote part.

Value: 4