API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getTextFields Method
OdPage::getTextFields Method
Syntax
C++
void getTextFields(OdTextFieldPtrArray& text_fields, OdRectArray& locations) const;
Parameters 
Description 
OdTextFieldPtrArray& text_fields 
[out] A placeholder for the page text fields array.  
OdRectArray& locations 
[out] A placeholder for the text field locations array. 

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. 

 

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