Michael Blumöhr wrote:
I ask this because I found no answer in the archives, the examples or
the documentation.
That's because the Graphic class is no longer supported.
Drawing lines is done with PdfContentByte and if you
want to draw a horizontal line somewhere in a sequence
of document.add()
Hello,
I use the following code to create horizontal lines between paragraphs:
Graphic g = new Graphic();
g.setHorizontalLine(width, percentage);
doc.add(g);
This works well but the line is always at the bottom of the actual line of
text. Is there a possibilty to set an offset? I want an empty