java.lang.Objectcom.aspose.cells.PresetShadowType
public class PresetShadowType
Field Summary | ||
---|---|---|
static final int | NO_SHADOW | |
No shadow. | ||
static final int | CUSTOM | |
Custom shadow. | ||
static final int | OFFSET_DIAGONAL_BOTTOM_RIGHT | |
Outer shadow offset diagonal bottom right. | ||
static final int | OFFSET_BOTTOM | |
Outer shadow offset bottom. | ||
static final int | OFFSET_DIAGONAL_BOTTOM_LEFT | |
Outer shadow offset diagonal bottom left. | ||
static final int | OFFSET_RIGHT | |
Outer shadow offset right. | ||
static final int | OFFSET_CENTER | |
Outer shadow offset center. | ||
static final int | OFFSET_LEFT | |
Outer shadow offset left. | ||
static final int | OFFSET_DIAGONAL_TOP_RIGHT | |
Outer shadow offset diagonal top right. | ||
static final int | OFFSET_TOP | |
Outer shadow offset top. | ||
static final int | OFFSET_DIAGONAL_TOP_LEFT | |
Outer shadow offset diagonal top left. | ||
static final int | INSIDE_DIAGONAL_TOP_LEFT | |
Inner shadow inside diagonal top Left. | ||
static final int | INSIDE_TOP | |
Inner shadow inside top. | ||
static final int | INSIDE_DIAGONAL_TOP_RIGHT | |
Inner shadow inside diagonal top right. | ||
static final int | INSIDE_LEFT | |
Inner shadow inside left. | ||
static final int | INSIDE_CENTER | |
Inner shadow inside center. | ||
static final int | INSIDE_RIGHT | |
Inner shadow inside right. | ||
static final int | INSIDE_DIAGONAL_BOTTOM_LEFT | |
Inner shadow inside diagonal bottom left. | ||
static final int | INSIDE_BOTTOM | |
Inner shadow inside bottom. | ||
static final int | INSIDE_DIAGONAL_BOTTOM_RIGHT | |
Inner shadow inside diagonal bottom right. | ||
static final int | PERSPECTIVE_DIAGONAL_UPPER_LEFT | |
Outer shadow perspective diagonal upper left. | ||
static final int | PERSPECTIVE_DIAGONAL_UPPER_RIGHT | |
Outer shadow perspective diagonal upper right. | ||
static final int | BELOW | |
Outer shadow below. | ||
static final int | PERSPECTIVE_DIAGONAL_LOWER_LEFT | |
Outer shadow perspective diagonal lower left. | ||
static final int | PERSPECTIVE_DIAGONAL_LOWER_RIGHT | |
Outer shadow perspective diagonal lower right. |
Field Detail |
---|
NO_SHADOW | |
public static final int NO_SHADOW |
CUSTOM | |
public static final int CUSTOM |
OFFSET_DIAGONAL_BOTTOM_RIGHT | |
public static final int OFFSET_DIAGONAL_BOTTOM_RIGHT |
OFFSET_BOTTOM | |
public static final int OFFSET_BOTTOM |
OFFSET_DIAGONAL_BOTTOM_LEFT | |
public static final int OFFSET_DIAGONAL_BOTTOM_LEFT |
OFFSET_RIGHT | |
public static final int OFFSET_RIGHT |
OFFSET_CENTER | |
public static final int OFFSET_CENTER |
OFFSET_LEFT | |
public static final int OFFSET_LEFT |
OFFSET_DIAGONAL_TOP_RIGHT | |
public static final int OFFSET_DIAGONAL_TOP_RIGHT |
OFFSET_TOP | |
public static final int OFFSET_TOP |
OFFSET_DIAGONAL_TOP_LEFT | |
public static final int OFFSET_DIAGONAL_TOP_LEFT |
INSIDE_DIAGONAL_TOP_LEFT | |
public static final int INSIDE_DIAGONAL_TOP_LEFT |
INSIDE_TOP | |
public static final int INSIDE_TOP |
INSIDE_DIAGONAL_TOP_RIGHT | |
public static final int INSIDE_DIAGONAL_TOP_RIGHT |
INSIDE_LEFT | |
public static final int INSIDE_LEFT |
INSIDE_CENTER | |
public static final int INSIDE_CENTER |
INSIDE_RIGHT | |
public static final int INSIDE_RIGHT |
INSIDE_DIAGONAL_BOTTOM_LEFT | |
public static final int INSIDE_DIAGONAL_BOTTOM_LEFT |
INSIDE_BOTTOM | |
public static final int INSIDE_BOTTOM |
INSIDE_DIAGONAL_BOTTOM_RIGHT | |
public static final int INSIDE_DIAGONAL_BOTTOM_RIGHT |
PERSPECTIVE_DIAGONAL_UPPER_LEFT | |
public static final int PERSPECTIVE_DIAGONAL_UPPER_LEFT |
PERSPECTIVE_DIAGONAL_UPPER_RIGHT | |
public static final int PERSPECTIVE_DIAGONAL_UPPER_RIGHT |
BELOW | |
public static final int BELOW |
PERSPECTIVE_DIAGONAL_LOWER_LEFT | |
public static final int PERSPECTIVE_DIAGONAL_LOWER_LEFT |
PERSPECTIVE_DIAGONAL_LOWER_RIGHT | |
public static final int PERSPECTIVE_DIAGONAL_LOWER_RIGHT |