Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsCanvas |
XpsCanvas.addCanvas()
Adds a new canvas to this canvas's child list.
|
XpsCanvas |
XpsDocument.addCanvas()
Adds a new canvas to the active page.
|
XpsCanvas |
XpsDocument.createCanvas()
Creates a new canvas.
|
XpsCanvas |
XpsCanvas.deepClone()
Clones this canvas.
|
XpsCanvas |
XpsCanvas.insertCanvas(int index)
Inserts a new canvas to this canvas's child list at
index position. |
XpsCanvas |
XpsDocument.insertCanvas(int index)
Inserts a new canvas to the active page at
index position. |
Constructor and Description |
---|
XpsElementLinkTarget(XpsCanvas targetCanvas)
Creates the new instance.
|
Copyright © 2020 Aspose. All Rights Reserved.