Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface BorderType


public interface BorderType

Enumerates the border line and diagonal line types.


Field Summary
static int BOTTOM
          Represents the bottom border line.
static int DIAGONAL_DOWN
          Represents the diagonal line from top left to right bottom.
static int DIAGONAL_UP
          Represents the diagonal line from bottom left to right top.
static int LEFT
          Represents the left border line.
static int RIGHT
          Represents the right border line.
static int TOP
          Represents the top border line.
 

Field Detail

LEFT

static final int LEFT
Represents the left border line.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Represents the right border line.

See Also:
Constant Field Values

TOP

static final int TOP
Represents the top border line.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
Represents the bottom border line.

See Also:
Constant Field Values

DIAGONAL_DOWN

static final int DIAGONAL_DOWN
Represents the diagonal line from top left to right bottom.

See Also:
Constant Field Values

DIAGONAL_UP

static final int DIAGONAL_UP
Represents the diagonal line from bottom left to right top.

See Also:
Constant Field Values