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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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