Share via


HandoutMonikerList Constructors

Definition

Overloads

HandoutMonikerList()

Initializes a new instance of the HandoutMonikerList class.

HandoutMonikerList(OpenXmlElement[])

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

HandoutMonikerList(IEnumerable<OpenXmlElement>)

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

HandoutMonikerList(String)

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

HandoutMonikerList()

Initializes a new instance of the HandoutMonikerList class.

public HandoutMonikerList ();
Public Sub New ()

Applies to

HandoutMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HandoutMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HandoutMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to