Programmer's Guide > Interfaces > ADocumentType interface > tableModelTables method
  
tableModelTables method
Returns a list containing the name of each tag that is allowed as a table (root) tag for a table of the specified table model in a document using this DocumentType.
tableModelTables(tableModel)
Parameters
StringtableModel
The name of the table model. All of the valid table models in this DocumentType are available using the tableModels attribute.
Returns
StringList. A list of all the table tags for this table model.