Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSlideTable::setText Method
Syntax
C++
void setText(const OdUInt32 rows, const OdUInt32 columns, const OdTextFieldPtrArray& text);

Adds text fields for slide table cells. 

 

Parameters
Description
rows
[in] A quantity of slide table rows that should be filled with text fields.
columns
[in] A quantity of slide table columns that should be filled with text fields.
text
[in] An array of smart pointers to text fields that should be added to the 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-2022. Open Design Alliance All rights reserved.