API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > setTextHeight Method > OdDbTableStyle::setTextHeight Method (double, int)
OdDbTableStyle::setTextHeight Method (double, int)
Syntax
C++
virtual void setTextHeight(double height, int rowTypes = OdDb::kAllRows);
Parameters 
Description 
double height 
[in] Text height. 
int rowTypes = OdDb::kAllRows 
[in] Row types.  

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

 

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

 

Name 
Value 
kTitleRow 
kHeaderRow 
kDataRow 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.