API Reference > OdDb Classes > OdDbTextStyleTable Class
OdDbTextStyleTable Class
OdDbTextStyleTableOdDbTextStyleTableOdDbTextStyleTable
Syntax
C++
class OdDbTextStyleTable : public OdDbSymbolTable;

DbTextStyleTable.h

 

This class implements the text style table object, which represents a container for storing and accessing of text style record objects in the database. This class inherits the base functionality of predefined tables.

TD_Db 

Example of Working with the Text Style Table Object 

Example of Working with the Text Style Record Object 

Working with Text Styles 

OdDbTextStyleTableRecord class

 
Name 
Description 
 
Builds an instance of the text style table object.
Applications typically will not use this constructor, insofar as the database object creates own instance of the text style table. The text style table object exists in the database a prior. 
 
Name 
Description 
 
add 
Adds an instance of the text style record object in the container of the text style table object. This method is inherited from the OdDbSymbolTable class which is base class for all predefined tables. For more details, see: OdDbSymbolTable::add() method. 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbTextStyleTable. 
 
overridables 
Name 
Description 
This is nested type OdDbTextStyleTable::RecordType. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.