Hi Hardy,
You can consider to increase the paragraph bottom margin - for example:
NParagraph paragraph = new NParagraph("Some paragraph");
paragraph.MarginBottom = 30; // measured in dips
will give extra space between this paragraph and the next one. Hope this helps - let us know if you meet any problems or have any question.
Best Regards,
Nevron Support Team