Uses of Class
net.sf.jasperreports.engine.BookmarkIterator
-
Packages that use BookmarkIterator 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.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of BookmarkIterator in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return BookmarkIterator Modifier and Type Method Description BookmarkIterator
BookmarkHelper. bookmarkIterator()
-
Uses of BookmarkIterator in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type BookmarkIterator Modifier and Type Method Description protected void
PartReportFiller.JasperPrintPartOutput. addPage(JRPrintPage page, int pageOffset, DelayedFillActions sourceActions, BookmarkIterator sourceBookmarkIterator)
-