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