API Reference

Class

WordFieldUpdateReport

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Summarizes a deterministic field update pass.

Inheritance

  • Object
  • WordFieldUpdateReport

Usage

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

Properties

public IReadOnlyList<WordFieldUpdateResult> Results { get; } #

Gets all field update results in document scan order.

public Int32 UpdatedCount { get; } #

Gets the number of field results that were updated.

public Int32 SkippedCount { get; } #

Gets the number of recognized fields that were left unchanged.

public Int32 UnsupportedCount { get; } #

Gets the number of unsupported fields.

public Int32 ParseErrorCount { get; } #

Gets the number of fields with parse errors.

public Int32 TotalCount { get; } #

Gets the total number of fields inspected during the update pass.