TabStopValues Enum

Definition

Defines the TabStopValues enumeration.

public enum TabStopValues
public readonly struct TabStopValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TabStopValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TabStopValues>
type TabStopValues = 
type TabStopValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TabStopValues>
Public Enum TabStopValues
Public Structure TabStopValues
Implements IEnumValue, IEnumValueFactory(Of TabStopValues), IEquatable(Of TabStopValues)
Inheritance
TabStopValues
Inheritance
TabStopValues

Fields

TabStopValues(String)

Creates a new TabStopValues enum instance

Bar 7

Bar Tab.

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

Bar

Bar Tab.

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

Center 3

Centered Tab.

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

Center

Centered Tab.

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

Clear 0

No Tab Stop.

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

Clear

No Tab Stop.

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

Decimal 6

Decimal Tab.

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

Decimal

Decimal Tab.

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

End 5

end.

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

End

end.

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

Equals(TabStopValues)
Equals(Object)
GetHashCode()
Left

Left Tab.

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

Left 1

Left Tab.

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

Number 8

List Tab.

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

Number

List Tab.

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

Equality(TabStopValues, TabStopValues)
Inequality(TabStopValues, TabStopValues)
Right

Right Tab.

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

Right 4

Right Tab.

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

Start 2

start.

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

Start

start.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TabStopValues>.Create(String)

Applies to