Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / LineDashStyle Enumeration
In This Topic
    LineDashStyle Enumeration
    In This Topic
    Specifies the dash style for a line.
    Members
    MemberDescription
    DashSpecifies the line consists of only dashes.
    DashDotSpecifies the line is a dash-dot pattern.
    DashDotDotSpecifies the line is a dash-dot-dot pattern.
    LongDashSpecifies the line consists of long dashes.
    LongDashDotSpecifies the line is a long dash-dot pattern.
    LongDashDotDotSpecifies the line is a long dash-dot-dot pattern.
    MixedFor special shapes use only.
    RoundDotSpecifies the line is made up of round dots.
    SolidSpecifies the line is solid.
    SquareDotSpecifies the line is made up of square dots.
    SysDashSpecifies the line is a long system-dash pattern.
    SysDashDotSpecifies the line is a long system-dash-dot pattern.
    SysDotSpecifies the line is a long system-dot pattern.
    Inheritance Hierarchy

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

    See Also