TimeSlicer class

Office 2013 and later

Defines the TimeSlicer Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is tsle:timeslicer.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer

Namespace:  DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.4.68 timeslicer

Target namespace: http://schemas.microsoft.com/office/drawing/2012/timeslicer

A CT_Timeline element that specifies which timeline view is associated with this drawing element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="timeslicer" type="CT_Timeline"/>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.141 CT_Timeline

Target namespace: http://schemas.microsoft.com/office/drawing/2012/timeslicer

Referenced by: timeslicer

This complex type specifies which timeline view is associated with this drawing element.

Child Elements:

extLst: A CT_OfficeArtExtensionList ([ISO/IEC-29500-4] section A.4.1) element that specifies future extensibility for this element.

Attributes:

name: A string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of the timeline view that is associated with this drawing element. The value of this attribute MUST match the value of the name attribute of a timeline element within the CT_Timelines element for the current worksheet.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_Timeline">

<xsd:sequence>

<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="name" type="xsd:string" use="required"/>

</xsd:complexType>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: