API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdSlideTable Class > OdSlideTable Methods > OdSlideTable::setText Method
OdSlideTable::setText Method
Syntax
C++
void setText(const OdUInt32 rows, const OdUInt32 columns, const OdTextFieldPtrArray& text);
Parameters 
Description 
const OdUInt32 rows 
[in] A quantity of slide table rows that should be filled with text fields.  
const OdUInt32 columns 
[in] A quantity of slide table columns that should be filled with text fields.  
const OdTextFieldPtrArray& text 
[in] An array of smart pointers to text fields that should be added to the slide table cells. 

Adds text fields for slide table cells. 

 

The text for the table is specified with an array of text fields, which contain text and styles for appropriate table cells. The quantity of the text field array elements must be equal to the product of the rows and columns parameter values.

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