Re: [iText-questions] PdfAnnotation.createFreeText

2004-10-30 Thread Neil Darroch
--- Paulo Soares <[EMAIL PROTECTED]> wrote: > > - Original Message - > > Hi, > > > > I'm using PdfAnnotation.createFreeText to create a > > textBox. I was advised this is the equivalent of > > TextBox in Adobe Acrobat. > > It does not behave the same way as a TextBox > created > > with

Re: [iText-questions] how to increase space between lines when text wraps in a ColumnText?

2004-10-30 Thread Paulo Soares
setLeading(). If you use addElement() the leading will be the one from the paragraph or table. You'll need itext-paulo in the second case. Best Regards, Paulo Soares - Original Message - From: "Beet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 30, 2004 17:59 Subje

[iText-questions] how to increase space between lines when text wraps in a ColumnText?

2004-10-30 Thread Beet
I created a ColumnText, and i'm having a problem where there is literally no spacing between lines when the text in the ColumnText wraps. What is the command for defining this space? I looked in the API, but I'm a bit confused by the terminology so I don't know which one is right. -

Re: [iText-questions] PdfAnnotation.createFreeText

2004-10-30 Thread Paulo Soares
- Original Message - From: "Neil Darroch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 30, 2004 11:38 Subject: [iText-questions] PdfAnnotation.createFreeText > Hi, > > I'm using PdfAnnotation.createFreeText to create a > textBox. I was advised this is the equivale

[iText-questions] PdfAnnotation.createFreeText

2004-10-30 Thread Neil Darroch
Hi, I'm using PdfAnnotation.createFreeText to create a textBox. I was advised this is the equivalent of TextBox in Adobe Acrobat. It does not behave the same way as a TextBox created with Adobe. Specifically it does not disappear when 'Hide All comments' is selected whereas the adobe created TexBo