remove_node method
remove_node
Remove node or sub node by index.
def remove_node(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Zero-based index of node |
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(ArgumentOutOfRangeException)) | index is less than 0. -or- index is equal to or greater than siblings count. |
remove_node
Remove node or sub node.
def remove_node(self, node_obj):
...
| Parameter | Type | Description |
|---|---|---|
| node_obj | ISmartArtNode | Node to remove. |
See Also
- class
ISmartArtNode - class
ISmartArtNodeCollection - module
aspose.slides.smartart - library
Aspose.Slides