TimeNodeRestartValues Enumeration
Time Node Restart Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration TimeNodeRestartValues
用法
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". |