I did some testing and it appears that the add is not working for the
phrase and chunk objects are not working.  It adds the first time, but if I
call it a 2nd or 3rd time it does not work.  It only displays the first
text passed in.  Below is the test code I used in VB.net


Dim l_para1 As New Paragraph(New Phrase("Homer"))

Dim resp As Boolean

resp = l_para1.Add(



New Phrase("Homer2"))



Dim l_Phrase As New Phrase(New Chunk("Chunk1"))

l_Phrase.Add(

New Chunk("Chunk2"))

l_document.Add(l_para1)




Geoffrey F. Moore
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to