Uses of Interface
net.sf.jasperreports.engine.PrintBookmark
-
Packages that use PrintBookmark Package Description net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export 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 PrintBookmark Modifier and Type Method Description List<PrintBookmark>JasperPrint. getBookmarks()List<PrintBookmark>PrintBookmark. getBookmarks()List<PrintBookmark>BookmarkHelper. getRootBookmarks()Methods in net.sf.jasperreports.engine with parameters of type PrintBookmark Modifier and Type Method Description voidJasperPrint. addBookmark(PrintBookmark bookmark)Adds a new page to the document.Method parameters in net.sf.jasperreports.engine with type arguments of type PrintBookmark Modifier and Type Method Description voidJasperPrint. setBookmarks(List<PrintBookmark> bookmarks) -
Uses of PrintBookmark in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement PrintBookmark Modifier and Type Class Description classBasePrintBookmarkFields in net.sf.jasperreports.engine.base with type parameters of type PrintBookmark Modifier and Type Field Description List<PrintBookmark>BasePrintBookmark. bookmarksMethods in net.sf.jasperreports.engine.base that return types with arguments of type PrintBookmark Modifier and Type Method Description List<PrintBookmark>BasePrintBookmark. getBookmarks()Methods in net.sf.jasperreports.engine.base with parameters of type PrintBookmark Modifier and Type Method Description voidBasePrintBookmark. addBookmark(PrintBookmark child) -
Uses of PrintBookmark in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type PrintBookmark Modifier and Type Method Description protected voidJRXmlExporter. exportBookmark(PrintBookmark bookmark)Method parameters in net.sf.jasperreports.engine.export with type arguments of type PrintBookmark Modifier and Type Method Description protected voidJRXmlExporter. exportBookmarks(List<PrintBookmark> bookmarks)static voidJsonExporter. writeBookmarks(List<PrintBookmark> bookmarks, Writer writer, JacksonUtil jacksonUtil)static voidJsonExporter. writeBookmarks(List<PrintBookmark> bookmarks, Writer writer, JacksonUtil jacksonUtil)Deprecated. -
Uses of PrintBookmark in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return types with arguments of type PrintBookmark Modifier and Type Method Description List<PrintBookmark>ReadOnlyPartJasperPrint. getBookmarks()Methods in net.sf.jasperreports.export with parameters of type PrintBookmark Modifier and Type Method Description voidReadOnlyPartJasperPrint. addBookmark(PrintBookmark bookmark)Method parameters in net.sf.jasperreports.export with type arguments of type PrintBookmark Modifier and Type Method Description voidReadOnlyPartJasperPrint. setBookmarks(List<PrintBookmark> bookmarks)
-