Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ArrowheadStyle Enumeration
In This Topic
    ArrowheadStyle Enumeration
    In This Topic
    Specifies the style of the arrowhead at the end of a line.
    Members
    MemberDescription
    DiamondSpecifies a diamond-shaped arrow.
    NoneSpecifies no arrowhead.
    OpenSpecifies an open arrow.
    OvalSpecifies an oval-shaped arrow.
    StealthSpecifies a stealth-shaped arrow.
    TriangleSpecifies a triangular arrow.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.ArrowheadStyle

    See Also