NishilSB / alivepdf

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

Unable to set Grid row height #354

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a new grid with Grid constructor which only takes 8 params
2. new PDF declares Unit.MM
3.

What is the expected output? What do you see instead?
Can't adjust row height

What version of the product are you using? On what operating system?
0.1.5 RC

Please provide any additional information below.
Documentation shows 13 parameters in the constructor but code completion in 
FlashDevelop only shows 8 and rowHeight and hedaerHeight are not amongst them.
Cannot be set directly e.g. myGrid.rowHeight=10

PDF comes out with default height rows and header of 5

Original issue reported on code.google.com by mikertjones on 15 Mar 2012 at 11:57