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