StartingElementValues Enum

Definition

Starting Element

public enum StartingElementValues
public readonly struct StartingElementValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues>
type StartingElementValues = 
type StartingElementValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StartingElementValues>
Public Enum StartingElementValues
Public Structure StartingElementValues
Implements IEnumValue, IEnumValueFactory(Of StartingElementValues), IEquatable(Of StartingElementValues)
Inheritance
StartingElementValues
Inheritance
StartingElementValues

Fields

StartingElementValues(String)

Creates a new StartingElementValues enum instance

Equals(StartingElementValues)
Equals(Object)
GetHashCode()
Node 0

Node.

When the item is serialized out as xml, its value is "node".

Node

Node.

When the item is serialized out as xml, its value is "node".

Equality(StartingElementValues, StartingElementValues)
Inequality(StartingElementValues, StartingElementValues)
ToString()
Transition 1

Transition.

When the item is serialized out as xml, its value is "trans".

Transition

Transition.

When the item is serialized out as xml, its value is "trans".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<StartingElementValues>.Create(String)

Applies to