Uses of Enum Class
org.sejda.sambox.printing.Orientation
Packages that use Orientation
-
Uses of Orientation in org.sejda.sambox.printing
Methods in org.sejda.sambox.printing that return OrientationModifier and TypeMethodDescriptionstatic OrientationReturns the enum constant of this class with the specified name.static Orientation[]Orientation.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 OrientationModifierConstructorDescriptionPDFPageable(PDDocument document, Orientation orientation) Creates a new PDFPageable with the given page orientation.PDFPageable(PDDocument document, Orientation orientation, boolean showPageBorder) Creates a new PDFPageable with the given page orientation and with optional page borders shown.PDFPageable(PDDocument document, Orientation orientation, boolean showPageBorder, float dpi) Creates a new PDFPageable with the given page orientation and with optional page borders shown.