8#ifndef dom_html_table_element_h_
9#define dom_html_table_element_h_
dom_exception
Definition exceptions.h:24
dom_exception dom_html_table_element_get_bg_color(dom_html_table_element *table, dom_string **bg_color)
dom_exception dom_html_table_element_set_bg_color(dom_html_table_element *table, dom_string *bg_color)
dom_exception dom_html_table_element_get_cell_spacing(dom_html_table_element *table, dom_string **cell_spacing)
dom_exception dom_html_table_element_set_frame(dom_html_table_element *table, dom_string *frame)
dom_exception dom_html_table_element_get_width(dom_html_table_element *table, dom_string **width)
dom_exception dom_html_table_element_set_rules(dom_html_table_element *table, dom_string *rules)
dom_exception dom_html_table_element_set_cell_spacing(dom_html_table_element *table, dom_string *cell_spacing)
dom_exception dom_html_table_element_set_align(dom_html_table_element *table, dom_string *align)
dom_exception dom_html_table_element_create_caption(dom_html_table_element *element, dom_html_element **caption)
Definition html_table_element.c:452
dom_exception dom_html_table_element_get_align(dom_html_table_element *table, dom_string **align)
dom_exception dom_html_table_element_get_border(dom_html_table_element *table, dom_string **border)
dom_exception dom_html_table_element_get_frame(dom_html_table_element *table, dom_string **frame)
dom_exception dom_html_table_element_insert_row(dom_html_table_element *element, int32_t index, dom_html_element **row_out)
Definition html_table_element.c:737
dom_exception dom_html_table_element_get_rules(dom_html_table_element *table, dom_string **rules)
dom_exception dom_html_table_element_get_t_head(dom_html_table_element *element, dom_html_table_section_element **t_head)
Definition html_table_element.c:264
dom_exception dom_html_table_element_delete_t_foot(dom_html_table_element *element)
Definition html_table_element.c:573
dom_exception dom_html_table_element_set_border(dom_html_table_element *table, dom_string *border)
dom_exception dom_html_table_element_set_t_head(dom_html_table_element *element, dom_html_table_section_element *t_head)
Definition html_table_element.c:291
dom_exception dom_html_table_element_get_t_bodies(dom_html_table_element *element, dom_html_collection **t_bodies)
Definition html_table_element.c:436
dom_exception dom_html_table_element_set_cell_padding(dom_html_table_element *table, dom_string *cell_padding)
dom_exception dom_html_table_element_get_summary(dom_html_table_element *table, dom_string **summary)
dom_exception dom_html_table_element_get_t_foot(dom_html_table_element *element, dom_html_table_section_element **t_foot)
Definition html_table_element.c:322
dom_exception dom_html_table_element_delete_t_head(dom_html_table_element *element)
Definition html_table_element.c:650
dom_exception dom_html_table_element_get_cell_padding(dom_html_table_element *table, dom_string **cell_padding)
dom_exception dom_html_table_element_delete_row(dom_html_table_element *element, int32_t index)
Definition html_table_element.c:909
dom_exception dom_html_table_element_get_caption(dom_html_table_element *element, dom_html_table_caption_element **caption)
Definition html_table_element.c:205
dom_exception dom_html_table_element_set_summary(dom_html_table_element *table, dom_string *summary)
dom_exception dom_html_table_element_create_t_head(dom_html_table_element *element, dom_html_element **t_head)
Definition html_table_element.c:601
dom_exception dom_html_table_element_set_width(dom_html_table_element *table, dom_string *width)
dom_exception dom_html_table_element_get_rows(dom_html_table_element *element, dom_html_collection **rows)
Definition html_table_element.c:401
dom_exception dom_html_table_element_delete_caption(dom_html_table_element *element)
Definition html_table_element.c:497
dom_exception dom_html_table_element_set_caption(dom_html_table_element *element, dom_html_table_caption_element *caption)
Definition html_table_element.c:233
dom_exception dom_html_table_element_create_t_foot(dom_html_table_element *element, dom_html_element **t_foot)
Definition html_table_element.c:525
dom_exception dom_html_table_element_set_t_foot(dom_html_table_element *element, dom_html_table_section_element *t_foot)
Definition html_table_element.c:349
Definition html_collection.h:21
Definition html_element.h:22
Definition html_tablecaption_element.h:16
Definition html_table_element.h:15
Definition html_tablesection_element.h:16