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