Re: [iText-questions] Using Chunks within templates

2002-07-04 Thread Bruno
Quoting Susana Pereira <[EMAIL PROTECTED]>: > I just used Chunks because I thought it was the only way of putting Strings > in templates. http://www.lowagie.com/iText/tutorial/ch10.html#text Or use ColumnText as Paulo suggested. Chunk is a HighLevel-object. You are putting text at absolute coor

Re: [iText-questions] Using Chunks within templates

2002-07-04 Thread Susana Pereira
> >Quoting Susana Pereira <[EMAIL PROTECTED]>: > > >Yes, you are mixing two things. >I wouldn't would with Chunks in your case. > I just used Chunks because I thought it was the only way of putting Strings in templates. Do you have a better way of doing it? I would appreciate a suggestion.

RE: [iText-questions] Using Chunks within templates

2002-07-04 Thread Paulo Soares
CTED] > Subject: Re: [iText-questions] Using Chunks within templates > > Quoting Susana Pereira <[EMAIL PROTECTED]>: > > > Hi. > > I'm building a table with a vertical header using a template that is > placed > > > > vertically in a cell. > >

Re: [iText-questions] Using Chunks within templates

2002-07-04 Thread Bruno
Quoting Susana Pereira <[EMAIL PROTECTED]>: > Hi. > I’m building a table with a vertical header using a template that is placed > > vertically in a cell. > The template is generated through an array of Chunk. One chunk should have > text rise = 2. > But when I added it to the template it doesn’

[iText-questions] Using Chunks within templates

2002-07-04 Thread Susana Pereira
Hi. I’m building a table with a vertical header using a template that is placed vertically in a cell. The template is generated through an array of Chunk. One chunk should have text rise = 2. But when I added it to the template it doesn’t appear rise. I believe that it appends because I add chu