Close

Relief for ODA Team in Ukraine

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

Returns the text fields of the slide table. The method fills the passed values with the quantity of rows and columns and adds text field smart pointers into a passed array, then returns the filled values and array to a calling subroutine. 

 

Parameters
Description
rows
[out] A placeholder for the quantity of slide table rows.
columns
[out] A placeholder for the quantity of slide table columns.
text
[out] A placeholder for smart pointers to text fields.

The method fills the passed array of text fields that contain text and styles for the appropriate table cells. The quantity of the text field array elements is equal to the product of the rows and columns parameter values.

Copyright © 2002-2022. Open Design Alliance All rights reserved.