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 PaperSizePDFConverter.paperSizeDefine standard paper size for the generated PDF file.private PaperSizePSConverter.paperSizeDefine 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 TypeMethodDescriptionvoidPDFConverter.setPaperSize(PaperSize paperSize) voidPSConverter.setPaperSize(PaperSize paperSize) -
Uses of PaperSize in org.ghost4j.document
Fields in org.ghost4j.document declared as PaperSizeModifier and TypeFieldDescriptionstatic final PaperSizePaperSize.A0static final PaperSizePaperSize.A1static final PaperSizePaperSize.A10static final PaperSizePaperSize.A2static final PaperSizePaperSize.A3static final PaperSizePaperSize.A4static final PaperSizePaperSize.A5static final PaperSizePaperSize.A6static final PaperSizePaperSize.A7static final PaperSizePaperSize.A8static final PaperSizePaperSize.A9static final PaperSizePaperSize.ARCHAstatic final PaperSizePaperSize.ARCHBstatic final PaperSizePaperSize.ARCHCstatic final PaperSizePaperSize.ARCHDstatic final PaperSizePaperSize.ARCHEstatic final PaperSizePaperSize.LEDGERstatic final PaperSizePaperSize.LEGALstatic final PaperSizePaperSize.LETTERFields in org.ghost4j.document with type parameters of type PaperSizeMethods in org.ghost4j.document that return PaperSizeModifier and TypeMethodDescriptionstatic PaperSizePaperSize.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.