Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OfficeDocumentContentItem

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

A source-ordered content observation containing exactly one block, table, or fallback text chunk.

Inheritance

  • Object
  • OfficeDocumentContentItem

Usage

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

Properties

public OfficeDocumentBlock Block { get; } #

Normalized source block, or null for a table or fallback chunk.

public ReaderTable Table { get; } #

Structured table, including its rows, or null for another observation kind.

public ReaderChunk Chunk { get; } #

Fallback text chunk used when no normalized source blocks contain text.

public ReaderLocation Location { get; } #

Effective source location, including page, chunk, or stable block-anchor fallback.