Click or drag to resize

TimelineStyleType Enumeration

Defines the TimelineStyleType enumeration.

Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum TimelineStyleType
Members
Member nameValueDescription
SelectionLabel0 selectionLabel.

When the item is serialized out as xml, its value is "selectionLabel".

TimeLevel1 timeLevel.

When the item is serialized out as xml, its value is "timeLevel".

PeriodLabel12 periodLabel1.

When the item is serialized out as xml, its value is "periodLabel1".

PeriodLabel23 periodLabel2.

When the item is serialized out as xml, its value is "periodLabel2".

SelectedTimeBlock4 selectedTimeBlock.

When the item is serialized out as xml, its value is "selectedTimeBlock".

UnselectedTimeBlock5 unselectedTimeBlock.

When the item is serialized out as xml, its value is "unselectedTimeBlock".

SelectedTimeBlockSpace6 selectedTimeBlockSpace.

When the item is serialized out as xml, its value is "selectedTimeBlockSpace".

See Also