Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface LineType


public interface LineType

Enumerates the type of Picture border or Chart line.


Field Summary
static short DARK_GRAY
          Represents a dark gray line.
static short DASH
          Represent a dash line.
static short DASH_DOT
          Represents a dash-dot line
static short DASH_DOT_DOT
          Represents a dash-dot-dot line.
static short DOT
          Represents a dotted line.
static short LIGHT_GRAY
          Represents a light gray line.
static short MEDIUM_GRAY
          Represents a medium gray line.
static short NONE
          Represent no line.
static short SOLID
          Represent a solid line.
 

Field Detail

DARK_GRAY

static final short DARK_GRAY
Represents a dark gray line.

See Also:
Constant Field Values

DASH

static final short DASH
Represent a dash line.

See Also:
Constant Field Values

DASH_DOT

static final short DASH_DOT
Represents a dash-dot line

See Also:
Constant Field Values

DASH_DOT_DOT

static final short DASH_DOT_DOT
Represents a dash-dot-dot line.

See Also:
Constant Field Values

DOT

static final short DOT
Represents a dotted line.

See Also:
Constant Field Values

LIGHT_GRAY

static final short LIGHT_GRAY
Represents a light gray line.

See Also:
Constant Field Values

MEDIUM_GRAY

static final short MEDIUM_GRAY
Represents a medium gray line.

See Also:
Constant Field Values

SOLID

static final short SOLID
Represent a solid line.

See Also:
Constant Field Values

NONE

static final short NONE
Represent no line.

See Also:
Constant Field Values