diff --git a/src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoUtils.java b/src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoUtils.java index d543bfc3a4..fdea671039 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoUtils.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/converter/WordToFoUtils.java @@ -318,7 +318,8 @@ public class WordToFoUtils extends AbstractWordUtils } if ( !tableRow.cantSplit() ) { - tableRowElement.setAttribute( "keep-together", "always" ); + tableRowElement.setAttribute( "keep-together.within-column", + "always" ); } }