Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface MsoLineStyle


public interface MsoLineStyle

Enumerates the line style of the shape border line.


Field Summary
static short SINGLE
          Single line.
static short THICK_BETWEEN_THIN
          Thick line between the parallel thin lines.
static short THICK_THIN
          Two parallel lines : the top line is thick and the bottom line is thin.
static short THIN_THICK
          Two parallel lines : the top line is thin and the bottom line is thick.
static short THIN_THIN
          Two parallel lines.
 

Field Detail

SINGLE

static final short SINGLE
Single line.

See Also:
Constant Field Values

THICK_BETWEEN_THIN

static final short THICK_BETWEEN_THIN
Thick line between the parallel thin lines.

See Also:
Constant Field Values

THIN_THICK

static final short THIN_THICK
Two parallel lines : the top line is thin and the bottom line is thick.

See Also:
Constant Field Values

THICK_THIN

static final short THICK_THIN
Two parallel lines : the top line is thick and the bottom line is thin.

See Also:
Constant Field Values

THIN_THIN

static final short THIN_THIN
Two parallel lines.

See Also:
Constant Field Values