Multiline - property of the PmfTable object
Description:
The property returns or sets displaying of multiline text in all cells of the table.
Values:
0 (default) - Displaying the multiline text is disabled.
1 - Displaying the multiline text is enabled.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
To display text on multiple rows, the cell text must contain a new row character 'new line' (
"\n") at the desired location.
Enable the multiline text preserves horizontal text alignment in the cells (see
HorzAlign).
Example1:
JavaScriptSelect and copy to clipboard
oTable.Multiline = 1;
// Writing into the property
var nMultiline = oTable.Multiline;
// Reading from the property