Uses of Class
org.ghost4j.document.PaperSize
Packages that use PaperSize
-
Uses of PaperSize in org.ghost4j.converter
Fields in org.ghost4j.converter declared as PaperSizeModifier and TypeFieldDescriptionprivate 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 PaperSizeMethods in org.ghost4j.converter with parameters of type PaperSizeModifier and TypeMethodDescriptionvoid
PDFConverter.setPaperSize
(PaperSize paperSize) void
PSConverter.setPaperSize
(PaperSize paperSize) -
Uses of PaperSize in org.ghost4j.document
Fields in org.ghost4j.document declared as PaperSizeModifier and TypeFieldDescriptionstatic final PaperSize
PaperSize.A0
static final PaperSize
PaperSize.A1
static final PaperSize
PaperSize.A10
static final PaperSize
PaperSize.A2
static final PaperSize
PaperSize.A3
static final PaperSize
PaperSize.A4
static final PaperSize
PaperSize.A5
static final PaperSize
PaperSize.A6
static final PaperSize
PaperSize.A7
static final PaperSize
PaperSize.A8
static final PaperSize
PaperSize.A9
static final PaperSize
PaperSize.ARCHA
static final PaperSize
PaperSize.ARCHB
static final PaperSize
PaperSize.ARCHC
static final PaperSize
PaperSize.ARCHD
static final PaperSize
PaperSize.ARCHE
static final PaperSize
PaperSize.LEDGER
static final PaperSize
PaperSize.LEGAL
static final PaperSize
PaperSize.LETTER
Fields in org.ghost4j.document with type parameters of type PaperSizeMethods in org.ghost4j.document that return PaperSizeModifier and TypeMethodDescriptionstatic PaperSize
PaperSize.getStandardPaperSize
(String name) Looks for a standard paper size with a given name.PaperSize.landscape()
Returns a landscape orientation of the PaperSize.PaperSize.portrait()
Returns a portrait orientation of the PaperSize.PaperSize.scale
(float factor) Returns a scaled PaperSize according to a scale factor.