ElementValues-Enumeration
Element Type
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ElementValues
'Usage
Dim instance As ElementValues
public enum ElementValues
Member
Membername | Beschreibung | |
---|---|---|
All | All. When the item is serialized out as xml, its value is "all". | |
Document | Document. When the item is serialized out as xml, its value is "doc". | |
Node | Node. When the item is serialized out as xml, its value is "node". | |
Normal | Normal. When the item is serialized out as xml, its value is "norm". | |
NonNormal | Non Normal. When the item is serialized out as xml, its value is "nonNorm". | |
Assistant | Assistant. When the item is serialized out as xml, its value is "asst". | |
NonAssistant | Non Assistant. When the item is serialized out as xml, its value is "nonAsst". | |
ParentTransition | Parent Transition. When the item is serialized out as xml, its value is "parTrans". | |
Presentation | Presentation. When the item is serialized out as xml, its value is "pres". | |
SiblingTransition | Sibling Transition. When the item is serialized out as xml, its value is "sibTrans". |