API Reference

Class

WordIndexConcordanceReport

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Reports the result of marking a document from Word index concordance entries.

Inheritance

  • Object
  • WordIndexConcordanceReport

Usage

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

Properties

public IReadOnlyList<WordIndexConcordanceEntry> Entries { get; } #

Gets valid concordance entries that were considered for marking.

public Int32 ConcordanceEntryCount { get; } #

Gets the number of valid concordance entries considered for marking.

public Int32 MarkedEntryCount { get; } #

Gets the number of hidden XE fields inserted into the target document.

public Int32 MatchedParagraphCount { get; } #

Gets the number of distinct paragraphs that received one or more marks.

public Int32 SkippedEntryCount { get; } #

Gets the number of blank, invalid, unsafe, or duplicate concordance entries skipped.

public Boolean MatchCase { get; } #

Gets whether text matching was case-sensitive.

public Boolean MatchWholeWord { get; } #

Gets whether matches required non-letter/digit boundaries around the search text.