Arbortext Command Language > Callbacks > doc_add_callback > create Callback Type
  
create Callback Type
Function prototype:
function funcname (doc)
create is called whenever a new document is created by an edit or new command, by a call to doc_open, or when a file (external) entity is loaded.
Argument
doc is the identifier of the document created.