> -----Original Message-----
> From: Joel Matos [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, February 17, 2003 11:49
> To:   [EMAIL PROTECTED]
> Subject:      Re: RE: [iText-questions] headers and footers
> 
> Hello!! I still have some doubts about this...
> :
> :> Hi!
> :> Can i format the line that page's header and footer put on the page
> :> (width, length, color)?
> :> 
> :     Width and color.
> :> Can i add an extra line without pdfPageEvent?
> :> 
> :     No.
> :> If not, should i do it with onStartPage event or onEndPage event? In
> this
> :> case i have to draw a line, right?
> :> 
> :     In onEndPage (preferably) and you have to draw the line.
> 
> 
>       How can i draw the line? I don't think PdfContentByte.lineTo(float
> x, float y) will work and i can't change
> line's width and color with this and i need to do it...
> 
        You can do everything with PdfcontentByte.

>       I also want to add an image to my header with onStartPage event, and
> i can do it, but i want to add some
> text (a chunk because i want to change it's style and color)
>       afer it but i can't.
> 
        Yes you can with ColumnText or PdfPTable.

>       Another thing is you said i couldn't format header's line's width...
> I'm trying to draw a white line over
> it, but i don't know how to draw lines.
> 
        The basic header/footer can format the line width and color as I
said.
        What layout do you exactly want for the header?

        Best Regards,
        Paulo Soares

>       Thanks for all!!
> 
> 
> 
> -------------------------------------------------------
> 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