TimelineStyleElement class
Defines the TimelineStyleElement Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:timelineStyleElement.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.6.108 CT_TimelineStyleElement
Target namespace: http://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.<84>
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.55. 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).