Click or drag to resize

TimeNodePresetClassValues Enumeration

Time Node Preset Class 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 TimeNodePresetClassValues
Members
Member nameValueDescription
Entrance0 Preset Type Enum ( Entrance ).

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

Exit1 Exit.

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

Emphasis2 Preset Type Enum ( Emphasis ).

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

Path3 Preset Type Enum ( Path ).

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

Verb4 Preset Type Enum ( Verb ).

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

MediaCall5 Preset Type Enum ( Media Call ).

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

See Also