Re: [iText-questions] static row header with scrolling

2007-03-13 Thread danielb
ok, well i've now found a docked content script for scroll up and down, and modified it for scroll left and right. but i need to create divs with a table of row headers. can i add a div? -- View this message in context: http://www.nabble.com/static-row-header-with-scrolling-tf3395100.html#a

[iText-questions] static row header with scrolling

2007-03-13 Thread danielb
Hi there, I have made a bunch of html tables using iText's Table class. and now the row headers must be static, so when the user scrolls to the right, the headers hover in place. i have no idea how im going to do this. but if you can think of anything, even if its similar, that would help.

[iText-questions] HTML attributes in Table

2007-03-09 Thread danielb
Hi, I called setWidths(float[]) on my Table objects, but when converted to HTML, it had no effect. I'd like to know if its possible to add html attributes (like 'id') to Table or Cell objects, or at least if its possible to set relative widths. My option B is to do post-export string manipulati

Re: [iText-questions] Writing tables to templates

2007-02-27 Thread danielb
Thanks, that worked like a charm cheers, Daniel -- View this message in context: http://www.nabble.com/Writing-tables-to-templates-tf3279319.html#a9179360 Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Writing tables to templates

2007-02-23 Thread danielb
Hi, This is a continuation of the multi-horizontal-page table problem. (Titled "moveTo() and Direct Content") The question is directed to Bruno... In the last part of this post, you said: "Write the table to a PdfTemplate with the table's dimensions, then you can cut PdfTemplate into as many p