共用方式為


SlideList Constructors

Definition

Overloads

SlideList()

Initializes a new instance of the SlideList class.

SlideList(OpenXmlElement[])

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

SlideList(IEnumerable<OpenXmlElement>)

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

SlideList(String)

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

SlideList()

Initializes a new instance of the SlideList class.

public SlideList ();
Public Sub New ()

Applies to

SlideList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to