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
>
>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.
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.
> >
Quoting Susana Pereira <[EMAIL PROTECTED]>:
> Hi.
> Im 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
Hi.
Im 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 doesnt appear rise. I believe that
it appends because I add chu