ATTR_LABEL_WRAP_MODE (Row)

Type: Row attribute
Description: The wrap mode for the row label.
Data Type: integer
Default Value: VAL_LINE_WRAP

Values

VAL_CHAR_WRAP Wrap text to a new line after the last character that fits on the line.
VAL_LINE_WRAP Wrap text to a new line only after a newline character.
VAL_WORD_WRAP Wrap text to a new line after the end of the last whole word that fits on the line.