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