Quoting Ganesh <[EMAIL PROTECTED]>:

> 
> 
> I tried iText with some 20 tables and each having around 20 rows (XML
> approach). I find the performance is Excellent. Great Work !!!!
> 
> Do we have a kind of ready reckner for this XML approach apart from the
> good examples that are provided?
> I wanted to know if it is possible to use iText XML APPROACH for the
> following specific formatting use cases in XML approach.
> 
> A) Tables with borders (left, top, etc)
> B) The table row headers repeating for each page.
> C) Setting a color for a row.
> D) page borders
> E) "keep the row with the next row" kind of behavior in tables.
> 
> It will great if you can provide your suggestion for the above, is all
> the above points possible with pure Java approach. Thanks for all the
> inputs.

It's not very well documented. You will have to dig into the code.
See http://itext.sourceforge.net/src/com/lowagie/text/Table.java
look for public Table(Properties attributes)

There you see how the mechanism works. I think all of the above
is foreseen, but there have been some complaints about bugs in
this section, so you may have to write some fixes (you're always
welcome to send us bugfixes).


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to