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