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):
...
| Parameter | Type | Description |
|---|---|---|
| node | ISmartArtNode | Node to remove |
See Also
- class
ISmartArtNode - class
SmartArtNodeCollection - module
aspose.slides.smartart - library
Aspose.Slides