1. how can i use hexacode for background of table cells

2.in the table if i use

PdfPCell lifeCycleCell= new PdfPCell(new Paragraph("Trait Life Cycle",new
Font(Font.BOLD, 6, Font.NORMAL)));

*lifeCycleCell.setBackgroundColor(Color.yellow); -> want to use hexadacimal
code for color*

funStageTable.addCell(lifeCycleCell);

end of the row its not coming to next row.
am i going wrong?

i am just creating a table and filling with different colors in the cell.

kindly suggest.



On Mon, Apr 27, 2009 at 11:40 AM, 1T3XT info <i...@1t3xt.info> wrote:

> Rajiv Sabat wrote:
> > hi
> >
> > To make a back ground color of a rectangel i use
> > pdfpcell.setBackGroundColor(Color c)
> > but it takes the parameter of Color name
> > can i use the float value of the color so that i can have broad
> selection?
>
> Of course, read chapter 11 of "iText in Action",
> and you'll see that you can use all kinds of colors.
> --
> This answer is provided by 1T3XT BVBA
> http://www.1t3xt.com/ - http://www.1t3xt.info
>
>
> ------------------------------------------------------------------------------
> Crystal Reports &#45; New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty&#45;free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
>



-- 

Rajiv Lochan Sabat
+919986050873
------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to