API Reference

Enum

PowerPointTextDirection

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

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

Inheritance

  • Enum
  • PowerPointTextDirection

Usage

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

Values

public const PowerPointTextDirection Horizontal #

Represents the Open XML value horz.

Value: 0
public const PowerPointTextDirection Vertical #

Represents the Open XML value vert.

Value: 1
public const PowerPointTextDirection Vertical270 #

Represents the Open XML value vert270.

Value: 2
public const PowerPointTextDirection WordArtVertical #

Represents the Open XML value wordArtVert.

Value: 3
public const PowerPointTextDirection EastAsianVetical #

Represents the Open XML value eaVert.

Value: 4
public const PowerPointTextDirection MongolianVertical #

Represents the Open XML value mongolianVert.

Value: 5
public const PowerPointTextDirection WordArtLeftToRight #

Represents the Open XML value wordArtVertRtl.

Value: 6