API Reference

Enum

PdfLogicalTableValueKind

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

Typed value families inferred from normalized logical PDF table cells.

Inheritance

  • Enum
  • PdfLogicalTableValueKind

Usage

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

Values

public const PdfLogicalTableValueKind Empty #

No non-empty body values were observed.

Value: 0
public const PdfLogicalTableValueKind Text #

Values remain text.

Value: 1
public const PdfLogicalTableValueKind Number #

Values are ordinary numbers.

Value: 2
public const PdfLogicalTableValueKind Percentage #

Values are percentages with an explicit percent marker.

Value: 3
public const PdfLogicalTableValueKind Boolean #

Values are true/false or yes/no booleans.

Value: 4
public const PdfLogicalTableValueKind DateTime #

Values are unambiguous dates or date-times with explicit years.

Value: 5
public const PdfLogicalTableValueKind Time #

Values are clock times without a date component.

Value: 6