Re: [iText-questions] textboxes

2002-11-16 Thread Paulo Soares
ember 16, 2002 13:18 Subject: Re: [iText-questions] textboxes > Paulo Soares wrote: > > If you want to place a single line of text with the same font use > > PdfContentByte.showTextAligned(), it takes care of horizontal > alignment. For > > vertical alignment you

Re: [iText-questions] textboxes

2002-11-16 Thread BAA
Paulo Soares wrote: If you want to place a single line of text with the same font use PdfContentByte.showTextAligned(), it takes care of horizontal alignment. For vertical alignment you'll have to calculate it yourself. For mixed fonts and multiline use ColumnText. Other option is to use a PdfPTab

Re: [iText-questions] textboxes

2002-11-16 Thread Paulo Soares
take care of all the horizontal and vertical alignments. Best Regards, Paulo Soares - Original Message - From: "BAA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 11:51 Subject: [iText-questions] textboxes > Hi y'all. > >

[iText-questions] textboxes

2002-11-16 Thread BAA
Hi y'all. I'm quite new at iText (some experience with pdf, alot java) and i have some questions. I'd like to make an application which places pictures, pdf and textboxes just like a light dtp-app. what i need to write is something like int HALIGN_LEFT = 1; int HALIGN_CENTER = 2; int HALI