API Reference

Class

PdfLogicalTableCell

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Extracted table cell with row and column indexes.

Inheritance

  • Object
  • PdfLogicalTableCell

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 Int32 PageNumber { get; } #

One-based source page number.

public Int32 RowIndex { get; } #

Zero-based row index within the detected table.

public Int32 ColumnIndex { get; } #

Zero-based column index within the detected table row.

public String Text { get; } #

Extracted cell text.

public PdfLogicalTableColumn Column { get; } #

Detected column geometry when available.