What
is the problem doing
Phrase phrase = new Phrase("Retro
active");
If not
possible then do:
Chunk chunk1 = new
Chunk("Retro");
Chunk chunk2 = new
Chunk("active");
Phrase phrase = new
Phrase();
phrase.add(chunk1);
phrase.add(chunk2);
Table ret = new
Table(1,1);
Cell cell = new
Cell(phrase);
Operater overloading is not part of Java.
Regards,
**************************************************************************** This email may contain confidential *************************************************************************** |
Title: Message
- [iText-questions] Question About Phrases and Tables wit... Pat Moynahan
- Jaladurgam, Ramana