Click or drag to resize

DiagramBuildValues Enumeration

Diagram Build Types

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum DiagramBuildValues
Members
Member nameValueDescription
Whole0 Diagram Build Type Enum ( Whole ).

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

DepthByNode1 Diagram Build Type Enum ( Depth By Node ).

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

DepthByBranch2 Diagram Build Type Enum ( Depth By Branch ).

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

BreadthByNode3 Diagram Build Type Enum ( Breadth By Node ).

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

BreadthByLevel4 Diagram Build Type Enum ( Breadth By Level ).

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

Clockwise5 Diagram Build Type Enum ( Clockwise ).

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

ClockwiseIn6 Diagram Build Type Enum ( Clockwise-In ).

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

ClockwiseOut7 Diagram Build Type Enum ( Clockwise-Out ).

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

CounterClockwise8 Diagram Build Type Enum ( Counter-Clockwise ).

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

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

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

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

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

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

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

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

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

Up13 Diagram Build Type Enum ( Up ).

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

Down14 Diagram Build Type Enum ( Down ).

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

AllAtOnce15 Diagram Build Type Enum ( All At Once ).

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

Custom16 Diagram Build Type Enum ( Custom ).

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

See Also