aspose.cells

Class PlacementType

Utility class containing constants. Represents the way the drawing object is attached to the cells below it.

Field Summary
const  NumberFREE_FLOATING
Don't move or size with cells.
const  NumberMOVE
Move but don't size with cells.
const  NumberMOVE_AND_SIZE
Move and size with cells.
 

    • Field Detail

      • FREE_FLOATING

        const Number FREE_FLOATING
        Don't move or size with cells.
      • MOVE

        const Number MOVE
        Move but don't size with cells.
      • MOVE_AND_SIZE

        const Number MOVE_AND_SIZE
        Move and size with cells.