AlgorithmValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Algorithm Types
public enum AlgorithmValues
public readonly struct AlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues>
type AlgorithmValues =
type AlgorithmValues = struct
interface IEnumValue
interface IEnumValueFactory<AlgorithmValues>
Public Enum AlgorithmValues
Public Structure AlgorithmValues
Implements IEnumValue, IEnumValueFactory(Of AlgorithmValues), IEquatable(Of AlgorithmValues)
- Inheritance
-
AlgorithmValues
- Inheritance
-
AlgorithmValues
Fields
Name | Value | Description |
---|---|---|
Composite | 0 | Composite. When the item is serialized out as xml, its value is "composite". |
Connector | 1 | Connector Algorithm. When the item is serialized out as xml, its value is "conn". |
Cycle | 2 | Cycle Algorithm. When the item is serialized out as xml, its value is "cycle". |
HierarchyChild | 3 | Hierarchy Child Algorithm. When the item is serialized out as xml, its value is "hierChild". |
HierarchyRoot | 4 | Hierarchy Root Algorithm. When the item is serialized out as xml, its value is "hierRoot". |
Pyramid | 5 | Pyramid Algorithm. When the item is serialized out as xml, its value is "pyra". |
Linear | 6 | Linear Algorithm. When the item is serialized out as xml, its value is "lin". |
Space | 7 | Space Algorithm. When the item is serialized out as xml, its value is "sp". |
Text | 8 | Text Algorithm. When the item is serialized out as xml, its value is "tx". |
Snake | 9 | Snake Algorithm. When the item is serialized out as xml, its value is "snake". |
AlgorithmValues(String) | Creates a new AlgorithmValues enum instance |
|
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". |
|
Equality(AlgorithmValues, AlgorithmValues) | ||
Equals(AlgorithmValues) | ||
Equals(Object) | ||
GetHashCode() | ||
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". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AlgorithmValues>.Create(String) | ||
Inequality(AlgorithmValues, AlgorithmValues) | ||
Linear | Linear Algorithm. When the item is serialized out as xml, its value is "lin". |
|
Pyramid | Pyramid Algorithm. When the item is serialized out as xml, its value is "pyra". |
|
Snake | Snake Algorithm. When the item is serialized out as xml, its value is "snake". |
|
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". |
|
ToString() |