Search
TableNode.resizeToFitText Method
See Also
 





Resizes the columns and rows so that cells are large enough to fit their text.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function resizeToFitText (ignoreCaption, keepCellWidth)

 Parameters

ignoreCaption

true to ignore caption text and consider only cells for table size, or false otherwise.

keepCellWidth

true to preserve column widths and resize only row heights, or false otherwise.

 See Also