API Reference

Enum

PdfAlign

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

Text alignment within the content area.

Inheritance

  • Enum
  • PdfAlign

Usage

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

Accepted by parameters

Values

public const PdfAlign Left #

Align text to the left.

Value: 0
public const PdfAlign Center #

Center text within the content area.

Value: 1
public const PdfAlign Right #

Align text to the right.

Value: 2
public const PdfAlign Justify #

Distribute extra space between words to fill the line width (last line not justified).

Value: 3