Quoting "Jaladurgam, Ramana" <[EMAIL PROTECTED]>: > HI, > I have modified the example program Chap0101.java to add chunks of data. > I expected that iText creats two lines, but the second line overrides the > first one. > Is this the way, iText is expected to behave?
This is expected behaviour of a Chunk. A Chunk has no leading: the space between 2 lines = 0 Use Phrase or Paragraph. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
