insert_connector method
Contents
[
Hide
]insert_connector
Creates a new Connector, tunes it from default template and inserts it to the collection at the specified index.
Returns
Created Connector object.
def insert_connector(self, index, shape_type, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which value should be inserted. |
shape_type | ShapeType | An ShapeType of shape. |
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. |
insert_connector
Creates a new Connector and inserts it to the collection at the specified index.
Returns
Created Connector object.
def insert_connector(self, index, shape_type, x, y, width, height, create_from_template):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which value should be inserted. |
shape_type | ShapeType | An ShapeType of shape. |
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. |
create_from_template | bool | If true then new shape will be tuned from default template. Not empty name, simple style, text centered will be assined to the new shape. If false then all values of the properties of the new shape will have default values. |
See Also
- class
IConnector
- class
IShapeCollection
- enumeration
ShapeType
- module
aspose.slides
- library
Aspose.Slides