Uses of Class
com.helger.pdflayout.PageLayoutPDF
-
Packages that use PageLayoutPDF Package Description com.helger.pdflayout -
-
Uses of PageLayoutPDF in com.helger.pdflayout
Methods in com.helger.pdflayout that return PageLayoutPDF Modifier and Type Method Description PageLayoutPDFPageLayoutPDF. addPageSet(PLPageSet aPageSet)Add a new page setPageLayoutPDFPageLayoutPDF. renderTo(IPDDocumentCustomizer aCustomizer, OutputStream aOS)Deprecated.Since 5.1.0; CallsetDocumentCustomizer(IPDDocumentCustomizer)and thanrenderTo(OutputStream)PageLayoutPDFPageLayoutPDF. renderTo(File aFile)Render this layout to aFile.PageLayoutPDFPageLayoutPDF. renderTo(OutputStream aOS)Render this layout to an OutputStream.PageLayoutPDFPageLayoutPDF. setCompressPDF(boolean bCompressPDF)PageLayoutPDFPageLayoutPDF. setCreatePDF_A(boolean bCreatePDF_A)PageLayoutPDFPageLayoutPDF. setDocumentAuthor(String sDocumentAuthor)PageLayoutPDFPageLayoutPDF. setDocumentCreationDateTime(LocalDateTime aDocumentCreationDate)PageLayoutPDFPageLayoutPDF. setDocumentCreator(String sDocumentCreator)PageLayoutPDFPageLayoutPDF. setDocumentCustomizer(IPDDocumentCustomizer aDocumentCustomizer)PageLayoutPDFPageLayoutPDF. setDocumentKeywords(String sDocumentKeywords)PageLayoutPDFPageLayoutPDF. setDocumentSubject(String sDocumentSubject)PageLayoutPDFPageLayoutPDF. setDocumentTitle(String sDocumentTitle)
-