fix: allow text breaks in table cells after Word-to-FO converter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e956fa6fbf
commit
e86ef4f8bf
@ -318,7 +318,8 @@ public class WordToFoUtils extends AbstractWordUtils
|
||||
}
|
||||
if ( !tableRow.cantSplit() )
|
||||
{
|
||||
tableRowElement.setAttribute( "keep-together", "always" );
|
||||
tableRowElement.setAttribute( "keep-together.within-column",
|
||||
"always" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user