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