API Reference
Class
OfficeDocumentBlock
Normalized logical block emitted by a document read adapter.
Inheritance
- Object
- OfficeDocumentBlock
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
- Property OfficeDocumentPage.Blocks
- Property OfficeDocumentReadResult.Blocks
Constructors
public OfficeDocumentBlock() #Inherited Methods
Properties
public String Id { get; set; } #Stable block identifier within the read result.
public String Kind { get; set; } #Producer-normalized block kind, such as heading, paragraph, table, or list-item.
public String Text { get; set; } #Text content for text-like blocks.
public Nullable<Int32> Level { get; set; } #Optional block level, such as heading level or list nesting depth.
public String Marker { get; set; } #Optional marker for list or leader blocks.
public ReaderLocation Location { get; set; } #Source location for this block.
public OfficeDocumentRegion Region { get; set; } #Source geometry in points when available.