API Reference

Class

OfficeDocumentStructuredRecord

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

One schema-friendly scalar record extracted from the shared document model.

Inheritance

  • Object
  • OfficeDocumentStructuredRecord

Usage

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

Constructors

Properties

public String Id { get; set; } #

Deterministic record id within the extraction result.

public String Category { get; set; } #

Stable record category such as metadata, form, key-value, shape-data, chart-summary, or quality-summary.

public String Name { get; set; } #

Record name or key.

public String Value { get; set; } #

Scalar value when available.

public String ValueType { get; set; } #

Normalized or source-provided value type.

public String SourceObjectId { get; set; } #

Source object identifier when available.

public ReaderLocation Location { get; set; } #

Source location when available.

public IReadOnlyDictionary<String, String> Attributes { get; set; } #

Additional deterministic scalar attributes.