Method |
Description |
---|
 AcDbTable::textHeight (AcDb::RowType) |
This function returns the text height for a given row type of the table object.The possible row type values are AcDb::kDataRow, AcDb::kTitleRow, and AcDb::kHeaderRow. If no row type is specified, the default of kDataRow is used.This method is deprecated and may be removed in a future release. |
 AcDbTable::textHeight (int, int) |
This function returns the text height of the specified table cell. |
AcDbTable::textHeight (int, int, int) |
Returns the text height of the content at the specified content index. |