Re: [iText-questions] Set boundries for a Text

2008-01-30 Thread Paulo Soares
Use ColumnText. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mathias P.W Nilsson > Sent: Tuesday, January 29, 2008 9:05 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Set boundries

[iText-questions] Set boundries for a Text

2008-01-29 Thread Mathias P.W Nilsson
Hi! I was wondering if it was possible to set a boundry for a text like a block. lets say Rectangle.setBounds( 10 , 10 , 100 , 100 ).add( new Paragraph( "this is the text i want to fit " ); what I mean by this is that I want the text to stay in the "box". Can this be done using itext? -- View