Saves the paragraph in a certain format and sends the result back asynchronously by calling a given callback function.
<void> Paragraph.save(<StreamType> streamType, <SaveDocumentCallback> callback, [<SaveSettings> saveSettings], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| stream |
Specifies one of the Stream |
| callback | Receives the paragraph's data in a certain format including additional information. |
| save |
Optional. Specifies additional settings for saving. |
| error |
Optional. Is called when the operation failed with an error. |