TimelineStyleType Enum

Definition

Defines the TimelineStyleType enumeration.

public enum TimelineStyleType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum TimelineStyleType
public readonly struct TimelineStyleType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType>
type TimelineStyleType = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type TimelineStyleType = 
type TimelineStyleType = struct
    interface IEnumValue
    interface IEnumValueFactory<TimelineStyleType>
Public Enum TimelineStyleType
Public Structure TimelineStyleType
Implements IEnumValue, IEnumValueFactory(Of TimelineStyleType), IEquatable(Of TimelineStyleType)
Inheritance
TimelineStyleType
Inheritance
TimelineStyleType
Attributes

Fields

TimelineStyleType(String)

Creates a new TimelineStyleType enum instance

Equals(TimelineStyleType)
Equals(Object)
GetHashCode()
Equality(TimelineStyleType, TimelineStyleType)
Inequality(TimelineStyleType, TimelineStyleType)
PeriodLabel1

periodLabel1.

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

PeriodLabel1 2

periodLabel1.

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

PeriodLabel2

periodLabel2.

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

PeriodLabel2 3

periodLabel2.

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

SelectedTimeBlock 4

selectedTimeBlock.

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

SelectedTimeBlock

selectedTimeBlock.

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

SelectedTimeBlockSpace 6

selectedTimeBlockSpace.

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

SelectedTimeBlockSpace

selectedTimeBlockSpace.

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

SelectionLabel 0

selectionLabel.

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

SelectionLabel

selectionLabel.

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

TimeLevel 1

timeLevel.

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

TimeLevel

timeLevel.

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

ToString()
UnselectedTimeBlock 5

unselectedTimeBlock.

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

UnselectedTimeBlock

unselectedTimeBlock.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimelineStyleType>.Create(String)

Applies to