On Apr 9, 7:22 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > krithika wrote: > > Can someone let me how to go about iterating , to get the page's last > > frame?. > > What do you mean by "last frame"? Frames are a tree, not a list. Which node > in > the tree do you want? > > You could try looking for the last frame in a depth-first preorder traversal > (so > "rendering order") which has a non-null GetNextInFlow(), I guess... Does that > do what you want? > > -Boris
By last frame I mean where the page ends (position of page break) Should I do GetNextInFlow of tableOuterFrame.?Iam new to all this and it is really hard for me to follow. Thanks in Advance. Krithika _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

