次の方法で共有


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
属性

フィールド

名前 説明
TopLeft 0

topLeft。

項目が xml としてシリアル化されるときに、その値は "topLeft" になります。

Top 1

ページのトップへ。

項目を xml としてシリアル化されるときに、その値は "top" です。

TopRight 2

topRight。

項目を xml としてシリアル化されるときに、その値は "topRight" です。

Left 3

左。

アイテムを xml としてシリアル化されるときに、その値は "left" になります。

Center 4

センター。

項目を xml としてシリアル化されるときに、その値は "center" です。

Right 5

右。

項目を xml としてシリアル化されるときに、その値は "right" です。

BottomLeft 6

bottomLeft。

アイテムを xml としてシリアル化されるときに、その値は "bottomLeft" です。

Bottom 7

底。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

BottomRight 8

bottomRight。

項目を xml としてシリアル化されるときに、その値は "bottomRight" です。

Bottom

底。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

BottomLeft

bottomLeft。

アイテムを xml としてシリアル化されるときに、その値は "bottomLeft" です。

BottomRight

bottomRight。

項目を xml としてシリアル化されるときに、その値は "bottomRight" です。

Center

センター。

項目を xml としてシリアル化されるときに、その値は "center" です。

Equality(ExpandValues, ExpandValues)
Equals(ExpandValues)
Equals(Object)
ExpandValues(String)

新しい ExpandValues 列挙型インスタンスを作成します

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ExpandValues>.Create(String)
Inequality(ExpandValues, ExpandValues)
Left

左。

アイテムを xml としてシリアル化されるときに、その値は "left" になります。

Right

右。

項目を xml としてシリアル化されるときに、その値は "right" です。

Top

ページのトップへ。

項目を xml としてシリアル化されるときに、その値は "top" です。

TopLeft

topLeft。

項目が xml としてシリアル化されるときに、その値は "topLeft" になります。

TopRight

topRight。

項目を xml としてシリアル化されるときに、その値は "topRight" です。

ToString()

適用対象