HandoutMasterExtension 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
HandoutMasterExtension() |
Initializes a new instance of the HandoutMasterExtension class. |
HandoutMasterExtension(OpenXmlElement[]) |
Initializes a new instance of the HandoutMasterExtension class with the specified child elements. |
HandoutMasterExtension(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HandoutMasterExtension class with the specified child elements. |
HandoutMasterExtension(String) |
Initializes a new instance of the HandoutMasterExtension class from outer XML. |
HandoutMasterExtension()
Initializes a new instance of the HandoutMasterExtension class.
public HandoutMasterExtension ();
Public Sub New ()
Applies to
HandoutMasterExtension(OpenXmlElement[])
Initializes a new instance of the HandoutMasterExtension class with the specified child elements.
public HandoutMasterExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.HandoutMasterExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HandoutMasterExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HandoutMasterExtension class with the specified child elements.
public HandoutMasterExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.HandoutMasterExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HandoutMasterExtension(String)
Initializes a new instance of the HandoutMasterExtension class from outer XML.
public HandoutMasterExtension (string outerXml);
new DocumentFormat.OpenXml.Presentation.HandoutMasterExtension : string -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtension
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.