共用方式為


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

Name Value Description
Whole 0

Diagram Build Type Enum ( Whole ).

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

DepthByNode 1

Diagram Build Type Enum ( Depth By Node ).

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

DepthByBranch 2

Diagram Build Type Enum ( Depth By Branch ).

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

BreadthByNode 3

Diagram Build Type Enum ( Breadth By Node ).

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

BreadthByLevel 4

Diagram Build Type Enum ( Breadth By Level ).

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

Clockwise 5

Diagram Build Type Enum ( Clockwise ).

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

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

CounterClockwise 8

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

CounterClockwiseOut 10

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

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

InByRing 11

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

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

OutByRing 12

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

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

Up 13

Diagram Build Type Enum ( Up ).

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

Down 14

Diagram Build Type Enum ( Down ).

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

AllAtOnce 15

Diagram Build Type Enum ( All At Once ).

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

Custom 16

Diagram Build Type Enum ( Custom ).

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

AllAtOnce

Diagram Build Type Enum ( All At Once ).

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

BreadthByLevel

Diagram Build Type Enum ( Breadth By Level ).

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

BreadthByNode

Diagram Build Type Enum ( Breadth By Node ).

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

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

ClockwiseOut

Diagram Build Type Enum ( Clockwise-Out ).

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

CounterClockwise

Diagram Build Type Enum ( Counter-Clockwise ).

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

CounterClockwiseIn

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

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

CounterClockwiseOut

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

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

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

DepthByNode

Diagram Build Type Enum ( Depth By Node ).

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

DiagramBuildValues(String)

Creates a new DiagramBuildValues enum instance

Down

Diagram Build Type Enum ( Down ).

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

Equality(DiagramBuildValues, DiagramBuildValues)
Equals(DiagramBuildValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DiagramBuildValues>.Create(String)
InByRing

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

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

Inequality(DiagramBuildValues, DiagramBuildValues)
OutByRing

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

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

ToString()
Up

Diagram Build Type Enum ( Up ).

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

Whole

Diagram Build Type Enum ( Whole ).

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

Applies to