API Reference

Class

PdfLogicalTableColumnProfile

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Inferred column profile for adapters that need stable table typing hints without re-analyzing cell text.

Inheritance

  • Object
  • PdfLogicalTableColumnProfile

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

Zero-based column index in the normalized table.

public String Name { get; } #

Inferred column name aligned to Columns.

public PdfLogicalTableColumnKind Kind { get; } #

Inferred content kind for non-empty body cells.

public Int32 NonEmptyCellCount { get; } #

Number of non-empty body cells inspected for this column.

public Int32 NumericCellCount { get; } #

Number of non-empty body cells that looked numeric.

public Double Confidence { get; } #

Confidence score between 0 and 1 for the inferred Kind based on inspected body cells.

public Boolean IsNumeric { get; } #

True when the column is confidently numeric.