Add Description on Dataset Export

This commit is contained in:
George Kalampokis 2022-02-22 16:39:35 +02:00
parent 494ee47620
commit 94a225cf9f
1 changed files with 2 additions and 0 deletions

View File

@ -413,6 +413,8 @@ public class DatasetManager {
runDatasetTemplate.setBold(true);
runDatasetTemplate.setFontSize(12);
wordBuilder.addParagraphContent(datasetEntity.getDescription(), document, ParagraphStyle.HTML, BigInteger.ZERO);
/*XWPFParagraph externalReferencesParagraph = document.createParagraph();
externalReferencesParagraph.setStyle("Heading2");
XWPFRun externalReferencesRun = externalReferencesParagraph.createRun();