Share via


ExpandValues 枚举

定义

定义 ExpandValues 枚举。

public enum ExpandValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum ExpandValues
public readonly struct ExpandValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues>
type ExpandValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type ExpandValues = 
type ExpandValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ExpandValues>
Public Enum ExpandValues
Public Structure ExpandValues
Implements IEnumValue, IEnumValueFactory(Of ExpandValues), IEquatable(Of ExpandValues)
继承
ExpandValues
继承
ExpandValues
属性

字段

ExpandValues(String)

创建新的 ExpandValues 枚举实例

Bottom 7

底部。

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

Bottom

底部。

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

BottomLeft 6

bottomLeft。

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

BottomLeft

bottomLeft。

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

BottomRight 8

bottomRight。

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

BottomRight

bottomRight。

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

Center 4

中心。

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

Center

中心。

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

Equals(ExpandValues)
Equals(Object)
GetHashCode()
Left 3

离开。

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

Left

离开。

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

Equality(ExpandValues, ExpandValues)
Inequality(ExpandValues, ExpandValues)
Right 5

对。

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

Right

对。

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

Top 1

返回页首。

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

Top

返回页首。

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

TopLeft

topLeft。

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

TopLeft 0

topLeft。

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

TopRight 2

topRight。

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

TopRight

topRight。

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

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

适用于