Hello,

I have a question.  I am trying to add a Table with 2 images in it, to the header of 
my document using the RtfHeaderFooter.  But when the document is created, all I see in 
the header is "[EMAIL PROTECTED]".  

I am adding the header before I open the document.  And if I just add the table to the 
document as content, it shows up fine.

        RtfHeaderFooter header = new RtfHeaderFooter(dataTable);
        header.setBorder(header.NO_BORDER);
        m_document.setHeader(header);

Can anybody tell me what I am doing wrong??

Thanks.

Jason Smith


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to