| 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 |
|---|---|
XpsPathGeometry |
DocumentUtils.createCircle(Point2D center,
float radius)
Creates a path geometry representing a circle.
|
XpsPathGeometry |
DocumentUtils.createCircularSegment(Point2D center,
float radius,
float startAngle,
float endAngle)
Creates a path geometry representing a circular segment between two angles.
|
XpsPathGeometry |
DocumentUtils.createEllipse(Point2D center,
float radiusX,
float radiusY)
Creates a path geometry representing an ellipse.
|
XpsPathGeometry |
XpsDocument.createPathGeometry()
Creates a new path geometry.
|
XpsPathGeometry |
XpsDocument.createPathGeometry(List<XpsPathFigure> pathFigures)
Creates a new path geometry with specified list of path figures.
|
XpsPathGeometry |
XpsDocument.createPathGeometry(String abbreviatedGeometry)
Creates a new path geometry specified with abbreviated form.
|
XpsPathGeometry |
DocumentUtils.createPieSlice(Point2D center,
float radius,
float startAngle,
float endAngle)
Creates a path geometry representing a circle slice between two radial rays.
|
XpsPathGeometry |
DocumentUtils.createRectangle(Rectangle2D rectangle)
Creates a path geometry representing a rectangle.
|
XpsPathGeometry |
DocumentUtils.createRegularCircumscribedNGon(int n,
Point2D center,
float radius)
Creates a path geometry representing a regular n-gon circumscribed around a circle.
|
XpsPathGeometry |
DocumentUtils.createRegularInscribedNGon(int n,
Point2D center,
float radius)
Creates a path geometry representing a regular n-gon inscribed in a circle.
|
XpsPathGeometry |
XpsPathGeometry.deepClone()
Clones this path geometry.
|
XpsPathGeometry |
XpsContentElement.getClip()
Returns the path geometry limiting the rendered region of the element.
|
XpsPathGeometry |
XpsPath.getData()
Returns the geometry of the path.
|
| 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 |
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. |
void |
XpsContentElement.setClip(XpsPathGeometry value)
Sets the path geometry limiting the rendered region of the element.
|
void |
XpsPath.setData(XpsPathGeometry value)
Sets the geometry of the path.
|
| Modifier and Type | Method and Description |
|---|---|
XpsPathGeometry |
PageAPI.createPathGeometry()
Creates a new path geometry.
|
XpsPathGeometry |
PageAPI.createPathGeometry(List<XpsPathFigure> pathFigures)
Creates a new path geometry with specified list of path figures.
|
XpsPathGeometry |
PageAPI.createPathGeometry(String abbreviatedGeometry)
Creates a new path geometry specified with abbreviated form.
|
| 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.