DiagramBuildValues Enum

Definition

Diagram Build Types

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

Fields

DiagramBuildValues(String)

Creates a new DiagramBuildValues enum instance

AllAtOnce 15

Diagram Build Type Enum ( All At Once ).

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

AllAtOnce

Diagram Build Type Enum ( All At Once ).

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

BreadthByLevel 4

Diagram Build Type Enum ( Breadth By Level ).

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

BreadthByLevel

Diagram Build Type Enum ( Breadth By Level ).

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

BreadthByNode 3

Diagram Build Type Enum ( Breadth By Node ).

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

BreadthByNode

Diagram Build Type Enum ( Breadth By Node ).

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

Clockwise 5

Diagram Build Type Enum ( Clockwise ).

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

Clockwise

Diagram Build Type Enum ( Clockwise ).

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

ClockwiseIn

Diagram Build Type Enum ( Clockwise-In ).

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

ClockwiseIn 6

Diagram Build Type Enum ( Clockwise-In ).

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

ClockwiseOut 7

Diagram Build Type Enum ( Clockwise-Out ).

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

ClockwiseOut

Diagram Build Type Enum ( Clockwise-Out ).

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

CounterClockwise 8

Diagram Build Type Enum ( Counter-Clockwise ).

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

CounterClockwise

Diagram Build Type Enum ( Counter-Clockwise ).

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

CounterClockwiseIn 9

Diagram Build Type Enum ( Counter-Clockwise-In ).

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

CounterClockwiseIn

Diagram Build Type Enum ( Counter-Clockwise-In ).

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

CounterClockwiseOut 10

Diagram Build Type Enum ( Counter-Clockwise-Out ).

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

CounterClockwiseOut

Diagram Build Type Enum ( Counter-Clockwise-Out ).

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

Custom 16

Diagram Build Type Enum ( Custom ).

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

Custom

Diagram Build Type Enum ( Custom ).

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

DepthByBranch

Diagram Build Type Enum ( Depth By Branch ).

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

DepthByBranch 2

Diagram Build Type Enum ( Depth By Branch ).

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

DepthByNode 1

Diagram Build Type Enum ( Depth By Node ).

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

DepthByNode

Diagram Build Type Enum ( Depth By Node ).

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

Down

Diagram Build Type Enum ( Down ).

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

Down 14

Diagram Build Type Enum ( Down ).

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

Equals(Object)
Equals(DiagramBuildValues)
GetHashCode()
InByRing 11

Diagram Build Type Enum ( In-By-Ring ).

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

InByRing

Diagram Build Type Enum ( In-By-Ring ).

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

Equality(DiagramBuildValues, DiagramBuildValues)
Inequality(DiagramBuildValues, DiagramBuildValues)
OutByRing

Diagram Build Type Enum ( Out-By-Ring ).

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

OutByRing 12

Diagram Build Type Enum ( Out-By-Ring ).

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

ToString()
Up 13

Diagram Build Type Enum ( Up ).

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

Up

Diagram Build Type Enum ( Up ).

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

Whole 0

Diagram Build Type Enum ( Whole ).

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

Whole

Diagram Build Type Enum ( Whole ).

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

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

Applies to