Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface WeightType


public interface WeightType

Enumerates the weight types for a picture border or a chart line.


Field Summary
static short HAIR_LINE
          Represents the weight of hair line.
static short MEDIUME_LINE
          Represents the weight of medium line.
static short SINGLE_LINE
          Represents the weight of single line.
static short WIDE_LINE
          Represents the weight of wide line.
 

Field Detail

HAIR_LINE

static final short HAIR_LINE
Represents the weight of hair line.

See Also:
Constant Field Values

MEDIUME_LINE

static final short MEDIUME_LINE
Represents the weight of medium line.

See Also:
Constant Field Values

SINGLE_LINE

static final short SINGLE_LINE
Represents the weight of single line.

See Also:
Constant Field Values

WIDE_LINE

static final short WIDE_LINE
Represents the weight of wide line.

See Also:
Constant Field Values