Sets the type of the list, bulleted, numbered or none.

<void> ListFormat.setType(<ListType> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
value The list type: bulleted, numbered or none.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.