com.aspose.cells

Class PlacementType

  • 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 intFREE_FLOATING
Don't move or size with cells.
static final intMOVE
Move but don't size with cells.
static final intMOVE_AND_SIZE
Move and size with cells.
 

    • Field Detail

      • 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.