Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsPathFigure |
XpsPathGeometry.add(XpsPathFigure pathFigure)
Adds a path figure to the list of child figures.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint)
Creates a new open path figure.
|
XpsPathFigure |
XpsDocument.createPathFigure(Point2D startPoint,
boolean isClosed)
Creates a new path figure.
|
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.
|
XpsPathFigure |
XpsPathFigure.deepClone()
Clones this path figure.
|
XpsPathFigure |
XpsPathGeometry.getFigure(int i)
Provides access to element's path figure list by index
i . |
XpsPathFigure |
XpsPathGeometry.insert(int index,
XpsPathFigure pathFigure)
Inserts a path figure to the list of child figures at
index position. |
XpsPathFigure |
XpsPathGeometry.remove(XpsPathFigure pathFigure)
Removes a path figure from the list of child figures.
|
XpsPathFigure |
XpsPathGeometry.removeAt(int index)
Removes a path figure from the list of child figures at
index position. |
Modifier and Type | Method and Description |
---|---|
XpsList<XpsPathFigure> |
XpsPathGeometry.getPathFigures()
Returns the list of child path figures.
|
Modifier and Type | Method and Description |
---|---|
XpsPathFigure |
XpsPathGeometry.add(XpsPathFigure pathFigure)
Adds a path figure to the list of child figures.
|
XpsPathFigure |
XpsPathGeometry.insert(int index,
XpsPathFigure pathFigure)
Inserts a path figure to the list of child figures at
index position. |
XpsPathFigure |
XpsPathGeometry.remove(XpsPathFigure pathFigure)
Removes a path figure from the list of child figures.
|
Modifier and Type | Method and Description |
---|---|
XpsPathGeometry |
XpsDocument.createPathGeometry(XpsList<XpsPathFigure> pathFigures)
Creates a new path geometry with specified list of path figures.
|