AlgorithmValues Enumeration
Algorithm Types
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration AlgorithmValues
'Usage
Dim instance As AlgorithmValues
public enum AlgorithmValues
Members
Member name | Description | |
---|---|---|
Composite | Composite. When the item is serialized out as xml, its value is "composite". | |
Connector | Connector Algorithm. When the item is serialized out as xml, its value is "conn". | |
Cycle | Cycle Algorithm. When the item is serialized out as xml, its value is "cycle". | |
HierarchyChild | Hierarchy Child Algorithm. When the item is serialized out as xml, its value is "hierChild". | |
HierarchyRoot | Hierarchy Root Algorithm. When the item is serialized out as xml, its value is "hierRoot". | |
Pyramid | Pyramid Algorithm. When the item is serialized out as xml, its value is "pyra". | |
Linear | Linear Algorithm. When the item is serialized out as xml, its value is "lin". | |
Space | Space Algorithm. When the item is serialized out as xml, its value is "sp". | |
Text | Text Algorithm. When the item is serialized out as xml, its value is "tx". | |
Snake | Snake Algorithm. When the item is serialized out as xml, its value is "snake". |