[]
Serializable, Comparable<Placement>, ConstableUse this enum to control whether a shape or control moves with cells, resizes with cells, or remains free floating when the worksheet layout changes.
IShape shape = worksheet.getShapes().addShape(AutoShapeType.Rectangle, 40, 40, 100, 60);
shape.setPlacement(Placement.MoveAndSize);
Enum.EnumDesc<E extends Enum<E>>name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null