Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TextDirectionValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextDirectionValues
'Usage
Dim instance As TextDirectionValues
public enum TextDirectionValues
Members
Member name | Description | |
---|---|---|
LefToRightTopToBottom | Left to Right, Top to Bottom. When the item is serialized out as xml, its value is "lrTb". | |
LeftToRightTopToBottom2010 | tb. When the item is serialized out as xml, its value is "tb".This item is only available in Office2010. | |
TopToBottomRightToLeft | Top to Bottom, Right to Left. When the item is serialized out as xml, its value is "tbRl". | |
TopToBottomRightToLeft2010 | rl. When the item is serialized out as xml, its value is "rl".This item is only available in Office2010. | |
BottomToTopLeftToRight | Bottom to Top, Left to Right. When the item is serialized out as xml, its value is "btLr". | |
BottomToTopLeftToRight2010 | lr. When the item is serialized out as xml, its value is "lr".This item is only available in Office2010. | |
LefttoRightTopToBottomRotated | Left to Right, Top to Bottom Rotated. When the item is serialized out as xml, its value is "lrTbV". | |
LeftToRightTopToBottomRotated2010 | tbV. When the item is serialized out as xml, its value is "tbV".This item is only available in Office2010. | |
TopToBottomRightToLeftRotated | Top to Bottom, Right to Left Rotated. When the item is serialized out as xml, its value is "tbRlV". | |
TopToBottomRightToLeftRotated2010 | rlV. When the item is serialized out as xml, its value is "rlV".This item is only available in Office2010. | |
TopToBottomLeftToRightRotated | Top to Bottom, Left to Right Rotated. When the item is serialized out as xml, its value is "tbLrV". | |
TopToBottomLeftToRightRotated2010 | lrV. When the item is serialized out as xml, its value is "lrV".This item is only available in Office2010. |