Table Templetes

Developers can capture, store, and manage table templetes to be used during table creation through AcDbTableTemplete. The newly created table will have the same structure, formatting, and overrides as the templete. AcDbTableContent retrieves information about the style of a table and the style of its cells from a templete.

To create a new table from a templete, pass a reference to the templete to the constructor of an AcDbTable object. Alternatively, you can call AcDbTableTemplete::createTable().

To create a new templete from a table, pass a reference to the table you want saved to AcDbTableTemplete::capture().