Search
HtmlExporterBase.setWrapOverflowingContent Method
See Also
 






Sets 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 void setWrapOverflowingContent (
    boolean value
)

 Parameters

value

 Remarks

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

 See Also