Sets the name of the style that the document automatically uses for the following paragraph after the user has pressed the ENTER key.

<void> ParagraphStyle.setFollowingStyle(<String> styleName, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
styleName Specifies the name of the style that TextControl automatically selects for the following paragraph after the user has pressed the ENTER key.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.