TextDirectionValues Enum

Definition

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

TextDirectionValues(String)

Creates a new TextDirectionValues enum instance

BottomToTopLeftToRight 4

Bottom to Top, Left to Right.

When the item is serialized out as xml, its value is "btLr".

BottomToTopLeftToRight

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.

BottomToTopLeftToRight2010

lr.

When the item is serialized out as xml, its value is "lr".

This item is only available in Office 2010 and later.

Equals(TextDirectionValues)
Equals(Object)
GetHashCode()
LefToRightTopToBottom

Left to Right, Top to Bottom.

When the item is serialized out as xml, its value is "lrTb".

LefToRightTopToBottom 0

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.

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.

LefttoRightTopToBottomRotated 6

Left to Right, Top to Bottom Rotated.

When the item is serialized out as xml, its value is "lrTbV".

LefttoRightTopToBottomRotated

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.

LeftToRightTopToBottomRotated2010

tbV.

When the item is serialized out as xml, its value is "tbV".

This item is only available in Office 2010 and later.

Equality(TextDirectionValues, TextDirectionValues)
Inequality(TextDirectionValues, TextDirectionValues)
TopToBottomLeftToRightRotated 10

Top to Bottom, Left to Right Rotated.

When the item is serialized out as xml, its value is "tbLrV".

TopToBottomLeftToRightRotated

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.

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 2

Top to Bottom, Right to Left.

When the item is serialized out as xml, its value is "tbRl".

TopToBottomRightToLeft

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.

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".

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.

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()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextDirectionValues>.Create(String)

Applies to