API Reference

Class

PdfLogicalTableContinuationGroup

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One logical table reconstructed from one or more adjacent page-level segments.

Inheritance

  • Object
  • PdfLogicalTableContinuationGroup

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

Properties

public IReadOnlyList<PdfLogicalTableExtraction> Segments { get; } #

Page-level table segments contributing to this logical table.

public PdfLogicalTableExtraction Primary { get; } #

Primary segment supplying source identity and diagnostics.

public IReadOnlyList<String> Columns { get; } #

Merged column names, including repeated multi-row header labels when requested.

public IReadOnlyList<IReadOnlyList<String>> Rows { get; } #

Merged normalized body rows.

public PdfLogicalTableData Data { get; } #

Normalized table data for downstream adapters.

public Int32 TotalRowCount { get; } #

Total body rows before the configured cap.

public Boolean Truncated { get; } #

True when the configured row cap omitted body rows.

public Int32 SuppressedRepeatedHeaderRows { get; } #

Repeated continuation header rows omitted from body data.

public Int32 AdditionalHeaderRowCount { get; } #

Repeated header rows appended to the primary column labels.