add_math_shape method
add_math_shape
Creates a new AutoShape of the type Rectangle to host mathematical content inside and adds it to the end of the collection.
Returns
Created AutoShape object.
def add_math_shape(self, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
x | float | The X-coordinate for a left side of shape’s frame. |
y | float | The Y-coordinate for a top side of shape’s frame. |
width | float | The width of shape’s frame. |
height | float | The height of shape’s frame. |
See Also
- class
IAutoShape
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides