Hi,
>From my embedded gecko I get frame at which a page starts and insert
some nodes to identify the page (page in printpreview )later on.
So far the pages that started with
textFrame,brFrame,imageFrame,tablerowgroupframe etc gave me no
trouble.
I have the page as shown below.
Now on pagecontentframe iteration i find that my page starts with
placeHolderFrame(seems to be a div).
How to I manipulate it further to exactly locate the location at which
the page break has occured.
Need your help.
Thanks in Advance,
Krithika
=========================MY TEST PAGE==========================
<html>
<head>
<style type="text/css">
#left,
#right {
float: left;
width: 45%;
display: inline;
}
</style>
</head>
<body>
<div id="left>
<p>very large text content......................</p>
</div>
<div id="right">
<p>very large text content.........................</p>
</div>
</body>
</html>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout