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