Arbortext Command Language > Functions by Alphabetical Listing > division_heading_tag
  
division_heading_tag
division_heading_tag (tagname[, doc])
This function returns 1 (true) if the tag specified by tagname is declared as a division heading in the .dcf file for the document type associated with doc. It returns 0 (false) if it isn't. If doc is omitted or 0, the current document is used.
* 
If you have applied an alias map to the document, tagname can be either an alias or a real name.
Related topic
division_tag function