|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDDocumentInformation | |
org.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.pdfbox.pdmodel.interactive.pagenavigation | A package to allow provide access to PDF page navigation functionality. |
Uses of PDDocumentInformation in org.pdfbox.pdmodel |
Methods in org.pdfbox.pdmodel that return PDDocumentInformation | |
PDDocumentInformation |
PDDocument.getDocumentInformation()
This will get the document info dictionary. |
Methods in org.pdfbox.pdmodel with parameters of type PDDocumentInformation | |
void |
PDDocument.setDocumentInformation(PDDocumentInformation info)
This will set the document information for this document. |
Uses of PDDocumentInformation in org.pdfbox.pdmodel.interactive.pagenavigation |
Methods in org.pdfbox.pdmodel.interactive.pagenavigation that return PDDocumentInformation | |
PDDocumentInformation |
PDThread.getThreadInfo()
Get info about the thread, or null if there is nothing. |
Methods in org.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDDocumentInformation | |
void |
PDThread.setThreadInfo(PDDocumentInformation info)
Set the thread info, can be null. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |