libhpdftbl 1.5.0
Table construction library for Haru PDF library
|
These calls relate to the creation, destruction and stroking of the table on the PDF page.
Themes is a technique to easier specify the look and feel to be re-used for multiple tables.
Adjusting the structure of the table (apart from number of rows and columns)
These functions are all about look and feel of the table.
Content in a table can be specified in three ways
void *
an can be anything. The tag is the first parameter of all callbacks.Callbacks can be specified on both table but also on cell level. The simple rule is that if a cell has a callback that is used, otherwise the table callback is used.
These are callbacks which set a function at runtime to be used as callback. This is useful when specifying the table for example as a structure stored in a database or in a file. The callback function is then specified as a string (the name of the callback function which is then resolved at runtime.
RTLD_DEFAULT
. See man dlsym
. This handle will control how the search for the name of the function will be conducted. The default will find any functions defined in any images linked and any libraries linked at compile time. It will not find functions defined in libraries that are dynamically loaded. In that case you shoult specify the handle returned by dlopen()
.