API Reference

Enum

PdfTabAlignment

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

Alignment used when text is positioned at a paragraph tab stop.

Inheritance

  • Enum
  • PdfTabAlignment

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 PdfTabAlignment Left #

The following text starts at the tab stop.

Value: 0
public const PdfTabAlignment Center #

The following text is centered on the tab stop.

Value: 1
public const PdfTabAlignment Right #

The following text ends at the tab stop.

Value: 2
public const PdfTabAlignment DecimalSeparator #

The following text's decimal separator is aligned to the tab stop.

Value: 3