Uses of Class
tech.grasshopper.pdf.data.ReportData
-
Packages that use ReportData Package Description tech.grasshopper.pdf tech.grasshopper.pdf.outline -
-
Uses of ReportData in tech.grasshopper.pdf
Fields in tech.grasshopper.pdf declared as ReportData Modifier and Type Field Description protected ReportDataPDFCucumberReport. reportDataConstructors in tech.grasshopper.pdf with parameters of type ReportData Constructor Description PDFCucumberReport(ReportData reportData, File reportFile)PDFCucumberReport(ReportData reportData, File reportFile, MediaCleanup.MediaCleanupOption mediaCleanupOption)PDFCucumberReport(ReportData reportData, String reportDirectory)PDFCucumberReport(ReportData reportData, String reportDirectory, MediaCleanup.MediaCleanupOption mediaCleanupOption) -
Uses of ReportData in tech.grasshopper.pdf.outline
Methods in tech.grasshopper.pdf.outline with parameters of type ReportData Modifier and Type Method Description static voidOutline. createDocumentOutline(org.apache.pdfbox.pdmodel.PDDocument document, ReportConfig reportConfig, Destination.DestinationStore destinations, ReportData reportData)
-