Share via


TimelineStyleElement class

Defines the TimelineStyleElement Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:timelineStyleElement.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Excel.TimelineStyleElement

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class TimelineStyleElement _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As TimelineStyleElement
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class TimelineStyleElement : OpenXmlLeafElement

Remarks

2.6.120 CT_TimelineStyleElement

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_TimelineStyleElements

A complex type that specifies a table style element, as specified in [ISO/IEC-29500-1] section 18.8, of a timeline style, as specified in section Timeline Styles.

Attributes:

type: An ST_TimelineStyleType attribute, as specified in section Timeline Style Type, that specifies the type of the table style element. This attribute MUST be unique within the parent CT_TimelineStyleElements complex type.

dxfId: An ST_DxfId attribute, as specified in [ISO/IEC-29500-1] section 18.18.25, that specifies a zero-based index for the list of elements specified by the dxfs global element, as specified in section 2.4.60. The specified CT_Dxf complex type, as specified in [ISO/IEC-29500-4] section A.2, specifies the formatting to use with this table style element.

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

<xsd:complexType name="CT_TimelineStyleElement">

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

<xsd:attribute name="dxfId" type="x:ST_DxfId" use="optional"/>

</xsd:complexType>

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

Thread safety

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

See also

Reference

TimelineStyleElement members

DocumentFormat.OpenXml.Office15.Excel namespace