API Reference

Class

PdfLogicalTable

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Detected table-like region with simple geometry.

Inheritance

  • Object
  • PdfLogicalTable

Usage

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

Properties

public virtual Int32 PageNumber { get; } #
public virtual PdfLogicalElementKind Kind { get; } #
public String DetectionKind { get; } #

Detection heuristic that produced the table.

public Double YTop { get; } #

Top Y coordinate of the detected table band.

public Double YBottom { get; } #

Bottom Y coordinate of the detected table band.

public IReadOnlyList<PdfLogicalTableColumn> Columns { get; } #

Detected table columns.

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

Extracted table rows.

public IReadOnlyList<PdfLogicalTableCell> Cells { get; } #

Extracted table cells with row and column indexes.

public Double Confidence { get; } #

Normalized table-detection confidence.

public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #

Evidence supporting the table detection.