insert_path method
insert_path
Inserts a new path to the active page at index
position.
Returns
Inserted path.
def insert_path(self, index, data):
...
Parameter | Type | Description |
---|---|---|
index | int | Position at which a new path should be inserted. |
data | aspose.page.xps.xpsmodel.XpsPathGeometry | The geometry of the path. |
See Also
- module
aspose.page.xps
- class
XpsDocument
- class
XpsPath