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.
VML Extension Handling Behaviors
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ExtensionHandlingBehaviorValues
'Usage
Dim instance As ExtensionHandlingBehaviorValues
public enum ExtensionHandlingBehaviorValues
Members
Member name | Description | |
---|---|---|
View | Not renderable. When the item is serialized out as xml, its value is "view". | |
Edit | Editable. When the item is serialized out as xml, its value is "edit". | |
BackwardCompatible | Renderable. When the item is serialized out as xml, its value is "backwardCompatible". |