Re: [iText-questions] Not displaying Days

2006-05-29 Thread akoukou
I believe you have not understand my question. i have a Date object that is formatted with the SimpleDateFormat class. This means that according to the regional settings of my computer, the day is formatted. Since the regional settings of my pc is greek the day to be displayed is in greek. When exp

Re: [iText-questions] Not displaying Days

2006-05-29 Thread akoukou
Sorry but i forgot to mention that the day is in Greek letters... [EMAIL PROTECTED] said: > > Hi all, > > i have the following problem: > > i need to display a Date to pdf (for excample Monday 29/05/06). > The problem is that i cannot see the day in pdf. > > the code to write the date is the

[iText-questions] Not displaying Days

2006-05-29 Thread akoukou
Hi all, i have the following problem: i need to display a Date to pdf (for excample Monday 29/05/06). The problem is that i cannot see the day in pdf. the code to write the date is the following: colText.setSimpleColumn(new Phrase((element.getValue()).toString(),font), fX + m_fLeftRightMargins

RE: [iText-questions] Rectangle borders

2006-05-17 Thread akoukou
Maybe i did not explain it properly: I create the rectangle and use the PdfContentByte.rectangle() to add it at the page. You said that i should use the PdfPCellEvent or PdfPTableEvent to create dash, double or dotted borders. I do not know how to use these objects (i do not even have PDFPTable or

RE: [iText-questions] Rectangle borders

2006-05-17 Thread akoukou
I'm sorry but i cannot find the methods that will draw the rectangle as i want Paulo Soares <[EMAIL PROTECTED]> said: > Draw the borders yourself in a PdfPCellEvent or PdfPTableEvent. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > >

[iText-questions] Rectangle borders

2006-05-17 Thread akoukou
Hello, I am using the Rectangle class to display a rectangle. I set the border width (setBorderWidth(float)) and i call the disableBorderSide method to disable some of the borders of the rectangle. But, i need more that a single line for the borders. My requirements are for creating rectangles wi

Re: [iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread akoukou
bruno <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote: > > > The problem is that the text ges out of the rectangle if the size is > > large. > > > Does anyone know how to surpass this problem? > > What do you want? > Do you want the text that doesn't fit to disappear? > Do you want to crea

[iText-questions] Re: Wrap text in a rectangle

2006-03-15 Thread akoukou
Bruno Lowagie <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote: > > >Hello all, > > > > > > > FYI: the address is itext-questions@lists.sourceforge.net > You mailed your question to the admin instead. > > >i am new at iText and i need to create a pdf simply by placing several > >elements