ElementValues Enum

Definition

Element Type

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

Fields

ElementValues(String)

Creates a new ElementValues enum instance

All 0

All.

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

All

All.

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

Assistant 5

Assistant.

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

Assistant

Assistant.

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

Document 1

Document.

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

Document

Document.

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

Equals(Object)
Equals(ElementValues)
GetHashCode()
Node 2

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".

NonAssistant 6

Non Assistant.

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

NonAssistant

Non Assistant.

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

NonNormal 4

Non Normal.

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

NonNormal

Non Normal.

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

Normal

Normal.

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

Normal 3

Normal.

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

Equality(ElementValues, ElementValues)
Inequality(ElementValues, ElementValues)
ParentTransition 7

Parent Transition.

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

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".

Presentation 8

Presentation.

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

SiblingTransition 9

Sibling Transition.

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

SiblingTransition

Sibling Transition.

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

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

Applies to