| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| com.aspose.xps.features.EventBasedModifications |
The com.aspose.xps.features.EventBasedModifications package provides classes related to event-based modifications of XPS documents.
|
| 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 |
DocumentUtils.createImage(String fileName,
Rectangle2D imageBox)
Creates a rectangular path filled with an image.
|
XpsPath |
DocumentUtils.createImage(String fileName,
Rectangle2D imageBox,
ImageMode mode)
Creates a rectangular path filled with an image.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
XpsPath |
PageAPI.addPath(XpsPathGeometry data)
Adds a new path to the page.
|
XpsPath |
PageAPI.createPath(XpsPathGeometry data)
Creates a new path.
|
XpsPath |
PageAPI.insertPath(int index,
XpsPathGeometry data)
Inserts a new path to the page at
index position. |
Copyright © 2025 Aspose. All Rights Reserved.