sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

addGrid with more number of columns results in columns getting missed #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

When i am trying to add Grid with  multi columns say more than 15 columns 
which exceeds the page width .. the last few columns are missing. 
Shouldn't the missing columns come in the next page. (Just like print 
functionality in excel). 

What is the expected output? What do you see instead?
The Missing columns should come to the next page just like in excel print.

What version of the product are you using? On what operating system?
1.4.8
windows XP

Please provide any additional information below.

Code:
var grid:Grid=new Grid(columnData.toArray(), 200, 150, new RGBColor
(0x666666), new RGBColor(0xCCCCCC), new RGBColor(0), true, new RGBColor
(0x0), 1, Joint.MITER);

Original issue reported on code.google.com by umarfaro...@gmail.com on 2 Jul 2009 at 7:30