BoxStyleValues 列挙型

定義

BoxStyleValues 列挙型を定義します。

public enum BoxStyleValues
public readonly struct BoxStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues>, IEquatable<DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues>
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)

適用対象