次の方法で共有


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)

適用対象