java.lang.Object
com.aspose.words.GradientStyle
public class GradientStyle
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| No gradient. | ||
static final int | HORIZONTAL | |
| Gradient running horizontally across an object. | ||
static final int | VERTICAL | |
| Gradient running vertically down an object. | ||
static final int | DIAGONAL_UP | |
| Diagonal gradient moving from a bottom corner up to the opposite corner. | ||
static final int | DIAGONAL_DOWN | |
| Diagonal gradient moving from a top corner down to the opposite corner. | ||
static final int | FROM_CORNER | |
| Gradient running from a corner to the other three corners. | ||
static final int | FROM_CENTER | |
| Gradient running from the center out to the corners. | ||
| Field Detail |
|---|
NONE = -1 | |
public static final int NONE | |
HORIZONTAL = 1 | |
public static final int HORIZONTAL | |
VERTICAL = 2 | |
public static final int VERTICAL | |
DIAGONAL_UP = 3 | |
public static final int DIAGONAL_UP | |
DIAGONAL_DOWN = 4 | |
public static final int DIAGONAL_DOWN | |
FROM_CORNER = 5 | |
public static final int FROM_CORNER | |
FROM_CENTER = 6 | |
public static final int FROM_CENTER | |