Uses of Interface
net.sf.jasperreports.engine.PrintBookmark
Packages that use PrintBookmark
Package
Description
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides exporter input, exporter output and exporter configurations
-
Uses of PrintBookmark in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type PrintBookmarkModifier and TypeMethodDescriptionJasperPrint.getBookmarks()PrintBookmark.getBookmarks()BookmarkHelper.getRootBookmarks()Methods in net.sf.jasperreports.engine with parameters of type PrintBookmarkModifier and TypeMethodDescriptionvoidJasperPrint.addBookmark(PrintBookmark bookmark) Adds a new page to the document.Method parameters in net.sf.jasperreports.engine with type arguments of type PrintBookmark -
Uses of PrintBookmark in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement PrintBookmarkFields in net.sf.jasperreports.engine.base with type parameters of type PrintBookmarkMethods in net.sf.jasperreports.engine.base that return types with arguments of type PrintBookmarkMethods in net.sf.jasperreports.engine.base with parameters of type PrintBookmark -
Uses of PrintBookmark in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type PrintBookmarkModifier and TypeMethodDescriptionprotected voidJRXmlExporter.exportBookmark(PrintBookmark bookmark) Method parameters in net.sf.jasperreports.engine.export with type arguments of type PrintBookmarkModifier and TypeMethodDescriptionprotected voidJRXmlExporter.exportBookmarks(List<PrintBookmark> bookmarks) -
Uses of PrintBookmark in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print that return PrintBookmarkModifier and TypeMethodDescriptionprotected PrintBookmarkJasperPrintLoader.loadBookmark(XmlLoader xmlLoader) -
Uses of PrintBookmark in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return types with arguments of type PrintBookmarkMethods in net.sf.jasperreports.export with parameters of type PrintBookmarkModifier and TypeMethodDescriptionvoidReadOnlyPartJasperPrint.addBookmark(PrintBookmark bookmark) Method parameters in net.sf.jasperreports.export with type arguments of type PrintBookmarkModifier and TypeMethodDescriptionvoidReadOnlyPartJasperPrint.setBookmarks(List<PrintBookmark> bookmarks) -
Uses of PrintBookmark in net.sf.jasperreports.json.export
Method parameters in net.sf.jasperreports.json.export with type arguments of type PrintBookmarkModifier and TypeMethodDescriptionstatic voidJsonExporter.writeBookmarks(List<PrintBookmark> bookmarks, Writer writer, JacksonUtil jacksonUtil)