Foxit PDF SDK
<FSTableGeneratorCallback> Protocol Reference

Inherits <NSObject>.

Instance Methods

(float) - getTableTopMarginToPage:
 A callback function to get the top margin for generating table to an new page. 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.

Method Documentation

◆ getTableTopMarginToPage:()

- (float) getTableTopMarginToPage: (int)  page_index
required

A callback function to get the top margin for generating table to an new page.

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