Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / LineCapStyle Enumeration
In This Topic
    LineCapStyle Enumeration
    In This Topic
    Specifies the cap type for a line.
    Members
    MemberDescription
    FlatSpecifies the end of the line is flat.
    RoundSpecifies the end of the line is rounded.
    SquareSpecifies the end of the line is capped with a square shape.
    Inheritance Hierarchy

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

    See Also