API Reference

Enum

PdfLogicalTableContinuationEvidence

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

Evidence supporting one or more recovered cross-page table boundaries.

Inheritance

  • Enum
  • PdfLogicalTableContinuationEvidence

Usage

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

Values

public const PdfLogicalTableContinuationEvidence None #

No cross-page continuation was inferred.

Value: 0
public const PdfLogicalTableContinuationEvidence AdjacentPages #

The segments came from adjacent source pages.

Value: 1
public const PdfLogicalTableContinuationEvidence BoundaryTables #

The segments were the last and first table on their pages.

Value: 2
public const PdfLogicalTableContinuationEvidence PageEdges #

The segments were positioned near the bottom and top page edges.

Value: 4
public const PdfLogicalTableContinuationEvidence MatchingColumnCount #

The segments declared the same number of columns.

Value: 8
public const PdfLogicalTableContinuationEvidence MatchingDetectionKind #

The segments came from the same table detection strategy.

Value: 16
public const PdfLogicalTableContinuationEvidence CompatibleGeometry #

The ordered column geometry was compatible.

Value: 32
public const PdfLogicalTableContinuationEvidence CompatibleHeaders #

The continuation header contract was compatible.

Value: 64
public const PdfLogicalTableContinuationEvidence RepeatedHeaders #

Repeated continuation headers were detected.

Value: 128