|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfObjectFilter | |
---|---|
com.etymon.pjx | The fundamental classes for creation and modification of PDF documents. |
com.etymon.pjx.util | Utility classes for performing common functions on PDF documents. |
Uses of PdfObjectFilter in com.etymon.pjx |
---|
Methods in com.etymon.pjx with parameters of type PdfObjectFilter | |
---|---|
PdfObject |
PdfObject.filter(PdfObjectFilter f)
Filter this object recursively through PdfObjectFilter . |
protected PdfObject |
PdfArray.filterContents(PdfObjectFilter f)
|
protected PdfObject |
PdfDictionary.filterContents(PdfObjectFilter f)
|
protected PdfObject |
PdfObject.filterContents(PdfObjectFilter f)
Second stage filtering, called by filter(PdfObjectFilter) . |
Uses of PdfObjectFilter in com.etymon.pjx.util |
---|
Classes in com.etymon.pjx.util that implement PdfObjectFilter | |
---|---|
class |
PdfPageObjects
Examines a specified page dictionary and returns the set of all objects it references that are required for the page to be extracted from the document. |
class |
PdfReferencedObjects
Examines a specified object and returns the set of all objects it references. |
class |
PdfRenumberOffset
Modifies indirect references within a PDF object, adding a specified offset to each object number in a reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |