Is it possible to insert a horizontal line ( graphic object) into a table cell? I tried, but the line doesn't appear in the document
Graphic line = new Graphic(); line.setHorizontalLine(2,100,java.awt.Color.black); Cell cell = new Cell(line); table.add(cell); thanks in advance, benjamin sommerfeld _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
