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