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.engine.xml.print net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.json.export -
-
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 void
JasperPrint. 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 void
JasperPrint. 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 class
BasePrintBookmark
Fields in net.sf.jasperreports.engine.base with type parameters of type PrintBookmark Modifier and Type Field Description List<PrintBookmark>
BasePrintBookmark. bookmarks
Methods 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 void
BasePrintBookmark. 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 void
JRXmlExporter. exportBookmark(PrintBookmark bookmark)
Method parameters in net.sf.jasperreports.engine.export with type arguments of type PrintBookmark Modifier and Type Method Description protected void
JRXmlExporter. exportBookmarks(List<PrintBookmark> bookmarks)
-
Uses of PrintBookmark in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print that return PrintBookmark Modifier and Type Method Description protected PrintBookmark
JasperPrintLoader. loadBookmark(XmlLoader xmlLoader)
-
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 void
ReadOnlyPartJasperPrint. addBookmark(PrintBookmark bookmark)
Method parameters in net.sf.jasperreports.export with type arguments of type PrintBookmark Modifier and Type Method Description void
ReadOnlyPartJasperPrint. 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 PrintBookmark Modifier and Type Method Description static void
JsonExporter. writeBookmarks(List<PrintBookmark> bookmarks, Writer writer, JacksonUtil jacksonUtil)
-