Removes a footnote from a Text Control document.
<void> FootnoteCollection.remove(<Footnote> footnote, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| footnote | Specifies the footnote to remove. |
| callback | Optional. Receives true, if the footnote could be removed and false otherwise. |
| error |
Optional. Is called when the operation failed with an error. |