TabStopValues 枚举

定义

定义 TabStopValues 枚举。

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)
继承
TabStopValues
继承
TabStopValues

字段

名称 说明
Clear 0

无制表位。

当项序列化为 xml 时,其值为“clear”。

Left 1

左选项卡。

当项序列化为 xml 时,其值为“left”。

Start 2

开始。

当项序列化为 xml 时,其值为“start”。

Center 3

居中选项卡。

当项序列化为 xml 时,其值为“center”。

Right 4

右侧选项卡。

将项序列化为 xml 时,其值为“right”。

End 5

结束。

当项序列化为 xml 时,其值为“end”。

Decimal 6

“小数”选项卡。

将项序列化为 xml 时,其值为“decimal”。

Bar 7

“条形图”选项卡。

当项序列化为 xml 时,其值为“bar”。

Number 8

“列表”选项卡。

将项序列化为 xml 时,其值为“num”。

Bar

“条形图”选项卡。

当项序列化为 xml 时,其值为“bar”。

Center

居中选项卡。

当项序列化为 xml 时,其值为“center”。

Clear

无制表位。

当项序列化为 xml 时,其值为“clear”。

Decimal

“小数”选项卡。

将项序列化为 xml 时,其值为“decimal”。

End

结束。

当项序列化为 xml 时,其值为“end”。

Equality(TabStopValues, TabStopValues)
Equals(Object)
Equals(TabStopValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TabStopValues>.Create(String)
Inequality(TabStopValues, TabStopValues)
Left

左选项卡。

当项序列化为 xml 时,其值为“left”。

Number

“列表”选项卡。

将项序列化为 xml 时,其值为“num”。

Right

右侧选项卡。

将项序列化为 xml 时,其值为“right”。

Start

开始。

当项序列化为 xml 时,其值为“start”。

TabStopValues(String)

创建新的 TabStopValues 枚举实例

ToString()

适用于