API Reference

Enum

LegacyPptFontAlignment

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

Specifies how characters align within a line height.

Inheritance

  • Enum
  • LegacyPptFontAlignment

Usage

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

Values

public const LegacyPptFontAlignment Baseline #

Align on the font baseline.

Value: 0
public const LegacyPptFontAlignment Hanging #

Hang characters from the top of the line.

Value: 1
public const LegacyPptFontAlignment Center #

Center characters within the line height.

Value: 2
public const LegacyPptFontAlignment Bottom #

Anchor characters to the bottom of the line.

Value: 3