Uses of Enum Class
lu.kbra.modelizer_next.ui.export.PdfPageOrientation
Packages that use PdfPageOrientation
Package
Description
Export request model and renderer-independent export logic for images and document views.
-
Uses of PdfPageOrientation in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return PdfPageOrientationModifier and TypeMethodDescriptionPdfViewExportOptions.orientation()Returns the value of theorientationrecord component.static PdfPageOrientationReturns the enum constant of this class with the specified name.static PdfPageOrientation[]PdfPageOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in lu.kbra.modelizer_next.ui.export with parameters of type PdfPageOrientationModifierConstructorDescriptionPdfViewExportOptions(PdfPageFormat pageFormat, PdfPageOrientation orientation, double customPageWidth, double customPageHeight, PdfMargins margins, File underTemplateFile, File overTemplateFile, String headerText, String footerText) Creates an instance of aPdfViewExportOptionsrecord class.