|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| com.crionics.jpdf | jPDF Core package, contains all main classes. |
| com.crionics.jpdf.creator | Contains all the classes to generate PDF using Java2D |
| Uses of Page in com.crionics.jpdf |
|---|
| Methods in com.crionics.jpdf that return Page | |
|---|---|
Page |
CreatorModule.getPage(int i)
Gets the page at index i |
| Uses of Page in com.crionics.jpdf.creator |
|---|
| Methods in com.crionics.jpdf.creator that return Page | |
|---|---|
static Page |
Page.createInstance(PdfDocument doc)
Allows the creation of a new Page into the Specified document. |
static Page |
Page.createInstance(PdfDocument doc,
int pageIndex)
Allows the creation of a new Page into the Specified document at the requested position. |
static Page |
Page.createInstance(PdfDocument doc,
java.awt.print.PageFormat pageFormat)
Allows the creation of a new Page into the Specified document. |
static Page |
Page.createInstance(PdfDocument doc,
java.awt.print.PageFormat pageFormat,
int pageIndex)
Allows the creation of a new Page into the Specified document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||