Package | Description |
---|---|
com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
Modifier and Type | Class and Description |
---|---|
class |
XpsArcSegment
Class incapsulating ArcSegment element features.
|
class |
XpsPathPolySegment
Class incapsulating common features of PolyLineSegment, PolyBézierSegment and
PolyQuadraticBézierSegment elements.
|
class |
XpsPolyBezierSegment
Class incapsulating PolyBezierSegment element features.
|
class |
XpsPolyLineSegment
Class incapsulating PolyLineSegment element features.
|
class |
XpsPolyQuadraticBezierSegment
Class incapsulating PolyQuadraticBezierSegment element features.
|
Modifier and Type | Method and Description |
---|---|
XpsPathSegment |
XpsPathGeometry.addSegment(XpsPathSegment segment)
Adds a path segment to the list of child segments of the last pah figure.
|
XpsPathSegment |
XpsPathGeometry.insertSegment(int index,
XpsPathSegment segment)
Inserts a path segment to the list of child segments of
the last path figure at
index position. |
XpsPathSegment |
XpsPathGeometry.removeSegment(XpsPathSegment segment)
Removes a path segment from the list of child segments of the last path figure.
|
XpsPathSegment |
XpsPathGeometry.removeSegmentAt(int index)
Removes a path segment from the list of child segments of
the last path figure at
index position. |
Modifier and Type | Method and Description |
---|---|
List<XpsPathSegment> |
XpsPathFigure.getSegments()
Return the list of child path segments.
|
Modifier and Type | Method and Description |
---|---|
XpsPathSegment |
XpsPathGeometry.addSegment(XpsPathSegment segment)
Adds a path segment to the list of child segments of the last pah figure.
|
XpsPathSegment |
XpsPathGeometry.insertSegment(int index,
XpsPathSegment segment)
Inserts a path segment to the list of child segments of
the last path figure at
index position. |
XpsPathSegment |
XpsPathGeometry.removeSegment(XpsPathSegment segment)
Removes a path segment from the list of child segments of the last path figure.
|
Modifier and Type | Method and Description |
---|---|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
List<XpsPathSegment> segments)
Creates a new open path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
List<XpsPathSegment> segments,
boolean isClosed)
Creates a new path figure.
|
Copyright © 2022 Aspose. All Rights Reserved.