API Reference

Enum

PdfCanvasTableHeaderScope

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

Scope of a tagged table header cell.

Inheritance

  • Enum
  • PdfCanvasTableHeaderScope

Usage

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

Values

public const PdfCanvasTableHeaderScope Row #

Header applies to its row.

Value: 0
public const PdfCanvasTableHeaderScope Column #

Header applies to its column.

Value: 1
public const PdfCanvasTableHeaderScope Both #

Header applies to both its row and column.

Value: 2