| 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 |
|---|---|
XpsPolyQuadraticBezierSegment |
XpsDocument.createPolyQuadraticBezierSegment(Point2D[] points)
Creates a new set of stroked quadratic Bézier curves from the previous point in the path figure through a set
of vertices, using specified control points.
|
XpsPolyQuadraticBezierSegment |
XpsDocument.createPolyQuadraticBezierSegment(Point2D[] points,
boolean isStroked)
Creates a new set of quadratic Bézier curves from the previous point in the path figure through a set
of vertices, using specified control points.
|
XpsPolyQuadraticBezierSegment |
XpsPolyQuadraticBezierSegment.deepClone()
Clones this set of quadratic Bézier curves.
|
| Modifier and Type | Method and Description |
|---|---|
XpsPolyQuadraticBezierSegment |
PageAPI.createPolyQuadraticBezierSegment(Point2D[] points)
Creates a new set of stroked quadratic Bézier curves from the previous point in the path figure through a set
of vertices, using specified control points.
|
XpsPolyQuadraticBezierSegment |
PageAPI.createPolyQuadraticBezierSegment(Point2D[] points,
boolean isStroked)
Creates a new set of quadratic Bézier curves from the previous point in the path figure through a set
of vertices, using specified control points.
|
Copyright © 2025 Aspose. All Rights Reserved.