java.lang.Object
com.aspose.cells.PlacementType
public class PlacementType
- extends java.lang.Object
Utility class containing constants.
Represents the way the drawing object is attached to the cells below it.
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.
|
FREE_FLOATING | |
public static final int FREE_FLOATING |
-
Don't move or size with cells.
MOVE | |
public static final int MOVE |
-
Move but don't size with cells.
MOVE_AND_SIZE | |
public static final int MOVE_AND_SIZE |
-
Move and size with cells.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.