API Reference

Enum

PowerPointTextVerticalAlignment

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

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

Inheritance

  • Enum
  • PowerPointTextVerticalAlignment

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 PowerPointTextVerticalAlignment Top #

Represents the Open XML value t.

Value: 0
public const PowerPointTextVerticalAlignment Center #

Represents the Open XML value ctr.

Value: 1
public const PowerPointTextVerticalAlignment Bottom #

Represents the Open XML value b.

Value: 2