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 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 PaperSize Modifier and Type Method Description PaperSizePDFConverter. getPaperSize()PaperSizePSConverter. getPaperSize()Methods in org.ghost4j.converter with parameters of type PaperSize Modifier and Type Method Description voidPDFConverter. setPaperSize(PaperSize paperSize)voidPSConverter. setPaperSize(PaperSize paperSize) -
Uses of PaperSize in org.ghost4j.document
Fields in org.ghost4j.document declared as PaperSize Modifier and Type Field Description static PaperSizePaperSize. A0static PaperSizePaperSize. A1static PaperSizePaperSize. A10static PaperSizePaperSize. A2static PaperSizePaperSize. A3static PaperSizePaperSize. A4static PaperSizePaperSize. A5static PaperSizePaperSize. A6static PaperSizePaperSize. A7static PaperSizePaperSize. A8static PaperSizePaperSize. A9static PaperSizePaperSize. ARCHAstatic PaperSizePaperSize. ARCHBstatic PaperSizePaperSize. ARCHCstatic PaperSizePaperSize. ARCHDstatic PaperSizePaperSize. ARCHEstatic PaperSizePaperSize. LEDGERstatic PaperSizePaperSize. LEGALstatic PaperSizePaperSize. LETTERFields 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. indexStandard paper sizes index map.Methods in org.ghost4j.document that return PaperSize Modifier and Type Method Description static PaperSizePaperSize. getStandardPaperSize(java.lang.String name)Looks for a standard paper size with a given name.PaperSizePaperSize. landscape()Returns a landscape orientation of the PaperSize.PaperSizePaperSize. portrait()Returns a portrait orientation of the PaperSize.PaperSizePaperSize. scale(float factor)Returns a scaled PaperSize according to a scale factor.
-