Search
HtmlExporterBase.getWrapOverflowingContent Method
See Also
 






Gets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean getWrapOverflowingContent ()

 Return Value

 Remarks

Setting this property to false may result in diminishing performance for worksheets with large amount of data.

 See Also