API Reference

Class

OfficeDocumentSearchOptions

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

Controls normalized block search in a document read result.

Inheritance

  • Object
  • OfficeDocumentSearchOptions

Usage

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

Accepted by parameters

Constructors

public OfficeDocumentSearchOptions() #

Properties

public Boolean MatchCase { get; set; } #

When true, uses case-sensitive ordinal matching.

public Boolean WholeWord { get; set; } #

When true, accepts matches surrounded by non-word characters only.

public Int32 MaximumResults { get; set; } #

Maximum number of occurrences returned. Default: 1,000.