API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdSlideTable Class > OdSlideTable Methods > OdSlideTable::getButtons Method
OdSlideTable::getButtons Method
Syntax
C++
void getButtons(OdString& previous_button_name, OdString& next_button_name) const;
Parameters 
Description 
OdString& previous_button_name 
[out] A placeholder for the previous button name.  
OdString& next_button_name 
[out] A placeholder for the next button name. 

Returns the current names of the previous and next buttons contained in the slide table. The method fills the passed string objects with previous and next button names and returns them to a calling subroutine. 

 

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