|
|
@@ -67,6 +67,7 @@ public class WordUtils {
|
|
|
phrase.setLeading(25);
|
|
|
if(value!=null)document.add(phrase);
|
|
|
document.add(Chunk.NEWLINE);
|
|
|
+ document.add(Chunk.NEWLINE);
|
|
|
}
|
|
|
|
|
|
private void addDocument(Document document, String key, String value) throws DocumentException {
|