Gets the text frame with the specified name.
<void> TextFrameCollection.getItemByName(<RequestTextFrameCallback> callback, [<ErrorCallback> errorCallback], <string> name)
Parameter | Description |
---|---|
callback | Receives the requested text frame or null if no text frame with the specified name exists. |
error |
Optional. Is called when the operation failed with an error. |
name | The text frame's name. |