krithika wrote: > In my PrintEngine after having identified the table cell at which page > break occurs I try to insert a style attribute to parent <tr> as shown > <tr style="page-break-before:always">. > > I found that reflow does not occur automatically.
How do you insert the attribute? And note that print presentations are only reflown once. So if you're modifying the DOM you'll need to create a new print presentation to see the results. > 1. Is is possible to reflow the table whose row style atrribute has > changed even when we are in print preview mode?. No. > 2. Will methods like frame->AttributeChanged help. No. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

