com.aspose.cells
Class LineType

java.lang.Object
    extended by com.aspose.cells.LineType

public class LineType 
extends java.lang.Object

Utility class containing constants. Enumerates the type of Picture border or Chart line.

Field Summary
static final intDARK_GRAY
           Represents a dark gray line.
static final intDASH
           Represent a dash line.
static final intDASH_DOT
           Represents a dash-dot line
static final intDASH_DOT_DOT
           Represents a dash-dot-dot line.
static final intDOT
           Represents a dotted line.
static final intLIGHT_GRAY
           Represents a light gray line.
static final intMEDIUM_GRAY
           Represents a medium gray line.
static final intSOLID
           Represent a solid line.
 

Field Detail

DARK_GRAY

public static final int DARK_GRAY
Represents a dark gray line.

DASH

public static final int DASH
Represent a dash line.

DASH_DOT

public static final int DASH_DOT
Represents a dash-dot line

DASH_DOT_DOT

public static final int DASH_DOT_DOT
Represents a dash-dot-dot line.

DOT

public static final int DOT
Represents a dotted line.

LIGHT_GRAY

public static final int LIGHT_GRAY
Represents a light gray line.

MEDIUM_GRAY

public static final int MEDIUM_GRAY
Represents a medium gray line.

SOLID

public static final int SOLID
Represent a solid line.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.