LineEndValues Enumeration
Line End Type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration LineEndValues
用法
Dim instance As LineEndValues
public enum LineEndValues
Members
Member name | Description | |
---|---|---|
None | None. When the item is serialized out as xml, its value is "none". | |
Triangle | Triangle Arrow Head. When the item is serialized out as xml, its value is "triangle". | |
Stealth | Stealth Arrow. When the item is serialized out as xml, its value is "stealth". | |
Diamond | Diamond. When the item is serialized out as xml, its value is "diamond". | |
Oval | Oval. When the item is serialized out as xml, its value is "oval". | |
Arrow | Arrow Head. When the item is serialized out as xml, its value is "arrow". |