Class PdfGeneratorInput
-
- All Implemented Interfaces:
public class PdfGeneratorInput
Input for the PDF generation process
-
-
Field Summary
Fields Modifier and Type Field Description private final File
outputFile
private final Integer
size
private final PdfConfiguration
pdfConfig
-
Method Summary
Modifier and Type Method Description abstract File
getOutputFile()
abstract Integer
getSize()
abstract PdfConfiguration
getPdfConfig()
-
-
Method Detail
-
getOutputFile
abstract File getOutputFile()
-
getPdfConfig
abstract PdfConfiguration getPdfConfig()
-
-
-
-