| 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 |
|---|---|
XpsPolyLineSegment |
XpsDocument.createPolyLineSegment(Point2D[] points)
Creates a new stroked polygonal drawing containing an arbitrary number of individual vertices.
|
XpsPolyLineSegment |
XpsDocument.createPolyLineSegment(Point2D[] points,
boolean isStroked)
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
|
XpsPolyLineSegment |
XpsPolyLineSegment.deepClone()
Clones this polygon.
|
| Modifier and Type | Method and Description |
|---|---|
XpsPolyLineSegment |
PageAPI.createPolyLineSegment(Point2D[] points)
Creates a new stroked polygonal drawing containing an arbitrary number of individual vertices.
|
XpsPolyLineSegment |
PageAPI.createPolyLineSegment(Point2D[] points,
boolean isStroked)
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
|
Copyright © 2025 Aspose. All Rights Reserved.