Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getTextFields Method
Syntax
C++
void getTextFields(OdTextFieldPtrArray& text_fields, OdRectArray& locations) const;

Returns all text fields, which the page contains, and their locations. The method fills two passed arrays with text field objects and their locations, then returns these arrays to a calling subroutine. 

 

Parameters
Description
text_fields
[out] A placeholder for the page text fields array.
locations
[out] A placeholder for the text field locations array.
Copyright © 2002-2022. Open Design Alliance All rights reserved.