PageSetup.Orientation Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Orientação
Representa o seguinte atributo no esquema: orientação
[DocumentFormat.OpenXml.SchemaAttr(0, "orientation")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues> Orientation { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues> Orientation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "orientation")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues>? Orientation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("orientation")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues>? Orientation { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues>? Orientation { get; set; }
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "orientation")>]
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("orientation")>]
member this.Orientation : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues> with get, set
Public Property Orientation As EnumValue(Of PageSetupOrientationValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos