共用方式為


AnimateMotion Constructors

Definition

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.

Applies to