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

Adds a table to the page. 

 

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