API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdTable Class > OdTable Methods > OdTable::setText Method
OdTable::setText Method
Syntax
C++
void setText(const OdUInt32 row, const OdUInt32 column, const OdTextPtr& text);
Parameters 
Description 
const OdUInt32 row 
[in] A table row index. Can accept values from 0 to the table row quantity - 1.  
const OdUInt32 column 
[in] A table column index. Can accept values from 0 to the table column quantity - 1.  
const OdTextPtr& text 
[in] A smart pointer to an OdText object that should be added. 

Sets a text label for a specified table cell. The table cell is addressed through row and column indices. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.