java.lang.Object
com.aspose.cells.FillType
public class FillType
| Field Summary | ||
|---|---|---|
static final int | AUTOMATIC | |
| Represents automatic formatting type. | ||
static final int | NONE | |
| Represents none formatting type. | ||
static final int | SOLID | |
| Solid fill format. | ||
static final int | GRADIENT | |
| Gradient fill format. | ||
static final int | TEXTURE | |
| Texture fill format(inculdes picuture fill). | ||
static final int | PATTERN | |
| Pattern fill format. | ||
static final int | GROUP | |
| Inherit the fill properties of the group. | ||
| Field Detail |
|---|
AUTOMATIC | |
public static final int AUTOMATIC | |
NONE | |
public static final int NONE | |
SOLID | |
public static final int SOLID | |
GRADIENT | |
public static final int GRADIENT | |
TEXTURE | |
public static final int TEXTURE | |
PATTERN | |
public static final int PATTERN | |
GROUP | |
public static final int GROUP | |