libhpdftbl 1.5.0
Table construction library for Haru PDF library
|
Used in data driven table creation. More...
#include <hpdftbl.h>
Data Fields | |
char * | title |
_Bool | use_header |
_Bool | use_labels |
_Bool | use_labelgrid |
size_t | rows |
size_t | cols |
HPDF_REAL | xpos |
HPDF_REAL | ypos |
HPDF_REAL | width |
HPDF_REAL | height |
hpdftbl_content_callback_t | content_cb |
hpdftbl_content_callback_t | label_cb |
hpdftbl_content_style_callback_t | style_cb |
hpdftbl_callback_t | post_cb |
hpdftbl_cell_spec_t * | cell_spec |
Used in data driven table creation.
This is used together with an array of cell specification hpdftbl_cell_spec_t to specify the layout of a table.
hpdftbl_cell_spec_t* cell_spec |
Array of cell specification
Referenced by hpdftbl_stroke_from_data().
size_t cols |
Number of columns in the table
Referenced by hpdftbl_stroke_from_data().
hpdftbl_content_callback_t content_cb |
Content callback for this table
Referenced by hpdftbl_stroke_from_data().
HPDF_REAL height |
Height of table
Referenced by hpdftbl_stroke_from_data().
hpdftbl_content_callback_t label_cb |
Label callback for this table
Referenced by hpdftbl_stroke_from_data().
hpdftbl_callback_t post_cb |
Post table creation callback.
Referenced by hpdftbl_stroke_from_data().
size_t rows |
Number of rows in the table
Referenced by hpdftbl_stroke_from_data().
hpdftbl_content_style_callback_t style_cb |
Content style callback for table
Referenced by hpdftbl_stroke_from_data().
char* title |
Table title
Referenced by hpdftbl_stroke_from_data().
_Bool use_header |
Use a header for the table
Referenced by hpdftbl_stroke_from_data().
_Bool use_labelgrid |
Use label grid in table
Referenced by hpdftbl_stroke_from_data().
_Bool use_labels |
Use labels in table
Referenced by hpdftbl_stroke_from_data().
HPDF_REAL width |
Width of table
Referenced by hpdftbl_stroke_from_data().
HPDF_REAL xpos |
X-position for table
Referenced by hpdftbl_stroke_from_data().
HPDF_REAL ypos |
Y-position for table
Referenced by hpdftbl_stroke_from_data().