Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableStyle::setTextHeight Method (double, int)
Syntax
C++
virtual void setTextHeight(double height, int rowTypes = OdDb::kAllRows);

Sets the text height for the specified row types in this TableStyle object (DXF 140). 

 

Parameters
Description
height
[in] Text height.
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.