Uses of Record Class
lu.kbra.modelizer_next.ui.export.PdfMargins
Packages that use PdfMargins
Package
Description
Export request model and renderer-independent export logic for images and document views.
-
Uses of PdfMargins in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return PdfMarginsModifier and TypeMethodDescriptionstatic PdfMarginsPdfMargins.defaults()Returns default PDF margins.PdfViewExportOptions.margins()Returns the value of themarginsrecord component.Constructors in lu.kbra.modelizer_next.ui.export with parameters of type PdfMarginsModifierConstructorDescriptionPdfViewExportOptions(PdfPageFormat pageFormat, PdfPageOrientation orientation, double customPageWidth, double customPageHeight, PdfMargins margins, File underTemplateFile, File overTemplateFile, String headerText, String footerText) Creates an instance of aPdfViewExportOptionsrecord class.