[EMAIL PROTECTED] wrote: > hallo, > > how is it possible to mark a part of a text inside a cell in a speical color? > for example: > > Name | city > Peter Müller | Berlin > <red>Hans</red> Müller | Munic
A cell contains other objects (Paragraph, Phrase, Chunk,...). In your case, create "Hans" with a font to which you have applied: font.setColor(Color.RED); best regards, Bruno ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
