API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getTexts Method
OdPage::getTexts Method
Syntax
C++
void getTexts(OdTextPtrArray& texts, OdRectArray& locations) const;
Parameters 
Description 
OdTextPtrArray& texts 
[out] A placeholder for the page text labels array.  
OdRectArray& locations 
[out] A placeholder for the text label locations array. 

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

 

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