TimeNodeValues Enum

Definition

Time Node Type

public enum TimeNodeValues
public readonly struct TimeNodeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.TimeNodeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.TimeNodeValues>
type TimeNodeValues = 
type TimeNodeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TimeNodeValues>
Public Enum TimeNodeValues
Public Structure TimeNodeValues
Implements IEnumValue, IEnumValueFactory(Of TimeNodeValues), IEquatable(Of TimeNodeValues)
Inheritance
TimeNodeValues
Inheritance
TimeNodeValues

Fields

TimeNodeValues(String)

Creates a new TimeNodeValues enum instance

AfterEffect 2

Node Type Enum ( After Effect ).

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

AfterEffect

Node Type Enum ( After Effect ).

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

AfterGroup 7

Node Type Enum ( After Group ).

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

AfterGroup

Node Type Enum ( After Group ).

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

ClickEffect 0

Node Type Enum ( Click Effect ).

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

ClickEffect

Node Type Enum ( Click Effect ).

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

ClickParagraph 5

Node Type Enum ( Click Paragraph ).

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

ClickParagraph

Node Type Enum ( Click Paragraph ).

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

Equals(TimeNodeValues)
Equals(Object)
GetHashCode()
InteractiveSequence 4

Node Type Enum ( Interactive Sequence ).

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

InteractiveSequence

Node Type Enum ( Interactive Sequence ).

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

MainSequence

Node Type Enum ( Main Sequence ).

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

MainSequence 3

Node Type Enum ( Main Sequence ).

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

Equality(TimeNodeValues, TimeNodeValues)
Inequality(TimeNodeValues, TimeNodeValues)
TmingRoot

Node Type Enum ( Timing Root ).

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

TmingRoot 8

Node Type Enum ( Timing Root ).

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

ToString()
WithEffect

Node Type Enum ( With Effect ).

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

WithEffect 1

Node Type Enum ( With Effect ).

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

WithGroup

Node Type Enum ( With Group ).

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

WithGroup 6

Node Type Enum ( With Group ).

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

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

Applies to