Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PlacementType


public interface PlacementType

Represents the way the drawing object is attached to the cells below it.


Field Summary
static byte FREE_FLOATING
          Don't move or size with cells.
static byte MOVE
          Move but don't size with cells.
static byte MOVE_AND_SIZE
          Move and size with cells.
 

Field Detail

FREE_FLOATING

static final byte FREE_FLOATING
Don't move or size with cells.

See Also:
Constant Field Values

MOVE

static final byte MOVE
Move but don't size with cells.

See Also:
Constant Field Values

MOVE_AND_SIZE

static final byte MOVE_AND_SIZE
Move and size with cells.

See Also:
Constant Field Values