Package | Description |
---|---|
com.foxit.gsdk.pdf.pageobjects |
Modifier and Type | Class and Description |
---|---|
class |
ImageObject
Class
ImageObject represents a PDF ImageObject in Page. |
class |
PathObject
Class
PathObject represents a PDF PathObject in Page. |
class |
TextObject
Class
TextObject represents a PDF TextObject in Page. |
Modifier and Type | Method and Description |
---|---|
PageObject |
PageObjects.getObject(int typeFilter,
int index)
Get a specified page object from page objects.
|
Modifier and Type | Method and Description |
---|---|
void |
PageObjects.insertObject(int typeFilter,
int index,
PageObject pageObject)
Insert a page object and it will be automatically freed.
|
void |
PageObjects.removeObject(PageObject pageObject)
Remove a page object.
|