Share via


TimeSlicer Constructors

Definition

Overloads

TimeSlicer()

Initializes a new instance of the TimeSlicer class.

TimeSlicer(OpenXmlElement[])

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

TimeSlicer(IEnumerable<OpenXmlElement>)

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

TimeSlicer(String)

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

TimeSlicer()

Initializes a new instance of the TimeSlicer class.

public TimeSlicer ();
Public Sub New ()

Applies to

TimeSlicer(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimeSlicer(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimeSlicer(String)

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

public TimeSlicer (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer : string -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to