API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::addSlideTable Method
OdPage::addSlideTable Method
Syntax
C++
void addSlideTable(const OdSlideTablePtr& slide_table, const OdRect& location);
Parameters 
Description 
const OdSlideTablePtr& slide_table 
[in] A smart pointer to a slide table object that should be added.  
const OdRect& location 
[in] A rectangle that specifies the location of an added slide table within the page. It determines where the slide table is placed on the page. 

Adds a table with slides to the page. 

 

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