FOP Javadoc

2001-12-14 Thread John M. Corro

Is there a Javadoc for the FOP classes?  Looked around in the distro and
online and did find documentation, but was wondering if there was a nice
standard Javadoc anywhere.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP Javadoc

2001-12-14 Thread John M. Corro

To clarify...I'm looking for javadoc on the 'org.apache.fop.apps' package as
used by the provided servlet example.

- Original Message - 
From: John M. Corro [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 14, 2001 7:52 AM
Subject: FOP Javadoc 


 Is there a Javadoc for the FOP classes?  Looked around in the distro and
 online and did find documentation, but was wondering if there was a nice
 standard Javadoc anywhere.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




break-after vs break-before

2001-12-06 Thread John M. Corro

I'm trying to put together a report that has automatic page breaking (for
ref. the XSL is at the bottom of the email).  My problem is that the report
starts w/ a blank page when I use 'break-before', but if I try 'start-after'
a blank page is at the end of the report.  The blank page at the end isn't
so bad, but if there's a way to remove it that'd be nice.

Also, does the 'break-XXX' attribute simply add page breaks whenever you
reach the end of a page or is it smarter than that?  For example, say a
table is 3 pages in size.  Can you use the 'break-XXX' attribute to make it
such that table headers are printed at the top of all 3 pages?  My
understanding is that the table will simply print across the 3 pages w/ no
regards for adding table headers at the top of each page.
fo:block break-after=page

fo:table...

!-- call to template that produces table headers --

fo:for-each...

!-- call to template that produces table's contents --

/fo:for-each

   /fo:table

/fo:block





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]