API Reference

Enum

LegacyPptTextAlignment

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

Specifies a binary PowerPoint paragraph alignment.

Inheritance

  • Enum
  • LegacyPptTextAlignment

Usage

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

Values

public const LegacyPptTextAlignment Left #

Left for horizontal text or top for vertical text.

Value: 0
public const LegacyPptTextAlignment Center #

Centered.

Value: 1
public const LegacyPptTextAlignment Right #

Right for horizontal text or bottom for vertical text.

Value: 2
public const LegacyPptTextAlignment Justify #

Flush left and right.

Value: 3
public const LegacyPptTextAlignment Distributed #

Distributed character spacing.

Value: 4
public const LegacyPptTextAlignment ThaiDistributed #

Thai distributed alignment.

Value: 5
public const LegacyPptTextAlignment JustifyLow #

Low Kashida justification.

Value: 6