Skip to content

Commit

Permalink
Use empty paragraph like default if wrapper table of (dynamic) text is
Browse files Browse the repository at this point in the history
enabled
  • Loading branch information
speckyspooky committed Nov 6, 2024
1 parent 687d865 commit 087df4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ public void start(IReportContent report) {
if (EmitterServices.booleanOption(null, report, DocEmitter.WORD_HEADER_FOOTER_WRAPPED_TABLE, false)) {
wrappedTableHeaderFooter = true;
}
// list: add empty paragraph to list table cell
if (EmitterServices.booleanOption(null, report, DocEmitter.WORD_ADD_EMPTY_PARAGRAPH_FOR_ALL_CELLS, false)) {
// foreign text: add empty paragraph to wrapper table cell
if (EmitterServices.booleanOption(null, report, DocEmitter.WORD_ADD_EMPTY_PARAGRAPH_FOR_ALL_CELLS, wrappedTableForMarginPadding)) {
addEmptyParagraphToForAllCells = true;
}

Expand Down

0 comments on commit 087df4d

Please sign in to comment.