API Reference
Class
OfficeDocumentContentItem
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.
Returned or exposed by
- Extension method OfficeDocumentReadResult.EnumerateContent
- Method OfficeDocumentReadResultExtensions.EnumerateContent
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.