Uses of Enum Class
org.sejda.sambox.printing.Scaling
Packages that use Scaling
-
Uses of Scaling in org.sejda.sambox.printing
Methods in org.sejda.sambox.printing that return ScalingModifier and TypeMethodDescriptionstatic ScalingReturns the enum constant of this class with the specified name.static Scaling[]Scaling.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sejda.sambox.printing with parameters of type ScalingModifierConstructorDescriptionPDFPrintable(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.