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