Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsPath |
XpsDocument.add(XpsPath path)
Adds a path to the active page.
|
XpsPath |
XpsCanvas.addPath(XpsPath path)
Adds a path to this canvas's child list.
|
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 |
XpsPath.deepClone()
Clones this path.
|
XpsPath |
XpsDocument.insert(int index,
XpsPath path)
Inserts a path to the active page at
index position. |
XpsPath |
XpsCanvas.insertPath(int index,
XpsPath path)
Inserts a path to this canvas's child list at
index position. |
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. |
Modifier and Type | Method and Description |
---|---|
XpsPath |
XpsDocument.add(XpsPath path)
Adds a path to the active page.
|
XpsPath |
XpsCanvas.addPath(XpsPath path)
Adds a path to this canvas's child list.
|
XpsVisualBrush |
XpsDocument.createVisualBrush(XpsPath path,
Rectangle2D viewbox,
Rectangle2D viewport)
Creates a new visual brush.
|
XpsPath |
XpsDocument.insert(int index,
XpsPath path)
Inserts a path to the active page at
index position. |
XpsPath |
XpsCanvas.insertPath(int index,
XpsPath path)
Inserts a path to this canvas's child list at
index position. |
void |
XpsVisualBrush.setVisual(XpsPath path)
Sets
path as Visual element of visual brush. |
Constructor and Description |
---|
XpsElementLinkTarget(XpsPath targetPath)
Creates the new instance.
|
Copyright © 2020 Aspose. All Rights Reserved.