TimeNodeValues Enum

Definition

Time Node Type

C#
public enum TimeNodeValues
C#
public readonly struct TimeNodeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.TimeNodeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.TimeNodeValues>
Inheritance
TimeNodeValues
Inheritance
TimeNodeValues

Fields

Name Value Description
ClickEffect 0

Node Type Enum ( Click Effect ).

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

WithEffect 1

Node Type Enum ( With Effect ).

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

AfterEffect 2

Node Type Enum ( After Effect ).

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

MainSequence 3

Node Type Enum ( Main Sequence ).

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

InteractiveSequence 4

Node Type Enum ( Interactive Sequence ).

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

ClickParagraph 5

Node Type Enum ( Click Paragraph ).

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

WithGroup 6

Node Type Enum ( With Group ).

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

AfterGroup 7

Node Type Enum ( After Group ).

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

TmingRoot 8

Node Type Enum ( Timing Root ).

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

AfterEffect

Node Type Enum ( After Effect ).

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

AfterGroup

Node Type Enum ( After Group ).

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

ClickEffect

Node Type Enum ( Click Effect ).

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

ClickParagraph

Node Type Enum ( Click Paragraph ).

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

Equality(TimeNodeValues, TimeNodeValues)
Equals(Object)
Equals(TimeNodeValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimeNodeValues>.Create(String)
Inequality(TimeNodeValues, TimeNodeValues)
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".

TimeNodeValues(String)

Creates a new TimeNodeValues enum instance

TmingRoot

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

WithGroup

Node Type Enum ( With Group ).

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

Applies to

Termék Verziók
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1