add_node_by_position method
add_node_by_position
Add new node in the selected position of nodes collection.
Returns
Added node
def add_node_by_position(self, position):
...
Parameter | Type | Description |
---|---|---|
position | int | Zero-base node position. |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentOutOfRangeException)) | position is less than 0. |
See Also
- class
ISmartArtNode
- class
ISmartArtNodeCollection
- module
aspose.slides.smartart
- library
Aspose.Slides