Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hierarchy Branch Style Definition
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration HierarchyBranchStyleValues
'Usage
Dim instance As HierarchyBranchStyleValues
public enum HierarchyBranchStyleValues
Members
Member name | Description | |
---|---|---|
Left | Left. When the item is serialized out as xml, its value is "l". | |
Right | Right. When the item is serialized out as xml, its value is "r". | |
Hanging | Hanging. When the item is serialized out as xml, its value is "hang". | |
Standard | Standard. When the item is serialized out as xml, its value is "std". | |
Initial | Initial. When the item is serialized out as xml, its value is "init". |