Uses of Class
org.apache.pdfbox.printing.Scaling
-
Packages that use Scaling Package Description org.apache.pdfbox.printing -
-
Uses of Scaling in org.apache.pdfbox.printing
Fields in org.apache.pdfbox.printing declared as Scaling Modifier and Type Field Description private Scaling
PDFPrintable. scaling
Methods in org.apache.pdfbox.printing that return Scaling Modifier and Type Method Description static Scaling
Scaling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Scaling[]
Scaling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pdfbox.printing with parameters of type Scaling Constructor Description PDFPrintable(PDDocument document, Scaling scaling)
Creates a new PDFPrintable with the given page scaling.PDFPrintable(PDDocument document, Scaling scaling, boolean showPageBorder)
Creates a new PDFPrintable with the given page scaling and with optional page borders shown.PDFPrintable(PDDocument document, Scaling scaling, boolean showPageBorder, float dpi)
Creates a new PDFPrintable with the given page scaling and with optional page borders shown.PDFPrintable(PDDocument document, Scaling scaling, boolean showPageBorder, float dpi, boolean center)
Creates a new PDFPrintable with the given page scaling and with optional page borders shown.PDFPrintable(PDDocument document, Scaling scaling, boolean showPageBorder, float dpi, boolean center, PDFRenderer renderer)
Creates a new PDFPrintable with the given page scaling and with optional page borders shown.
-