HandoutMasterIdList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HandoutMasterIdList() |
Initializes a new instance of the HandoutMasterIdList class. |
HandoutMasterIdList(OpenXmlElement[]) |
Initializes a new instance of the HandoutMasterIdList class with the specified child elements. |
HandoutMasterIdList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HandoutMasterIdList class with the specified child elements. |
HandoutMasterIdList(String) |
Initializes a new instance of the HandoutMasterIdList class from outer XML. |
HandoutMasterIdList()
Initializes a new instance of the HandoutMasterIdList class.
public HandoutMasterIdList ();
Public Sub New ()
Applies to
HandoutMasterIdList(OpenXmlElement[])
Initializes a new instance of the HandoutMasterIdList class with the specified child elements.
public HandoutMasterIdList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.HandoutMasterIdList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HandoutMasterIdList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HandoutMasterIdList class with the specified child elements.
public HandoutMasterIdList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.HandoutMasterIdList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HandoutMasterIdList(String)
Initializes a new instance of the HandoutMasterIdList class from outer XML.
public HandoutMasterIdList (string outerXml);
new DocumentFormat.OpenXml.Presentation.HandoutMasterIdList : string -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.