Hello,

Trying to post the question again:
How do i move the Paragraph for a certain distance from the left margin?
I suppose IndentationLeft should make the trick, but its not working. The code below,
regardless what number I put for the IndentationLeft is now moving the paragraph from the left margin to the right.
 
Anyone could help me?

Paragraph p;
   try
     {
        document.newPage();
        p = new Paragraph(10,"TEST TEST",
FontFactory.getFont(FontFactory.TIMES, 10, Font.BOLD, new Color(0, 0,
255)));
        p.setKeepTogether(true);
        p.setIndentationLeft(20);
        p.add(annotation);

      }

Thanks

Greetings Damjan

Reply via email to