共用方式為


PhotoAlbum Constructors

Definition

Overloads

PhotoAlbum()

Initializes a new instance of the PhotoAlbum class.

PhotoAlbum(OpenXmlElement[])

Initializes a new instance of the PhotoAlbum class with the specified child elements.

PhotoAlbum(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PhotoAlbum class with the specified child elements.

PhotoAlbum(String)

Initializes a new instance of the PhotoAlbum class from outer XML.

PhotoAlbum()

Initializes a new instance of the PhotoAlbum class.

public PhotoAlbum ();
Public Sub New ()

Applies to

PhotoAlbum(OpenXmlElement[])

Initializes a new instance of the PhotoAlbum class with the specified child elements.

public PhotoAlbum (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.PhotoAlbum : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.PhotoAlbum
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PhotoAlbum(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PhotoAlbum class with the specified child elements.

public PhotoAlbum (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.PhotoAlbum : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.PhotoAlbum
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PhotoAlbum(String)

Initializes a new instance of the PhotoAlbum class from outer XML.

public PhotoAlbum (string outerXml);
new DocumentFormat.OpenXml.Presentation.PhotoAlbum : string -> DocumentFormat.OpenXml.Presentation.PhotoAlbum
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to