DataManagementPlanManager.java: #7893 - Added description of Datasets on DMP exported word file.
This commit is contained in:
parent
b21693bff1
commit
9b4c7aeb6f
|
@ -1315,7 +1315,7 @@ public class DataManagementPlanManager {
|
||||||
// }*/
|
// }*/
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// wordBuilder.addParagraphContent(datasetEntity.getDescription(), document, ParagraphStyle.HTML, BigInteger.ZERO);
|
wordBuilder.addParagraphContent(datasetEntity.getDescription(), document, ParagraphStyle.HTML, BigInteger.ZERO);
|
||||||
|
|
||||||
// Dataset Description custom style.
|
// Dataset Description custom style.
|
||||||
XWPFParagraph datasetDescriptionParagraph = document.createParagraph();
|
XWPFParagraph datasetDescriptionParagraph = document.createParagraph();
|
||||||
|
|
Loading…
Reference in New Issue