Tabs are not supported.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, February 14, 2002 20:01
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] Tab character
> 
> I am new to itext pdf generation. I am creating my document just fine but
> I
> cannot get the "\t" tab to work for me. I am creating a form letter.
> Here is an example:
>       String name = "Chris";
>         Paragraph myP = new Paragraph(name,docFontSmall);
>         String Tab = new String("\\t");
>         myP.add(Tab + "Walusiak");
> Any help would be greatly appreciated.
> 
> Chris Walusiak
> Technical Specialist
> (847)270-2440
> 
> 
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to