Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface MsoLineDashStyle


public interface MsoLineDashStyle

Enumerates the dash style of the shape border line.


Field Summary
static short DASH
          Represent a dash line.
static short DASH_DOT
          Represents a dash-dot line.
static short LONG_DASH
          Represents a long-dash line.
static short LONG_DASH_DOT
          Represents a long-dash-dot line.
static short LONG_DASH_DOT_DOT
          Represents a long-dash-dot-dot line.
static short ROUND_DOT
          Represents a round-dot line.
static short SOLID
          Represents a solid line.
static short SQUARE_DOT
          Represents a square-dot line.
 

Field Detail

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

LONG_DASH_DOT_DOT

static final short LONG_DASH_DOT_DOT
Represents a long-dash-dot-dot line.

See Also:
Constant Field Values

LONG_DASH

static final short LONG_DASH
Represents a long-dash line.

See Also:
Constant Field Values

LONG_DASH_DOT

static final short LONG_DASH_DOT
Represents a long-dash-dot line.

See Also:
Constant Field Values

ROUND_DOT

static final short ROUND_DOT
Represents a round-dot line.

See Also:
Constant Field Values

SOLID

static final short SOLID
Represents a solid line.

See Also:
Constant Field Values

SQUARE_DOT

static final short SQUARE_DOT
Represents a square-dot line.

See Also:
Constant Field Values