共用方式為


PhotoAlbum.Layout Property

Definition

Photo Album Layout

Represents the following attribute in the schema: layout

[DocumentFormat.OpenXml.SchemaAttr(0, "layout")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues> Layout { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues> Layout { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "layout")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>? Layout { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("layout")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>? Layout { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>? Layout { get; set; }
member this.Layout : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "layout")>]
member this.Layout : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("layout")>]
member this.Layout : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues> with get, set
Public Property Layout As EnumValue(Of PhotoAlbumLayoutValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to