Removes a text frame from a Text Control document.

<void> TextFrameCollection.remove(<TextFrame> text, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
text frame - Specifies the text frame to remove.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.