Uses of Interface
com.helger.pdflayout.IPDDocumentCustomizer
Packages that use IPDDocumentCustomizer
-
Uses of IPDDocumentCustomizer in com.helger.pdflayout
Methods in com.helger.pdflayout that return IPDDocumentCustomizerModifier and TypeMethodDescriptiondefault IPDDocumentCustomizerIPDDocumentCustomizer.and(IPDDocumentCustomizer aNextCustomizer) Invoke this customizer and afterwards the provided customizer.static IPDDocumentCustomizerIPDDocumentCustomizer.and(IPDDocumentCustomizer aCustomizer1, IPDDocumentCustomizer aCustomizer2) Create a customizer that invokes both customizers if they are non-null.final IPDDocumentCustomizerPageLayoutPDF.getDocumentCustomizer()Methods in com.helger.pdflayout with parameters of type IPDDocumentCustomizerModifier and TypeMethodDescriptiondefault IPDDocumentCustomizerIPDDocumentCustomizer.and(IPDDocumentCustomizer aNextCustomizer) Invoke this customizer and afterwards the provided customizer.static IPDDocumentCustomizerIPDDocumentCustomizer.and(IPDDocumentCustomizer aCustomizer1, IPDDocumentCustomizer aCustomizer2) Create a customizer that invokes both customizers if they are non-null.final PageLayoutPDFPageLayoutPDF.renderTo(IPDDocumentCustomizer aCustomizer, OutputStream aOS) Deprecated.final PageLayoutPDFPageLayoutPDF.setDocumentCustomizer(IPDDocumentCustomizer aDocumentCustomizer)
PageLayoutPDF.setDocumentCustomizer(IPDDocumentCustomizer)and thanPageLayoutPDF.renderTo(OutputStream)