TextDirectionValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TextDirectionValues enumeration.
public enum TextDirectionValues
public readonly struct TextDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues>
type TextDirectionValues =
type TextDirectionValues = struct
interface IEnumValue
interface IEnumValueFactory<TextDirectionValues>
Public Enum TextDirectionValues
Public Structure TextDirectionValues
Implements IEnumValue, IEnumValueFactory(Of TextDirectionValues), IEquatable(Of TextDirectionValues)
- Inheritance
-
TextDirectionValues
- Inheritance
-
TextDirectionValues
Fields
Name | Value | Description |
---|---|---|
LefToRightTopToBottom | 0 | Left to Right, Top to Bottom. When the item is serialized out as xml, its value is "lrTb". |
LeftToRightTopToBottom2010 | 1 | tb. When the item is serialized out as xml, its value is "tb". This item is only available in Office 2010 and later. |
TopToBottomRightToLeft | 2 | Top to Bottom, Right to Left. When the item is serialized out as xml, its value is "tbRl". |
TopToBottomRightToLeft2010 | 3 | rl. When the item is serialized out as xml, its value is "rl". This item is only available in Office 2010 and later. |
BottomToTopLeftToRight | 4 | Bottom to Top, Left to Right. When the item is serialized out as xml, its value is "btLr". |
BottomToTopLeftToRight2010 | 5 | lr. When the item is serialized out as xml, its value is "lr". This item is only available in Office 2010 and later. |
LefttoRightTopToBottomRotated | 6 | Left to Right, Top to Bottom Rotated. When the item is serialized out as xml, its value is "lrTbV". |
LeftToRightTopToBottomRotated2010 | 7 | tbV. When the item is serialized out as xml, its value is "tbV". This item is only available in Office 2010 and later. |
TopToBottomRightToLeftRotated | 8 | Top to Bottom, Right to Left Rotated. When the item is serialized out as xml, its value is "tbRlV". |
TopToBottomRightToLeftRotated2010 | 9 | rlV. When the item is serialized out as xml, its value is "rlV". This item is only available in Office 2010 and later. |
TopToBottomLeftToRightRotated | 10 | Top to Bottom, Left to Right Rotated. When the item is serialized out as xml, its value is "tbLrV". |
TopToBottomLeftToRightRotated2010 | 11 | lrV. When the item is serialized out as xml, its value is "lrV". This item is only available in Office 2010 and later. |
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 Office 2010 and later. |
|
Equality(TextDirectionValues, TextDirectionValues) | ||
Equals(Object) | ||
Equals(TextDirectionValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextDirectionValues>.Create(String) | ||
Inequality(TextDirectionValues, TextDirectionValues) | ||
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 Office 2010 and later. |
|
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 Office 2010 and later. |
|
TextDirectionValues(String) | Creates a new TextDirectionValues enum instance |
|
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 Office 2010 and later. |
|
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 Office 2010 and later. |
|
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 Office 2010 and later. |
|
ToString() |