Re: [iText-questions] rtfwriter and XY position

2005-04-16 Thread Mark michael Hall
being added in the near future. Greetings, Mark -Original Message- From: "M. Niedermair" <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Date: Fri, 15 Apr 2005 16:37:01 +0200 Subject: [iText-questions] rtfwriter and XY position Hello! It is posible with th

Re: [iText-questions] rtfwriter and XY position

2005-04-15 Thread bruno
M. Niedermair wrote: Hello! It is posible with the rtfwriter, to set a character at a XY coordiante No, that's not possible. If no, allows the rtf specification this? I'm not sure. If I had to guess I'd say no. I have the RTF Reference Manual but it's 221 pages and I still haven't found the time

[iText-questions] rtfwriter and XY position

2005-04-15 Thread M. Niedermair
Hello! It is posible with the rtfwriter, to set a character at a XY coordiante like shotTextAligend? cb.showTextAligned(PdfContentByte.ALIGN_CENTER, "(3\", 10\")", 216 + 25, 720 + 5, 0); If no, allows the rtf specification this? By Michael ---