TimeNodeRestartValues Enumeration

Time Node Restart Type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TimeNodeRestartValues
'Usage
Dim instance As TimeNodeRestartValues
public enum TimeNodeRestartValues

Members

Member name Description
Always Restart Enum ( Always ). When the item is serialized out as xml, its value is "always".
WhenNotActive Restart Enum ( When Not Active ). When the item is serialized out as xml, its value is "whenNotActive".
Never Restart Enum ( Never ). When the item is serialized out as xml, its value is "never".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace