java.lang.Objectcom.aspose.cells.LightRigDirectionType
public class LightRigDirectionType
Field Summary | ||
---|---|---|
static final int | BOTTOM | |
Bottom | ||
static final int | BOTTOM_LEFT | |
Bottom left. | ||
static final int | BOTTOM_RIGHT | |
Bottom Right. | ||
static final int | LEFT | |
Left. | ||
static final int | RIGHT | |
Right. | ||
static final int | TOP | |
Top. | ||
static final int | TOP_LEFT | |
Top left. | ||
static final int | TOP_RIGHT | |
Top Right. |
Field Detail |
---|
BOTTOM | |
public static final int BOTTOM |
BOTTOM_LEFT | |
public static final int BOTTOM_LEFT |
BOTTOM_RIGHT | |
public static final int BOTTOM_RIGHT |
LEFT | |
public static final int LEFT |
RIGHT | |
public static final int RIGHT |
TOP | |
public static final int TOP |
TOP_LEFT | |
public static final int TOP_LEFT |
TOP_RIGHT | |
public static final int TOP_RIGHT |