API Reference

Enum

PdfCellVerticalAlign

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

Vertical text alignment used by table cell rendering.

Inheritance

  • Enum
  • PdfCellVerticalAlign

Usage

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

Values

public const PdfCellVerticalAlign Top #

Align text to the top of the cell.

Value: 0
public const PdfCellVerticalAlign Middle #

Align text vertically centered in the cell.

Value: 1
public const PdfCellVerticalAlign Bottom #

Align text to the bottom of the cell.

Value: 2