Share via


TimelineStyleElements class

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

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Excel.TimelineStyleElements

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TimelineStyleElement), FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class TimelineStyleElements _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TimelineStyleElements
[ChildElementInfoAttribute(typeof(TimelineStyleElement), FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class TimelineStyleElements : OpenXmlCompositeElement

Remarks

2.6.118 CT_TimelineStyleElements

Target namespace: https://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.

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).

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

TimelineStyleElements members

DocumentFormat.OpenXml.Office15.Excel namespace