Hi!
Is there any way through which i can get the content of the Cell and also
modify it.

I want to do something like this...

Cell c = new Cell("Some Value");
//some lines of code

String str = c.getValue();//or some equivalent to this

if (str.equals("some pre-defined value"))
{
        c.setValue("My own value");
}

Pls help as soon as possible or suggest other possible ways to achive this.

Thanks in advance,
Sathish


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to