TimeAnimateValueList Constructors

Definition

Overloads

TimeAnimateValueList()

Initializes a new instance of the TimeAnimateValueList class.

TimeAnimateValueList(OpenXmlElement[])

Initializes a new instance of the TimeAnimateValueList class with the specified child elements.

TimeAnimateValueList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TimeAnimateValueList class with the specified child elements.

TimeAnimateValueList(String)

Initializes a new instance of the TimeAnimateValueList class from outer XML.

TimeAnimateValueList()

Initializes a new instance of the TimeAnimateValueList class.

public TimeAnimateValueList ();
Public Sub New ()

Applies to

TimeAnimateValueList(OpenXmlElement[])

Initializes a new instance of the TimeAnimateValueList class with the specified child elements.

public TimeAnimateValueList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.TimeAnimateValueList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimeAnimateValueList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TimeAnimateValueList class with the specified child elements.

public TimeAnimateValueList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.TimeAnimateValueList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimeAnimateValueList(String)

Initializes a new instance of the TimeAnimateValueList class from outer XML.

public TimeAnimateValueList (string outerXml);
new DocumentFormat.OpenXml.Presentation.TimeAnimateValueList : string -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to