Foxit PDF SDK
com.foxit.sdk.addon.tablegenerator.TableGeneratorCallback Class Reference

Public Member Functions

float getTableTopMarginToPage (int page_index)
 A callback function to get the top margin of the table to be generated to a new page.
More...
 
void release ()
 A callback function used to release current callback object itself.
More...
 

Detailed Description

This class represents a callback object for generating table. All the pure virtual functions in this class are used as callback functions and should be implemented by user.

Member Function Documentation

◆ getTableTopMarginToPage()

float com.foxit.sdk.addon.tablegenerator.TableGeneratorCallback.getTableTopMarginToPage ( int  page_index)

A callback function to get the top margin of the table to be generated to a new page.

Parameters
[in]page_indexThe page index. It would start from 0.
Returns
The table top margin to page.

◆ release()

void com.foxit.sdk.addon.tablegenerator.TableGeneratorCallback.release ( )

A callback function used to release current callback object itself.

Returns
None.