API Reference

Enum

WordReviewRevisionType

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

Identifies the tracked-change kind represented by a revision item.

Inheritance

  • Enum
  • WordReviewRevisionType

Usage

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

Values

public const WordReviewRevisionType Insertion #

Inserted content.

Value: 0
public const WordReviewRevisionType Deletion #

Deleted content.

Value: 1
public const WordReviewRevisionType MoveFrom #

Moved-from content.

Value: 2
public const WordReviewRevisionType MoveTo #

Moved-to content.

Value: 3
public const WordReviewRevisionType ParagraphFormatting #

Paragraph formatting change.

Value: 4
public const WordReviewRevisionType RunFormatting #

Run formatting change.

Value: 5
public const WordReviewRevisionType TableFormatting #

Table formatting change.

Value: 6
public const WordReviewRevisionType TableRowFormatting #

Table row formatting change.

Value: 7
public const WordReviewRevisionType TableCellFormatting #

Table cell formatting change.

Value: 8
public const WordReviewRevisionType SectionFormatting #

Section formatting change.

Value: 9
public const WordReviewRevisionType Unknown #

A tracked-change element OfficeIMO can count but not classify more precisely.

Value: 10