DiagramBuildValues Enumeration

Diagram Build Types

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration DiagramBuildValues
'Usage
Dim instance As DiagramBuildValues
public enum DiagramBuildValues

Members

Member name Description
Whole Diagram Build Type Enum ( Whole ). When the item is serialized out as xml, its value is "whole".
DepthByNode Diagram Build Type Enum ( Depth By Node ). When the item is serialized out as xml, its value is "depthByNode".
DepthByBranch Diagram Build Type Enum ( Depth By Branch ). When the item is serialized out as xml, its value is "depthByBranch".
BreadthByNode Diagram Build Type Enum ( Breadth By Node ). When the item is serialized out as xml, its value is "breadthByNode".
BreadthByLevel Diagram Build Type Enum ( Breadth By Level ). When the item is serialized out as xml, its value is "breadthByLvl".
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".
InByRing Diagram Build Type Enum ( In-By-Ring ). When the item is serialized out as xml, its value is "inByRing".
OutByRing Diagram Build Type Enum ( Out-By-Ring ). When the item is serialized out as xml, its value is "outByRing".
Up Diagram Build Type Enum ( Up ). When the item is serialized out as xml, its value is "up".
Down Diagram Build Type Enum ( Down ). When the item is serialized out as xml, its value is "down".
AllAtOnce Diagram Build Type Enum ( All At Once ). When the item is serialized out as xml, its value is "allAtOnce".
Custom Diagram Build Type Enum ( Custom ). When the item is serialized out as xml, its value is "cust".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace