AlgorithmValues enumeration
Office 2013 and later
Algorithm Types
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". |
Show: