Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

Re: [iText-questions] Insert Enter into RTF document

Stanislav

2005-08-16


> > I manage to generate RTF document with image and tabel. Problem is that
> > image is right above tabel and I want to insert Enter between image and
> > tabel. How can i do that?
> Add a Paragraph object between the two.
>
> Greetings,
> Mark

Tnx :-)

Very clever solution :-)

Greetings,
Stanislav

PS: Code I used:
Paragraph emptyRow = new Paragraph("");
emptyRow.setAlignment(Element.ALIGN_RIGHT);
     
document.add(emptyRow);


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.