Uses of Interface
org.hcl.pdftemplate.ConsumerWithException
Packages that use ConsumerWithException
-
Uses of ConsumerWithException in org.hcl.pdftemplate
Methods in org.hcl.pdftemplate that return types with arguments of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic <Data> BiConsumerWithException<Data,ConsumerWithException<org.apache.pdfbox.pdmodel.PDDocument>> IPdfPrinter.processTemplate(String resource, List<IPdfPart<Data>> parts) Methods in org.hcl.pdftemplate with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic voidIPdfPrinter.withStream(org.apache.pdfbox.pdmodel.PDDocument doc, int pageNo, ConsumerWithException<org.apache.pdfbox.pdmodel.PDPageContentStream> consumer)