Package | Description |
---|---|
com.aspose.xps |
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 |
XpsPathFigure.add(XpsPathSegment segment)
Adds a path segment to the list of child segments.
|
XpsPathSegment |
XpsPathGeometry.addSegment(XpsPathSegment segment)
Adds a path segment to the list of child segments of the last pah figure.
|
XpsPathSegment |
XpsPathFigure.getSegment(int i)
Provides access to path figures's list of child path segments by index
i . |
XpsPathSegment |
XpsPathFigure.insert(int index,
XpsPathSegment segment)
Inserts a path segment to the list of child segments at
index position. |
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 |
XpsPathFigure.remove(XpsPathSegment segment)
Removes a path segment from the list of child segments.
|
XpsPathSegment |
XpsPathFigure.removeAt(int index)
Removes a path segment from the list of child segments 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 |
---|---|
XpsList<XpsPathSegment> |
XpsPathFigure.getSegments()
Return the list of child path segments.
|
Modifier and Type | Method and Description |
---|---|
XpsPathSegment |
XpsPathFigure.add(XpsPathSegment segment)
Adds a path segment to the list of child segments.
|
XpsPathSegment |
XpsPathGeometry.addSegment(XpsPathSegment segment)
Adds a path segment to the list of child segments of the last pah figure.
|
XpsPathSegment |
XpsPathFigure.insert(int index,
XpsPathSegment segment)
Inserts a path segment to the list of child segments at
index position. |
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 |
XpsPathFigure.remove(XpsPathSegment segment)
Removes a path segment from the list of child segments.
|
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,
XpsList<XpsPathSegment> segments)
Creates a new open path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
XpsList<XpsPathSegment> segments,
boolean isClosed)
Creates a new path figure.
|
Copyright © 2019 Aspose. All Rights Reserved.