Share via


PageSize.Orient Property

Definition

Page Orientation

Represents the following attribute in the schema: w:orient

[DocumentFormat.OpenXml.SchemaAttr(23, "orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues> Orient { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues> Orient { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues>? Orient { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:orient")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues>? Orient { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues>? Orient { get; set; }
member this.Orient : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "orient")>]
member this.Orient : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:orient")>]
member this.Orient : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues> with get, set
Public Property Orient As EnumValue(Of PageOrientationValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to