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

<void> ParagraphStyle.getFollowingStyle(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])

Parameters

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