Modifier and Type | Field and Description |
---|---|
static PDFPageFormat |
PDFPageFormat.A0
A bunch of handy page formats defined statically
|
static PDFPageFormat |
PDFPageFormat.A1 |
static PDFPageFormat |
PDFPageFormat.A10 |
static PDFPageFormat |
PDFPageFormat.A2 |
static PDFPageFormat |
PDFPageFormat.A3 |
static PDFPageFormat |
PDFPageFormat.A4 |
static PDFPageFormat |
PDFPageFormat.A5 |
static PDFPageFormat |
PDFPageFormat.A6 |
static PDFPageFormat |
PDFPageFormat.A7 |
static PDFPageFormat |
PDFPageFormat.A8 |
static PDFPageFormat |
PDFPageFormat.A9 |
static PDFPageFormat |
PDFPageFormat.B0 |
static PDFPageFormat |
PDFPageFormat.B1 |
static PDFPageFormat |
PDFPageFormat.B10 |
static PDFPageFormat |
PDFPageFormat.B2 |
static PDFPageFormat |
PDFPageFormat.B3 |
static PDFPageFormat |
PDFPageFormat.B4 |
static PDFPageFormat |
PDFPageFormat.B5 |
static PDFPageFormat |
PDFPageFormat.B6 |
static PDFPageFormat |
PDFPageFormat.B7 |
static PDFPageFormat |
PDFPageFormat.B8 |
static PDFPageFormat |
PDFPageFormat.B9 |
static PDFPageFormat |
PDFPageFormat.EXECUTIVE |
static PDFPageFormat |
PDFPageFormat.FOLIO |
static PDFPageFormat |
PDFPageFormat.LEDGER |
static PDFPageFormat |
PDFPageFormat.LEGAL |
static PDFPageFormat |
PDFPageFormat.LETTER |
static PDFPageFormat |
PDFPageFormat.QUARTO |
static PDFPageFormat |
PDFPageFormat.STATEMENT |
static PDFPageFormat |
PDFPageFormat.TABLOID |
Modifier and Type | Field and Description |
---|---|
static Vector<PDFPageFormat> |
PDFPageFormat.pageFormats |
Modifier and Type | Method and Description |
---|---|
PDFPageFormat |
PDFPage.getPageFormat()
Returns the page's PageFormat.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFPageFormat.equals(PDFPageFormat other)
Assess equality but ignoring orientation
|
Constructor and Description |
---|
PDFPage(PDFPageFormat pageFormat)
Constructs a page using the supplied media size and orientation.
|
PDFPageFormat(PDFPageFormat other) |