Arbortext Command Language > Callbacks > doc_add_callback > tbl_recognize Callback Type
  
tbl_recognize Callback Type
Function prototype:
function funcname (doc, setid)
tbl_recognize is called whenever the table editor notices that a document contains a table. This may occur as a document is opened, during the copying of data to or from a paste buffer, or when manipulation of a document's tags using ACL causes the a collection of tags to match a table template pattern.
Arguments
doc is the identifier of the document containing setid.
setid is the table object ID (toid) of the TSet containing the table.