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