| Package | Description |
|---|---|
| org.ghost4j.converter | |
| org.ghost4j.document |
| Modifier and Type | Method and Description |
|---|---|
PaperSize |
PSConverter.getPaperSize() |
PaperSize |
PDFConverter.getPaperSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
PSConverter.setPaperSize(PaperSize paperSize) |
void |
PDFConverter.setPaperSize(PaperSize paperSize) |
| Modifier and Type | Field and Description |
|---|---|
static PaperSize |
PaperSize.A0 |
static PaperSize |
PaperSize.A1 |
static PaperSize |
PaperSize.A10 |
static PaperSize |
PaperSize.A2 |
static PaperSize |
PaperSize.A3 |
static PaperSize |
PaperSize.A4 |
static PaperSize |
PaperSize.A5 |
static PaperSize |
PaperSize.A6 |
static PaperSize |
PaperSize.A7 |
static PaperSize |
PaperSize.A8 |
static PaperSize |
PaperSize.A9 |
static PaperSize |
PaperSize.ARCHA |
static PaperSize |
PaperSize.ARCHB |
static PaperSize |
PaperSize.ARCHC |
static PaperSize |
PaperSize.ARCHD |
static PaperSize |
PaperSize.ARCHE |
static PaperSize |
PaperSize.LEDGER |
static PaperSize |
PaperSize.LEGAL |
static PaperSize |
PaperSize.LETTER |
| Modifier and Type | Method and Description |
|---|---|
static PaperSize |
PaperSize.getStandardPaperSize(String name)
Looks for a standard paper size with a given name.
|
PaperSize |
PaperSize.landscape()
Returns a landscape orientation of the PaperSize.
|
PaperSize |
PaperSize.portrait()
Returns a portrait orientation of the PaperSize.
|
PaperSize |
PaperSize.scale(float factor)
Returns a scaled PaperSize according to a scale factor.
|
Copyright © 2016. All Rights Reserved.