Share via


BoxStyleValues 枚举

定义

定义 BoxStyleValues 枚举。

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

字段

BoxStyleValues(String)

创建新的 BoxStyleValues 枚举实例

Equals(BoxStyleValues)
Equals(Object)
GetHashCode()
Horizontal 0

水平。

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

Horizontal

水平。

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

Equality(BoxStyleValues, BoxStyleValues)
Inequality(BoxStyleValues, BoxStyleValues)
ToString()
Vertical 1

垂直。

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

Vertical

垂直。

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

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

适用于