Uses of Enum Class
lu.kbra.modelizer_next.ui.export.PdfPageFormat
Packages that use PdfPageFormat
Package
Description
Export request model and renderer-independent export logic for images and document views.
-
Uses of PdfPageFormat in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return PdfPageFormatModifier and TypeMethodDescriptionPdfViewExportOptions.pageFormat()Returns the value of thepageFormatrecord component.static PdfPageFormatReturns the enum constant of this class with the specified name.static PdfPageFormat[]PdfPageFormat.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 PdfPageFormatModifierConstructorDescriptionPdfViewExportOptions(PdfPageFormat pageFormat, PdfPageOrientation orientation, double customPageWidth, double customPageHeight, PdfMargins margins, File underTemplateFile, File overTemplateFile, String headerText, String footerText) Creates an instance of aPdfViewExportOptionsrecord class.