TimelineStyleElements class
Defines the TimelineStyleElements Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:timelineStyleElements.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.6.106 CT_TimelineStyleElements
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_TimelineStyle
A complex type that specifies the list of table style ([ISO/IEC-29500-1] section 18.8) elements of a Timeline Style that are specific to Timelines.<82>
Child Elements:
timelineStyleElement: A CT_TimelineStyleElement element that specifies a table style ([ISO/IEC-29500-1] section 18.8) element of a timeline style that is specific to timelines.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_TimelineStyleElements">
<xsd:sequence>
<xsd:element name="timelineStyleElement" type="CT_TimelineStyleElement" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).