Share via


HandoutMasterId Constructors

Definition

Overloads

HandoutMasterId()

Initializes a new instance of the HandoutMasterId class.

HandoutMasterId(OpenXmlElement[])

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

HandoutMasterId(IEnumerable<OpenXmlElement>)

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

HandoutMasterId(String)

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

HandoutMasterId()

Initializes a new instance of the HandoutMasterId class.

public HandoutMasterId ();
Public Sub New ()

Applies to

HandoutMasterId(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HandoutMasterId(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HandoutMasterId(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to