Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface BorderLineType


public interface BorderLineType

Enumerates border line types.


Field Summary
static int DASHED
          Represents dashed line.
static int DOTTED
          Represents dotted line.
static int DOUBLE
          Represents double line.
static int HAIR
          Represents hair line.
static int MEDIUM
          Represents medium line.
static int MEDIUM_DASH_DOT_DOTTED
          Represents medium dash-dot-dotted line.
static int MEDIUM_DASH_DOTTED
          Represents medium dash-dotted line.
static int MEDIUM_DASHED
          Represents medium dashed line.
static int NONE
          Represents no line.
static int SLANTED_MEDIUM_DASH_DOTTED
          Represents slanted medium dash-dotted line.
static int THICK
          Represents thick line.
static int THIN
          Represents thin line.
static int THIN_DASH_DOT_DOTTED
          Represents thin dash-dot-dotted line.
static int THIN_DASH_DOTTED
          Represents thin dash-dotted line.
 

Field Detail

NONE

static final int NONE
Represents no line. This is the default value.

See Also:
Constant Field Values

THIN

static final int THIN
Represents thin line.

See Also:
Constant Field Values

MEDIUM

static final int MEDIUM
Represents medium line.

See Also:
Constant Field Values

DASHED

static final int DASHED
Represents dashed line.

See Also:
Constant Field Values

DOTTED

static final int DOTTED
Represents dotted line.

See Also:
Constant Field Values

THICK

static final int THICK
Represents thick line.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
Represents double line.

See Also:
Constant Field Values

HAIR

static final int HAIR
Represents hair line.

See Also:
Constant Field Values

MEDIUM_DASHED

static final int MEDIUM_DASHED
Represents medium dashed line.

See Also:
Constant Field Values

THIN_DASH_DOTTED

static final int THIN_DASH_DOTTED
Represents thin dash-dotted line.

See Also:
Constant Field Values

MEDIUM_DASH_DOTTED

static final int MEDIUM_DASH_DOTTED
Represents medium dash-dotted line.

See Also:
Constant Field Values

THIN_DASH_DOT_DOTTED

static final int THIN_DASH_DOT_DOTTED
Represents thin dash-dot-dotted line.

See Also:
Constant Field Values

MEDIUM_DASH_DOT_DOTTED

static final int MEDIUM_DASH_DOT_DOTTED
Represents medium dash-dot-dotted line.

See Also:
Constant Field Values

SLANTED_MEDIUM_DASH_DOTTED

static final int SLANTED_MEDIUM_DASH_DOTTED
Represents slanted medium dash-dotted line.

See Also:
Constant Field Values