Removes a text frame from a Text Control document.
<void> TextFrameCollection.remove(<TextFrame> text, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| text | frame - Specifies the text frame to remove. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |