次の方法で共有


PageOrientation 列挙型

定義

PageOrientation 列挙型を定義します。

public enum PageOrientation
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum PageOrientation
public readonly struct PageOrientation : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation>
type PageOrientation = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type PageOrientation = 
type PageOrientation = struct
    interface IEnumValue
    interface IEnumValueFactory<PageOrientation>
Public Enum PageOrientation
Public Structure PageOrientation
Implements IEnumValue, IEnumValueFactory(Of PageOrientation), IEquatable(Of PageOrientation)
継承
PageOrientation
継承
PageOrientation
属性

フィールド

PageOrientation(String)

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

Default 0

既定値。

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

Default

既定値。

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

Equals(PageOrientation)
Equals(Object)
GetHashCode()
Landscape 2

風景。

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

Landscape

風景。

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

Equality(PageOrientation, PageOrientation)
Inequality(PageOrientation, PageOrientation)
Portrait

肖像 画。

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

Portrait 1

肖像 画。

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

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

適用対象