Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / LineStyle Enumeration
In This Topic
    LineStyle Enumeration
    In This Topic
    Specifies the style for a line.
    Members
    MemberDescription
    SingleSpecifies a single line.
    ThickBetweenThinSpecifies a thick line with a thin line on each side.
    ThickThinSpecifies a thick line next to a thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.
    ThinThickSpecifies a thick line next to a thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.
    ThinThinSpecifies two thin lines.
    Inheritance Hierarchy

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

    See Also