TimeTypeListType Constructors

Definition

Overloads

TimeTypeListType()

Initializes a new instance of the TimeTypeListType class.

TimeTypeListType(OpenXmlElement[])

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

TimeTypeListType(IEnumerable<OpenXmlElement>)

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

TimeTypeListType(String)

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

TimeTypeListType()

Initializes a new instance of the TimeTypeListType class.

protected TimeTypeListType ();
Protected Sub New ()

Applies to

TimeTypeListType(OpenXmlElement[])

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

protected TimeTypeListType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimeTypeListType(IEnumerable<OpenXmlElement>)

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

protected TimeTypeListType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimeTypeListType(String)

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

protected TimeTypeListType (string outerXml);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : string -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to