|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFPage | |
|---|---|
| org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
| Uses of PDFPage in org.foray.pdf.object |
|---|
| Methods in org.foray.pdf.object that return PDFPage | |
|---|---|
PDFPage |
PDFDocument.createPdfPage(int pagewidth,
int pageheight)
|
| Methods in org.foray.pdf.object with parameters of type PDFPage | |
|---|---|
void |
PDFRoot.addPage(PDFPage page)
Add a /Page object to the root /Pages object. |
void |
PDFPages.addPage(PDFPage page)
add a /Page object. |
| Constructors in org.foray.pdf.object with parameters of type PDFPage | |
|---|---|
PDFDestination(PDFDocument doc,
PDFPage page,
float xPosition,
float yPosition)
Constructor. |
|
PDFLink(PDFPage page,
Rectangle2D rect,
PDFAction action)
Constructor for a link to an action. |
|
PDFLink(PDFPage page,
Rectangle2D rect,
PDFDestination destination)
Constructor for a link to a named destination. |
|
PDFLink(PDFPage page,
Rectangle2D rect,
String destinationName)
Constructor for a link to a named destination. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||