com.aspose.cells
Class FillType

java.lang.Object
    extended by com.aspose.cells.FillType

public class FillType 
extends java.lang.Object

Utility class containing constants. Fill format type.

Field Summary
static final intAUTOMATIC
           Represents automatic formatting type.
static final intNONE
           Represents none formatting type.
static final intSOLID
           Solid fill format.
static final intGRADIENT
           Gradient fill format.
static final intTEXTURE
           Texture fill format(inculdes picuture fill).
static final intPATTERN
           Pattern fill format.
 

Field Detail

AUTOMATIC

public static final int AUTOMATIC
Represents automatic formatting type.

NONE

public static final int NONE
Represents none formatting type.

SOLID

public static final int SOLID
Solid fill format.

GRADIENT

public static final int GRADIENT
Gradient fill format.

TEXTURE

public static final int TEXTURE
Texture fill format(inculdes picuture fill).

PATTERN

public static final int PATTERN
Pattern fill format.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.