Hi,
Please suggest me code for giving space between two pragraph, please see below code that disaplying text and after this from next new line i am dispalying table and i need space between text and table
builder.write("Title text");
builder.getCurrentParagraph().getParagraphFormat()
.setAlignment(ParagraphAlignment.*CENTER*);
builder.insertParagraph();
after that my code
buisder.startTable()
between this i need space
Thanks
Rajendra