Hi,
How can I define an
absolute position of a chunk in the document ?
eg. I want to
:
c = new
Chunk("
");
c.setBackground(new Color(0x00, 0x80, 0x80));
document.add(c);
c.setBackground(new Color(0x00, 0x80, 0x80));
document.add(c);
on absolute positon
eg. x=88 y=697
Thanks for your
answer.
Erik