Uses of Class
net.sf.jasperreports.engine.BookmarkHelper
Packages that use BookmarkHelper
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 fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of BookmarkHelper in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type BookmarkHelperModifier and TypeMethodDescriptionvoidBookmarkHelper.appendBookmarks(BookmarkHelper bookmarkHelper, int pageOffset) -
Uses of BookmarkHelper in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as BookmarkHelperMethods in net.sf.jasperreports.engine.fill that return BookmarkHelperModifier and TypeMethodDescriptionPartReportFiller.JasperPrintPartOutput.getBookmarkHelper()PartReportFiller.getFirstBookmarkHelper() -
Uses of BookmarkHelper in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return BookmarkHelperModifier and TypeMethodDescriptionFillPartPrintOutput.getBookmarkHelper()PartPrintOutput.getBookmarkHelper() -
Uses of BookmarkHelper in net.sf.jasperreports.engine.util
Constructors in net.sf.jasperreports.engine.util with parameters of type BookmarkHelper