Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / LineJoinStyle Enumeration
In This Topic
    LineJoinStyle Enumeration
    In This Topic
    Specifies the corners style of two intersecting lines.
    Members
    MemberDescription
    BevelSpecifies the corners where the two lines intersect are cut off at a 45 degree angle.
    MiterSpecifies the corners where the two lines intersect are squared off.
    RoundSpecifies the corners where the two lines intersect are rounded.
    Inheritance Hierarchy

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

    See Also