Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" 
for change notification.

The following page has been changed by JeremiasMaerki:
http://wiki.apache.org/xmlgraphics-fop/TableLayout/BreakHandling

The comment on the change is:
Some notes.

------------------------------------------------------------------------------
  
  It is best to look at the most complex case first, which are the breaks on 
table-cell content. I expect the rest to automatically click into place after 
that. The only non-trivial place will be the breaks on fo:table-row if a row is 
inside a multi-row row group in which case the problem is similar to the breaks 
inside table-cell content.
  
+ == Details ==
+ 
+ So far, I've identified the starting point for handling breaks. This would be 
TableStepper.getNextStep() where the element lists are checked for possible 
break points. An additional check for penalties with p=-INFINITE reveals the 
hard breaks. I've added a boolean array for signalling hard break situations. 
It is quite easy to halt further processing from there, the difficulty is to 
figure out how to store the state and restart processing at the right point, 
since this hard break somewhat disrupts the flow of the algorithm. More to 
come....
+ 

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

Reply via email to