Jump to content
We've recently updated our Privacy Statement, available here ×

How does Jasper Report count the number of pages??


nosferatum

Recommended Posts

we use:

int numberOfPages = jasperPrint.getPages().size();

 

if JasperPrint we have:

public synchronized void addPage(JRPrintPage page)

{

anchorIndexes = null;

pages.add(page);

}

 

but WHAT Class and WHEN does perform this method?

 

The main question is - HOW to get the height of the text in Rtf and know WHEN new page has to be added?

Post edited by: nosferatum, at: 2007/06/18 09:44

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...