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