Uses of Class
org.ghost4j.document.PaperSize
-
Packages that use PaperSize Package Description org.ghost4j.converter org.ghost4j.document -
-
Uses of PaperSize in org.ghost4j.converter
Fields in org.ghost4j.converter declared as PaperSize Modifier and Type Field Description private PaperSize
PDFConverter. paperSize
Define standard paper size for the generated PDF file.private PaperSize
PSConverter. paperSize
Define standard paper size for the generated PDF file.Methods in org.ghost4j.converter that return PaperSize Modifier and Type Method Description PaperSize
PDFConverter. getPaperSize()
PaperSize
PSConverter. getPaperSize()
Methods in org.ghost4j.converter with parameters of type PaperSize Modifier and Type Method Description void
PDFConverter. setPaperSize(PaperSize paperSize)
void
PSConverter. setPaperSize(PaperSize paperSize)
-
Uses of PaperSize in org.ghost4j.document
Fields in org.ghost4j.document declared as PaperSize Modifier and Type Field 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
Fields in org.ghost4j.document with type parameters of type PaperSize Modifier and Type Field Description private static java.util.Map<java.lang.String,PaperSize>
PaperSize. index
Standard paper sizes index map.Methods in org.ghost4j.document that return PaperSize Modifier and Type Method Description static PaperSize
PaperSize. getStandardPaperSize(java.lang.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.
-