Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.form | |
com.foxit.gsdk.pdf.layer | |
com.foxit.gsdk.pdf.pageobjects | |
com.foxit.gsdk.psi |
Modifier and Type | Method and Description |
---|---|
PDFPage |
PDFDocument.createPage(int pageIndex)
Create a new page.
|
PDFPage |
PDFDocument.getPage(int pageIndex)
Get a
PDFPage object with the specified page index. |
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.closePage(PDFPage page)
Release all contents of page and relative resources.
|
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
PDFPage page,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific PDFPage object. |
static PDFTextPage |
PDFTextPage.create(PDFPage page)
Create a new
PDFTextPage object with a specified
PDFPage object |
static PDFReflowPage |
PDFReflowPage.create(PDFPage page)
Create a
PDFReflowPage object from specified
PDFPage object. |
static PDFTextPage |
PDFTextPage.create(PDFPage page,
int option)
Create a new
PDFTextPage object with option from a specified
PDFPage object |
void |
PDFDocument.deletePage(PDFPage page)
Delete a page from document.
|
void |
PDFWatermark.insertToPage(PDFPage page)
Insert current watermark to a specific page.
|
Modifier and Type | Method and Description |
---|---|
abstract PDFPage |
AnnotIconProvider.getIcon(java.lang.Object clientData,
java.lang.String iconType,
java.lang.String iconID,
long color)
Callback function to retrieve icon, which is as PDF page contents.
|
Modifier and Type | Method and Description |
---|---|
int |
PDFFormField.countControls(PDFPage page)
Get count of controls which belongs to specified fields.
|
PDFFormControl |
PDFFormField.getControl(PDFPage page,
int index)
Get a form control which belongs to the specified fields in the specified page.
|
PDFFormControl |
PDFForm.getControlAtDevicePos(PDFPage page,
Matrix matrix,
java.awt.Point point,
float tolerance,
int typeFilter)
Retrieve a form control which locates at a specific device position in the
form.
|
PDFFormControl |
PDFForm.getControlAtPos(PDFPage page,
java.awt.geom.Point2D.Float point,
float tolerance,
int typeFilter)
Retrieve a form control at a specific position in the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.addPageObject(PDFPage page,
PageObject pageObject)
Add a specified page object to current layer.
|
java.util.ArrayList<PageObject> |
Layer.getPageObjects(PDFPage page)
get page objects which is related with current layer.
|
boolean |
Layer.isInPage(PDFPage page)
Check whether current PDF layer is in a given page or not.
|
Modifier and Type | Method and Description |
---|---|
static TextObject |
TextObject.create(PDFPage page)
Create a new text object.
|
static ImageObject |
ImageObject.create(PDFPage page)
Create an image object.
|
Modifier and Type | Method and Description |
---|---|
Annot |
PSI.convertToPDFAnnot(RectF renderRect,
PDFPage page,
RectF annotRect)
Convert the pressure sensitive ink object to a PDF annotation.
|