This is a question to Bruno but did you tried it with itext0.93b?

Best Regards,
Paulo Soares

> -----Original Message-----
> From: Dietmar Gombotz [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, July 24, 2002 13:41
> To:   Paulo Soares
> Subject:      RE: [iText-questions] (no subject)
> 
> okay
> here it comes
> 
>             if(this.lstModTimetable.getSize() > 0){
>                 int size = lstModTimetable.getSize();
>                 para.add("\n\nThe key deadlines that we have set are as
> follows:");
>                 Table TimeTable = new Table(2);
>                 TimeTable.setBorderWidth(2);
>                 TimeTable.setBorderColor(new Color(0, 255, 255));
>                 TimeTable.setAutoFillEmptyCells(true);
>                 TimeTable.addCell("Date");
>                 TimeTable.addCell("Description");
>                 for(int i=0; i < size; i ++){
>                     StringTokenizer strTok = new
> StringTokenizer(((String)lstModTimetable.getElementAt(i)), ":");
>                     while(strTok.hasMoreTokens()){
>                         String Tok=strTok.nextToken();
>                         TimeTable.addCell(Tok);
>                     }
>                 }
>                 PDFdocument.add(para);
>                 PDFdocument.add(TimeTable);
>                 //para = new Paragraph("",ParaFont);
> 
>  Regards
> 
> 
> Dietmar Gombotz, CCNA
> Software Developer/Consultant
> 
> Mobile(UK):    (+44) 0 7986 562 461
> Mobile(AUT):   (+43) 0 699 104 41 469
> Email:     [EMAIL PROTECTED]
> 
> -----Original Message-----
> From: Paulo Soares [ <mailto:[EMAIL PROTECTED]>]
> Sent: 24 July 2002 13:28
> To: 'Dietmar Gombotz'; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] (no subject)
> 
> 
> Is it Table or PdfTable? A short code snippet of what you are trying to do
> might help.
> 
> Best Regards,
> Paulo Soares
> 
> > -----Original Message-----
> > From: Dietmar Gombotz [SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 24, 2002 13:18
> > To:   [EMAIL PROTECTED]
> > Subject:      [iText-questions] (no subject)
> >
> > hi
> >
> > i have a very annoying problem
> >
> > i have inserted a table into my pdf file and it works proberly, except
> > that
> > i want to make a border and give it another colour -> but whatever i
> > change,
> > there is no difference in the design of the table
> >
> > who knows what to do?
> >
> >  Regards
> >
> >
> > Dietmar Gombotz, CCNA
> > Software Developer/Consultant
> >
> > Mobile(UK):    (+44) 0 7986 562 461
> > Mobile(AUT):   (+43) 0 699 104 41 469
> > Email:     [EMAIL PROTECTED]
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > <http://thinkgeek.com/sf>
> > _______________________________________________
> > iText-questions mailing list
> > [EMAIL PROTECTED]
> > <https://lists.sourceforge.net/lists/listinfo/itext-questions> 
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to