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:
parent
ef2876e71f
commit
f0a96deeb0
@ -328,6 +328,7 @@ public class ExcelToFoConverter extends AbstractExcelConverter
|
|||||||
block.setAttribute( "overflow", "hidden" );
|
block.setAttribute( "overflow", "hidden" );
|
||||||
block.setAttribute( "height", normalHeightPt + "pt" );
|
block.setAttribute( "height", normalHeightPt + "pt" );
|
||||||
block.setAttribute( "keep-together.within-line", "always" );
|
block.setAttribute( "keep-together.within-line", "always" );
|
||||||
|
block.setAttribute( "wrap-option", "no-wrap" );
|
||||||
}
|
}
|
||||||
|
|
||||||
processCellStyle( workbook, cell.getCellStyle(), tableCellElement,
|
processCellStyle( workbook, cell.getCellStyle(), tableCellElement,
|
||||||
|
Loading…
Reference in New Issue
Block a user