OutlineViewSlideList Constructors

Definition

Overloads

OutlineViewSlideList()

Initializes a new instance of the OutlineViewSlideList class.

OutlineViewSlideList(OpenXmlElement[])

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

OutlineViewSlideList(IEnumerable<OpenXmlElement>)

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

OutlineViewSlideList(String)

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

OutlineViewSlideList()

Initializes a new instance of the OutlineViewSlideList class.

public OutlineViewSlideList ();
Public Sub New ()

Applies to

OutlineViewSlideList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OutlineViewSlideList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OutlineViewSlideList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to