API Reference

Enum

PdfLogicalTableColumnKind

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the inferred content kind for a normalized logical PDF table column.

Inheritance

  • Enum
  • PdfLogicalTableColumnKind

Usage

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

Values

public const PdfLogicalTableColumnKind Empty #

The column has no non-empty body cells.

Value: 0
public const PdfLogicalTableColumnKind Numeric #

The column has non-empty body cells that all look numeric.

Value: 1
public const PdfLogicalTableColumnKind Text #

The column has non-empty body cells that all look non-numeric.

Value: 2
public const PdfLogicalTableColumnKind Mixed #

The column contains both numeric-looking and non-numeric body cells.

Value: 3