API Reference
Enum
PowerPointTextDirection
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.
Returned or exposed by
- Property PowerPointTextBox.TextDirection
- Field PowerPointTextDirection.EastAsianVetical
- Field PowerPointTextDirection.Horizontal
- Field PowerPointTextDirection.MongolianVertical
- Field PowerPointTextDirection.Vertical
- Field PowerPointTextDirection.Vertical270
- Field PowerPointTextDirection.WordArtLeftToRight
- Field PowerPointTextDirection.WordArtVertical
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PowerPointTextDirection WordArtVertical #Represents the Open XML value wordArtVert.
Value:
3public const PowerPointTextDirection EastAsianVetical #Represents the Open XML value eaVert.
Value:
4public const PowerPointTextDirection MongolianVertical #Represents the Open XML value mongolianVert.
Value:
5public const PowerPointTextDirection WordArtLeftToRight #Represents the Open XML value wordArtVertRtl.
Value:
6