Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsPathGeometry |
XpsDocument.createPathGeometry()
Creates a new path geometry.
|
XpsPathGeometry |
XpsDocument.createPathGeometry(String abbreviatedGeometry)
Creates a new path geometry specified with abbreviated form.
|
XpsPathGeometry |
XpsDocument.createPathGeometry(XpsList<XpsPathFigure> pathFigures)
Creates a new path geometry with specified list of path figures.
|
XpsPathGeometry |
XpsPathGeometry.deepClone()
Clones this path geometry.
|
XpsPathGeometry |
XpsCanvas.getClip()
Returns the path geometry limitting the rendered region of the element.
|
XpsPathGeometry |
XpsGlyphs.getClip()
Returns the path geometry limitting the rendered region of the element.
|
XpsPathGeometry |
XpsPath.getClip()
Returns the path geometry instance limitting the rendered region of the element.
|
XpsPathGeometry |
XpsPath.getData()
Returns the geometry of the path.
|
Modifier and Type | Method and Description |
---|---|
XpsPath |
XpsCanvas.addPath(XpsPathGeometry data)
Adds a new path to this canvas's child list.
|
XpsPath |
XpsDocument.addPath(XpsPathGeometry data)
Adds a new path to the active page.
|
XpsPath |
XpsDocument.createPath(XpsPathGeometry data)
Creates a new path.
|
XpsPath |
XpsCanvas.insertPath(int index,
XpsPathGeometry data)
Inserts a new path to this canvas's child list at
index position. |
XpsPath |
XpsDocument.insertPath(int index,
XpsPathGeometry data)
Inserts a new path to the active page at
index position. |
void |
XpsCanvas.setClip(XpsPathGeometry value)
Sets the path geometry limitting the rendered region of the element.
|
void |
XpsGlyphs.setClip(XpsPathGeometry value)
Sets the path geometry limitting the rendered region of the element.
|
void |
XpsPath.setClip(XpsPathGeometry value)
Sets the path geometry instance limitting the rendered region of the element.
|
void |
XpsPath.setData(XpsPathGeometry value)
Sets the geometry of the path.
|