API Reference

Enum

LegacyPptTabAlignment

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how text aligns at a binary PowerPoint tab stop.

Inheritance

  • Enum
  • LegacyPptTabAlignment

Usage

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

Values

public const LegacyPptTabAlignment Left #

Text starts at the tab stop.

Value: 0
public const LegacyPptTabAlignment Center #

Text is centered on the tab stop.

Value: 1
public const LegacyPptTabAlignment Right #

Text ends at the tab stop.

Value: 2
public const LegacyPptTabAlignment Decimal #

Text is aligned on its decimal separator.

Value: 3