| Package | Description |
|---|---|
| com.aspose.xps |
| Modifier and Type | Method and Description |
|---|---|
XpsPath |
XpsCanvas.addPath(XpsPathGeometry data)
Adds a new path to this canvas's child list.
|
XpsPath |
XpsDocument.addPath(XpsPathGeometry data)
Adds a new path to the active page.
|
XpsPath |
XpsDocument.createPath(XpsPathGeometry data)
Creates a new path.
|
XpsPath |
XpsPath.deepClone()
Clones this path.
|
XpsPath |
XpsCanvas.insertPath(int index,
XpsPathGeometry data)
Inserts a new path to this canvas's child list at
index position. |
XpsPath |
XpsDocument.insertPath(int index,
XpsPathGeometry data)
Inserts a new path to the active page at
index position. |
| Constructor and Description |
|---|
XpsElementLinkTarget(XpsPath targetPath)
Creates the new instance.
|
Copyright © 2021 Aspose. All Rights Reserved.