java.lang.Object
com.aspose.words.FillType
public class FillType
| Field Summary | ||
|---|---|---|
static final int | SOLID | |
| Solid fill. | ||
static final int | PATTERNED | |
| Patterned fill. | ||
static final int | GRADIENT | |
| Gradient fill. | ||
static final int | TEXTURED | |
| Textured fill. | ||
static final int | BACKGROUND | |
| Fill is the same as the background. | ||
static final int | PICTURE | |
| Picture fill. | ||
| Field Detail |
|---|
SOLID = 1 | |
public static final int SOLID | |
PATTERNED = 2 | |
public static final int PATTERNED | |
GRADIENT = 3 | |
public static final int GRADIENT | |
TEXTURED = 4 | |
public static final int TEXTURED | |
BACKGROUND = 5 | |
public static final int BACKGROUND | |
PICTURE = 6 | |
public static final int PICTURE | |