remove_at method
remove_at
Removes an element at index
position from the active page.
Returns
Removed element.
def remove_at(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | Position at which element should be removed. |
See Also
- module
aspose.page.xps
- class
XpsContentElement
- class
XpsDocument