disable wraps in "extended" cells

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-09-30 13:19:09 +00:00
parent ef2876e71f
commit f0a96deeb0

View File

@ -328,6 +328,7 @@ public class ExcelToFoConverter extends AbstractExcelConverter
block.setAttribute( "overflow", "hidden" );
block.setAttribute( "height", normalHeightPt + "pt" );
block.setAttribute( "keep-together.within-line", "always" );
block.setAttribute( "wrap-option", "no-wrap" );
}
processCellStyle( workbook, cell.getCellStyle(), tableCellElement,