add_path method
add_path
Adds a path element
Returns
Added path.
def add_path(self, element):
...
| Parameter | Type | Description |
|---|---|---|
| element | aspose.page.xps.xpsmodel.XpsPath | The path to be added. |
add_path
Adds a new path to the active page.
Returns
Added path.
def add_path(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | aspose.page.xps.xpsmodel.XpsPathGeometry | The geometry of the path. |
See Also
- module
aspose.page.xps - class
XpsDocument - class
XpsPath