Core table handle.
More...
#include <hpdftbl.h>
Core table handle.
This is the main structure that contains all information for the table. The basic structure is an array of cells.
- See also
- hpdftbl_cell_t
- Examples
- example01.c, tut_ex00.c, tut_ex01.c, tut_ex02.c, tut_ex02_1.c, tut_ex03.c, tut_ex04.c, tut_ex05.c, tut_ex06.c, tut_ex07.c, tut_ex08.c, tut_ex09.c, tut_ex10.c, tut_ex11.c, tut_ex12.c, tut_ex14.c, tut_ex15.c, tut_ex15_1.c, tut_ex20.c, tut_ex30.c, tut_ex40.c, and tut_ex41.c.
◆ anchor_is_top_left
◆ bottom_vmargin_factor
HPDF_REAL bottom_vmargin_factor |
◆ canvas_cb
◆ canvas_dyncb
◆ cells
Reference to all an array of cells in the table
Referenced by hpdftbl_clear_spanning(), hpdftbl_create_title(), hpdftbl_destroy(), hpdftbl_dumps(), hpdftbl_loads(), hpdftbl_set_cell(), hpdftbl_set_cell_canvas_cb(), hpdftbl_set_cell_canvas_dyncb(), hpdftbl_set_cell_content_cb(), hpdftbl_set_cell_content_dyncb(), hpdftbl_set_cell_content_style(), hpdftbl_set_cell_content_style_cb(), hpdftbl_set_cell_content_style_dyncb(), hpdftbl_set_cell_label_cb(), hpdftbl_set_cell_label_dyncb(), hpdftbl_set_cellspan(), hpdftbl_set_content(), hpdftbl_set_labels(), and hpdftbl_stroke().
◆ col_width_percent
◆ cols
Number of columns in table
Referenced by hpdftbl_clear_spanning(), hpdftbl_create_title(), hpdftbl_destroy(), hpdftbl_dumps(), hpdftbl_loads(), hpdftbl_set_cellspan(), hpdftbl_set_colwidth_percent(), hpdftbl_set_content(), hpdftbl_set_labels(), hpdftbl_set_row_content_style(), and hpdftbl_stroke().
◆ content_cb
Table content callback. Will be called for each cell unless the cell has its own content callback
Referenced by hpdftbl_set_content_cb().
◆ content_dyncb
◆ content_style
◆ content_style_cb
◆ content_style_dyncb
char* content_style_dyncb |
◆ header_style
◆ height
◆ inner_hgrid
◆ inner_tgrid
◆ inner_vgrid
◆ label_cb
Table content callback. Will be called for each cell unless the cella has its own content callback
Referenced by hpdftbl_set_label_cb().
◆ label_dyncb
◆ label_style
◆ minrowheight
◆ outer_grid
◆ pdf_doc
◆ pdf_page
◆ post_cb
Post table creation callback. This is an opportunity for a client to do any special table manipulation before the table is stroked to the page. A reference to the table will be passed on in the callback.
Referenced by hpdftbl_set_post_cb().
◆ post_dyncb
◆ posx
◆ posy
◆ rows
◆ tag
◆ title_style
◆ title_txt
◆ use_cell_labels
◆ use_header_row
◆ use_label_grid_style
_Bool use_label_grid_style |
◆ use_zebra
◆ width
◆ zebra_color1
HPDF_RGBColor zebra_color1 |
◆ zebra_color2
HPDF_RGBColor zebra_color2 |
◆ zebra_phase
The documentation for this struct was generated from the following file: