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