send_to_back method
send_to_back(shape_id)
Moves a shape,defined by ID, to the back of the z-order.
def send_to_back(self, shape_id):
...
| Parameter | Type | Description |
|---|---|---|
| shape_id | int | ID of shape.Int64 |
See Also
- module aspose.diagram
- class Page
Moves a shape,defined by ID, to the back of the z-order.
def send_to_back(self, shape_id):
...
| Parameter | Type | Description |
|---|---|---|
| shape_id | int | ID of shape.Int64 |