API Reference

Enum

WordComparisonScope

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

Describes the document area where a comparison finding was detected.

Inheritance

  • Enum
  • WordComparisonScope

Usage

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

Accepted by parameters

Values

public const WordComparisonScope Paragraph #

A body paragraph outside a table.

Value: 0
public const WordComparisonScope Run #

A paragraph run or equivalent inline text segment.

Value: 1
public const WordComparisonScope Field #

A Word field instruction, result, or field metadata item.

Value: 2
public const WordComparisonScope ContentControl #

A structured document tag/content control.

Value: 3
public const WordComparisonScope Bookmark #

A bookmark anchor or bookmark range.

Value: 4
public const WordComparisonScope List #

A numbered or bulleted list item.

Value: 6
public const WordComparisonScope Comment #

A Word comment or comment reply.

Value: 7
public const WordComparisonScope Revision #

A tracked revision or tracked formatting change.

Value: 8
public const WordComparisonScope Table #

A table as a whole.

Value: 9
public const WordComparisonScope TableRow #

A table row.

Value: 10
public const WordComparisonScope TableCell #

A table cell.

Value: 11
public const WordComparisonScope Image #

An embedded image payload.

Value: 12
public const WordComparisonScope Shape #

A bounded Wordprocessing DrawingML preset shape or shape group.

Value: 13