Re: [iText-questions] Show ellipsis text in a textbox

2006-10-31 Thread Bruno Lowagie (iText)
Mark Wergen wrote: > Sorry, i don't find any method getTextPositions() in the class > AcroFields. Can you tell where i find it? I think Paulo meant to write getFieldPositions(String name) It returns an array with 5 elements: the page number and the coordinates of a rectangle. See the third commen

Re: [iText-questions] Show ellipsis text in a textbox

2006-10-31 Thread Mark Wergen
ell where i find it? Thanks in advance. Mark > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Mark Wergen >> Sent: Tuesday, October 31, 2006 9:24 AM >> To: itext-questions@lists.sourceforge.net

Re: [iText-questions] Show ellipsis text in a textbox

2006-10-31 Thread Paulo Soares
gt; To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Show ellipsis text in a textbox > > Hallo itext-questions@lists.sourceforge.net, > > i want to fill in textboxes in a form and flattening the form after > processing. This is no problem so long. > > But if the t

[iText-questions] Show ellipsis text in a textbox

2006-10-31 Thread Mark Wergen
Hallo itext-questions@lists.sourceforge.net, i want to fill in textboxes in a form and flattening the form after processing. This is no problem so long. But if the text is too long for the textbox, i want to show ellipsis at the end of the text. This indicates the user, that the text is truncated