API Reference

Enum

PowerPointTextAlignment

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.

Inheritance

  • Enum
  • PowerPointTextAlignment

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

Represents the Open XML value l.

Value: 0
public const PowerPointTextAlignment Center #

Represents the Open XML value ctr.

Value: 1
public const PowerPointTextAlignment Right #

Represents the Open XML value r.

Value: 2
public const PowerPointTextAlignment Justified #

Represents the Open XML value just.

Value: 3
public const PowerPointTextAlignment JustifiedLow #

Represents the Open XML value justLow.

Value: 4
public const PowerPointTextAlignment Distributed #

Represents the Open XML value dist.

Value: 5
public const PowerPointTextAlignment ThaiDistributed #

Represents the Open XML value thaiDist.

Value: 6