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