API Reference

Class

WordIndexConcordanceEntry

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Describes one Word index concordance mapping from document text to an index entry.

Inheritance

  • Object
  • WordIndexConcordanceEntry

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public WordIndexConcordanceEntry(String searchText, String indexText) #

Creates a concordance mapping.

Parameters

searchText System.String requiredposition: 0
Text to find in the target document.
indexText System.String requiredposition: 1
Index entry text to write into an XE field. Use colons for subentries, for example Policy:Alpha.

Properties

public String SearchText { get; } #

Gets the text to find in the target document.

public String IndexText { get; } #

Gets the index entry text written into the hidden XE field.