Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getTexts Method
Syntax
C++
void getTexts(OdTextPtrArray& texts, OdRectArray& locations, OdDoubleArray& rotations) const;

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

 

Parameters
Description
texts
[out] A placeholder for the page text labels array.
locations
[out] A placeholder for the text label locations array.
rotations
[out] A placeholder for the array of rotation angles for text labels.
Copyright © 2002-2022. Open Design Alliance All rights reserved.