mirror of
https://github.com/apache/poi.git
synced 2025-02-08 19:14:42 +00:00
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
1ed12025df
commit
8f070d04b3
@ -318,7 +318,8 @@ public class WordToFoUtils extends AbstractWordUtils
|
|||||||
}
|
}
|
||||||
if ( !tableRow.cantSplit() )
|
if ( !tableRow.cantSplit() )
|
||||||
{
|
{
|
||||||
tableRowElement.setAttribute( "keep-together", "always" );
|
tableRowElement.setAttribute( "keep-together.within-column",
|
||||||
|
"always" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user