API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getSlideTables Method
OdPage::getSlideTables Method
Syntax
C++
void getSlideTables(OdSlideTablePtrArray& slide_tables, OdRectArray& locations) const;
Parameters 
Description 
OdSlideTablePtrArray& slide_tables 
[out] A placeholder for the page slide tables array.  
OdRectArray& locations 
[out] A placeholder for the slide table locations array. 

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

 

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