API Reference

Enum

PdfColumnAlign

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

Column text alignment used by table rendering.

Inheritance

  • Enum
  • PdfColumnAlign

Usage

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

Values

public const PdfColumnAlign Left #

Align text to the left edge of the cell.

Value: 0
public const PdfColumnAlign Center #

Align text centered within the cell.

Value: 1
public const PdfColumnAlign Right #

Align text to the right edge of the cell.

Value: 2