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 164fc0c9aa
commit f34bdbaea9
1 changed files with 1 additions and 0 deletions

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,