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 |
---|---|
PDFFormControl |
PDFForm.addField(PDFPage page,
PDFFormField field,
android.graphics.RectF rect)
Add a form field to arco form, and also create a new form control with
the field.
|
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,
android.graphics.Matrix matrix,
android.graphics.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,
android.graphics.PointF point,
float tolerance,
int typeFilter)
Retrieve a form control at a specific position in the form.
|
Modifier and Type | Method and Description |
---|---|
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 PathObject |
PathObject.create(PDFPage page)
Create a path object.
|
static ImageObject |
ImageObject.create(PDFPage page)
Create an image object.
|
Modifier and Type | Method and Description |
---|---|
Annot |
PSI.convertToPDFAnnot(android.graphics.RectF renderRect,
PDFPage page,
android.graphics.RectF annotRect)
Convert the pressure sensitive ink object to a PDF annotation.
|