次の方法で共有


OrientationValues 列挙型

定義

Orientation

public enum OrientationValues
public readonly struct OrientationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>
type OrientationValues = 
type OrientationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<OrientationValues>
Public Enum OrientationValues
Public Structure OrientationValues
Implements IEnumValue, IEnumValueFactory(Of OrientationValues), IEquatable(Of OrientationValues)
継承
OrientationValues
継承
OrientationValues

フィールド

名前 説明
Default 0

既定値。

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

Portrait 1

肖像。

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

Landscape 2

景色。

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

Default

既定値。

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

Equality(OrientationValues, OrientationValues)
Equals(Object)
Equals(OrientationValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<OrientationValues>.Create(String)
Inequality(OrientationValues, OrientationValues)
Landscape

景色。

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

OrientationValues(String)

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

Portrait

肖像。

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

ToString()

適用対象