# Shapes

### *class* Shapes

A collection of all `shape` objects on the specified sheet:

```pycon
>>> import xlwings as xw
>>> xw.books['Book1'].sheets[0].shapes
Shapes([<Shape 'Oval 1' in Sheet1>,
        <Shape 'Rectangle 1' in Sheet1>])
```

#### Versionadded
Added in version 0.9.0.
