Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |