Click or drag to resize

TimeNodeValues Enumeration

Time Node Type

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TimeNodeValues
Members
Member nameValueDescription
ClickEffect0 Node Type Enum ( Click Effect ).

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

WithEffect1 Node Type Enum ( With Effect ).

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

AfterEffect2 Node Type Enum ( After Effect ).

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

MainSequence3 Node Type Enum ( Main Sequence ).

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

InteractiveSequence4 Node Type Enum ( Interactive Sequence ).

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

ClickParagraph5 Node Type Enum ( Click Paragraph ).

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

WithGroup6 Node Type Enum ( With Group ).

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

AfterGroup7 Node Type Enum ( After Group ).

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

TmingRoot8 Node Type Enum ( Timing Root ).

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

See Also