Sets a value indicating whether hyphenation is active or not.

Introduced: X18.

<void> TXTextControl.setIsHyphenationEnabled(<boolean> enable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
enable Specifies whether hyphenation is active or not.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.