Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableStyle::setTextStyle Method (const OdDbObjectId, int)
Syntax
C++
virtual void setTextStyle(const OdDbObjectId textStyleId, int rowTypes = OdDb::kAllRows);

Sets the Object ID of the text style for the specified row types for this TableStyle object (DXF 7). 

 

Parameters
Description
textStyleId
[in] Text style Object ID.
rowTypes
[in] Row types.

rowTypes must be a combination of one or more of the following: 

 

Name
Value
kTitleRow
1
kHeaderRow
2
kDataRow
4
Copyright © 2002-2022. Open Design Alliance All rights reserved.