API Reference

Class

OfficeDocumentSearchHit

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader.Core
Modifiers sealed

One query occurrence and its source/page locations.

Inheritance

  • Object
  • OfficeDocumentSearchHit

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

Properties

public OfficeDocumentBlock Block { get; } #

Normalized source block containing the occurrence.

public Int32 StartIndex { get; } #

Zero-based occurrence offset in Text.

public Int32 Length { get; } #

Occurrence length.

public IReadOnlyList<OfficeDocumentPageLocation> Pages { get; } #

Page-like locations that contain the matching source block fragment.