Package | Description |
---|---|
com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
Modifier and Type | Method and Description |
---|---|
XpsPage |
XpsDocument.addPage()
Adds an empty page to the document with default page size.
|
XpsPage |
XpsDocument.addPage(boolean activate)
Adds an empty page to the document with default page size.
|
XpsPage |
XpsDocument.addPage(float width,
float height)
Adds an empty page to the document with specified
width and height . |
XpsPage |
XpsDocument.addPage(float width,
float height,
boolean activate)
Adds an empty page to the document with specified
width and height . |
XpsPage |
XpsDocument.addPage(XpsPage page)
Adds a page to the document and selects added page as active.
|
XpsPage |
XpsDocument.addPage(XpsPage page,
boolean activate)
Adds a page to the document.
|
XpsPage |
XpsPage.deepClone()
Clones this page.
|
XpsPage |
XpsDocument.getPage()
Returns the
XpsPage instance for active page. |
XpsPage |
XpsDocument.insertPage(int index)
Inserts an empty page to the document with default page size
at
index position and select inserted page as active. |
XpsPage |
XpsDocument.insertPage(int index,
boolean activate)
Inserts an empty page to the document with default page size
at
index position. |
XpsPage |
XpsDocument.insertPage(int index,
float width,
float height)
Inserts an empty page to the document with specified
width and height at index position and
selects inserted page as active. |
XpsPage |
XpsDocument.insertPage(int index,
float width,
float height,
boolean activate)
Inserts an empty page to the document with specified
width and height at index position. |
XpsPage |
XpsDocument.insertPage(int index,
XpsPage page)
Inserts a page to the document at
index position and
selects inserted page as active. |
XpsPage |
XpsDocument.insertPage(int index,
XpsPage page,
boolean activate)
Inserts a page to the document at
index position. |
XpsPage |
XpsDocument.removePage(XpsPage page)
Removes a page from the document.
|
XpsPage |
XpsDocument.removePageAt(int index)
Removes a page from the document at
index position. |
XpsPage |
XpsDocument.selectActivePage(int pageNumber)
Selects an active document page for editing.
|
Modifier and Type | Method and Description |
---|---|
XpsPage |
XpsDocument.addPage(XpsPage page)
Adds a page to the document and selects added page as active.
|
XpsPage |
XpsDocument.addPage(XpsPage page,
boolean activate)
Adds a page to the document.
|
XpsPage |
XpsDocument.insertPage(int index,
XpsPage page)
Inserts a page to the document at
index position and
selects inserted page as active. |
XpsPage |
XpsDocument.insertPage(int index,
XpsPage page,
boolean activate)
Inserts a page to the document at
index position. |
XpsPage |
XpsDocument.removePage(XpsPage page)
Removes a page from the document.
|
Constructor and Description |
---|
XpsElementLinkTarget(XpsPage targetPage)
Creates the new instance.
|
Copyright © 2022 Aspose. All Rights Reserved.