Removes a table of contents from the collection including all its text and including all Document
<void> TableOfContentsCollection.remove(<TableOfContents> element, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
element | The table of contents to remove. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |