Uses of Interface
com.helger.pdflayout.IPDDocumentCustomizer
-
Packages that use IPDDocumentCustomizer Package Description com.helger.pdflayout -
-
Uses of IPDDocumentCustomizer in com.helger.pdflayout
Methods in com.helger.pdflayout that return IPDDocumentCustomizer Modifier and Type Method Description default 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.IPDDocumentCustomizerPageLayoutPDF. getDocumentCustomizer()Methods in com.helger.pdflayout with parameters of type IPDDocumentCustomizer Modifier and Type Method Description default 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.PageLayoutPDFPageLayoutPDF. renderTo(IPDDocumentCustomizer aCustomizer, OutputStream aOS)Deprecated.Since 5.1.0; CallPageLayoutPDF.setDocumentCustomizer(IPDDocumentCustomizer)and thanPageLayoutPDF.renderTo(OutputStream)PageLayoutPDFPageLayoutPDF. setDocumentCustomizer(IPDDocumentCustomizer aDocumentCustomizer)
-