Method |
Description |
---|
 AcDbTable::textStyle (AcDb::RowType) |
This function returns the object ID of the text style for a given row type currently referenced by 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::textStyle (int, int) |
This function returns the object ID of the text style of the specified cell. |
AcDbTable::textStyle (int, int, int) |
Returns the text style of the content at the specified content index. |