Uses of Interface
org.hcl.pdftemplate.part.IPdfPart
Packages that use IPdfPart
-
Uses of IPdfPart in org.hcl.pdftemplate
Methods in org.hcl.pdftemplate that return types with arguments of type IPdfPartMethod parameters in org.hcl.pdftemplate with type arguments of type IPdfPartModifier and TypeMethodDescriptionstatic <Data> voidstatic <Data> BiConsumerWithException<Data,ConsumerWithException<org.apache.pdfbox.pdmodel.PDDocument>> IPdfPrinter.processTemplate(String resource, List<IPdfPart<Data>> parts) static <Data,To> FunctionWithException<Data, To> IPdfPrinter.processTemplateAndReturn(String resource, List<IPdfPart<Data>> parts, FunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, To> consumer) -
Uses of IPdfPart in org.hcl.pdftemplate.part
Classes in org.hcl.pdftemplate.part that implement IPdfPartModifier and TypeClassDescriptionclassPdfBufferedImage<Data>classPdfImage<Data>classPdfJFreeChart<Data>classPdfText<Data>