java.lang.Object
com.aspose.cells.PlacementType
public class PlacementType
| Field Summary | ||
|---|---|---|
static final int | FREE_FLOATING | |
| Don't move or size with cells. | ||
static final int | MOVE | |
| Move but don't size with cells. | ||
static final int | MOVE_AND_SIZE | |
| Move and size with cells. | ||
| Field Detail |
|---|
FREE_FLOATING | |
public static final int FREE_FLOATING | |
MOVE | |
public static final int MOVE | |
MOVE_AND_SIZE | |
public static final int MOVE_AND_SIZE | |