API Reference
WordTextDirection
Specifies the writing direction used by Word content.
Inheritance
- Enum
- WordTextDirection
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 WordParagraph.TextDirection
- Property WordTableCell.TextDirection
- Field WordTextDirection.BottomToTopLeftToRight
- Field WordTextDirection.BottomToTopLeftToRight2010
- Field WordTextDirection.LeftToRightTopToBottom
- Field WordTextDirection.LeftToRightTopToBottom2010
- Field WordTextDirection.LeftToRightTopToBottomRotated
- Field WordTextDirection.LeftToRightTopToBottomRotated2010
- Field WordTextDirection.TopToBottomLeftToRightRotated
- Field WordTextDirection.TopToBottomLeftToRightRotated2010
- Field WordTextDirection.TopToBottomRightToLeft
- Field WordTextDirection.TopToBottomRightToLeft2010
- Field WordTextDirection.TopToBottomRightToLeftRotated
- Field WordTextDirection.TopToBottomRightToLeftRotated2010
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const WordTextDirection LeftToRightTopToBottom #Left-to-right text arranged from top to bottom.
0public const WordTextDirection LeftToRightTopToBottom2010 #Office 2010 left-to-right top-to-bottom direction.
1public const WordTextDirection TopToBottomRightToLeft #Top-to-bottom text arranged from right to left.
2public const WordTextDirection TopToBottomRightToLeft2010 #Office 2010 top-to-bottom right-to-left direction.
3public const WordTextDirection BottomToTopLeftToRight #Bottom-to-top text arranged from left to right.
4public const WordTextDirection BottomToTopLeftToRight2010 #Office 2010 bottom-to-top left-to-right direction.
5public const WordTextDirection LeftToRightTopToBottomRotated #Rotated left-to-right top-to-bottom direction.
6public const WordTextDirection LeftToRightTopToBottomRotated2010 #Office 2010 rotated left-to-right top-to-bottom direction.
7public const WordTextDirection TopToBottomRightToLeftRotated #Rotated top-to-bottom right-to-left direction.
8public const WordTextDirection TopToBottomRightToLeftRotated2010 #Office 2010 rotated top-to-bottom right-to-left direction.
9public const WordTextDirection TopToBottomLeftToRightRotated #Rotated top-to-bottom left-to-right direction.
10public const WordTextDirection TopToBottomLeftToRightRotated2010 #Office 2010 rotated top-to-bottom left-to-right direction.
11