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.

 
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. 
 
 
 
overridables 
Name 
Description 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.