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 Table #

A table as a whole.

Value: 1
public const WordComparisonScope TableRow #

A table row.

Value: 2
public const WordComparisonScope TableCell #

A table cell.

Value: 3
public const WordComparisonScope Image #

An embedded image payload.

Value: 4