Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface FillType


public interface FillType

Enumerates fill formatting type.


Field Summary
static byte AUTOMATIC
          Represents automatic formatting type.
static byte GRADIENT
          Represents gradient formatting type.
static byte NONE
          Represents none formatting type(line is invisible).
static byte PATTERN
          Represents pattern formatting type.
static byte SOLID
          Represents solid formatting type.
static byte TEXTURE
          Represents texture formatting type.
 

Field Detail

AUTOMATIC

static final byte AUTOMATIC
Represents automatic formatting type.

See Also:
Constant Field Values

NONE

static final byte NONE
Represents none formatting type(line is invisible).

See Also:
Constant Field Values

SOLID

static final byte SOLID
Represents solid formatting type.

See Also:
Constant Field Values

GRADIENT

static final byte GRADIENT
Represents gradient formatting type.

See Also:
Constant Field Values

PATTERN

static final byte PATTERN
Represents pattern formatting type.

See Also:
Constant Field Values

TEXTURE

static final byte TEXTURE
Represents texture formatting type.

See Also:
Constant Field Values