Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用alive pdf制作网格表?
var pdf:PDF = new PDF(Orientation.PORTRAIT, Unit.MM, Size.LETTER); var grid:Grid = new Grid(array, 100 , 100, new RGBColor(0xFFFFFF), new RGBColor (0x000000), false, new RGBColor( 0x000000 )); pdf.addGrid(grid);