API Reference

Class

OfficeDocumentStructuredExtractionOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Bounded options for deterministic structured extraction.

Inheritance

  • Object
  • OfficeDocumentStructuredExtractionOptions

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 OfficeDocumentStructuredExtractionOptions() #

Properties

public Boolean IncludeMetadata { get; set; } #

Include document metadata as scalar records.

public Boolean IncludeForms { get; set; } #

Include form fields as scalar records and typed form entries.

public Boolean IncludeKeyValueRows { get; set; } #

Extract rows from two-column and Path/Type/Value tables.

public Boolean IncludeShapeData { get; set; } #

Extract Visio shape-data rows.

public Boolean IncludeChartSummaries { get; set; } #

Include deterministic chart summaries.

public Boolean IncludeQualitySummaries { get; set; } #

Include visual, table, and chunk readiness summaries.

public Boolean IncludeSections { get; set; } #

Build heading-and-following-content sections.

public Boolean IncludeNamedTables { get; set; } #

Include tables with non-empty titles.

public Boolean IncludeSourceDiagnostics { get; set; } #

Copy source diagnostics into the extraction result.

public Int32 MaxRecords { get; set; } #

Maximum scalar records. Default: 10,000.

public Int32 MaxSections { get; set; } #

Maximum sections. Default: 1,000.

public Int32 MaxSectionCharacters { get; set; } #

Maximum characters retained in one section. Default: 100,000.

public Int32 MaxTables { get; set; } #

Maximum named tables. Default: 1,000.

public Int32 MaxForms { get; set; } #

Maximum typed forms. Default: 5,000.

public Int32 MaxDiagnostics { get; set; } #

Maximum copied source diagnostics. Default: 1,000.