TabStopValues 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 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
Name | Value | Description |
---|---|---|
Clear | 0 | No Tab Stop. When the item is serialized out as xml, its value is "clear". |
Left | 1 | Left Tab. When the item is serialized out as xml, its value is "left". |
Start | 2 | start. When the item is serialized out as xml, its value is "start". |
Center | 3 | Centered Tab. When the item is serialized out as xml, its value is "center". |
Right | 4 | Right Tab. When the item is serialized out as xml, its value is "right". |
End | 5 | end. When the item is serialized out as xml, its value is "end". |
Decimal | 6 | Decimal Tab. When the item is serialized out as xml, its value is "decimal". |
Bar | 7 | Bar Tab. When the item is serialized out as xml, its value is "bar". |
Number | 8 | List Tab. When the item is serialized out as xml, its value is "num". |
Bar | Bar Tab. When the item is serialized out as xml, its value is "bar". |
|
Center | Centered Tab. When the item is serialized out as xml, its value is "center". |
|
Clear | No Tab Stop. When the item is serialized out as xml, its value is "clear". |
|
Decimal | Decimal Tab. When the item is serialized out as xml, its value is "decimal". |
|
End | end. When the item is serialized out as xml, its value is "end". |
|
Equality(TabStopValues, TabStopValues) | ||
Equals(Object) | ||
Equals(TabStopValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TabStopValues>.Create(String) | ||
Inequality(TabStopValues, TabStopValues) | ||
Left | Left Tab. When the item is serialized out as xml, its value is "left". |
|
Number | List Tab. When the item is serialized out as xml, its value is "num". |
|
Right | Right Tab. When the item is serialized out as xml, its value is "right". |
|
Start | start. When the item is serialized out as xml, its value is "start". |
|
TabStopValues(String) | Creates a new TabStopValues enum instance |
|
ToString() |