Go to the source code of this file.
|
dom_exception | dom_html_table_element_get_caption (dom_html_table_element *element, dom_html_table_caption_element **caption) |
|
dom_exception | dom_html_table_element_set_caption (dom_html_table_element *element, dom_html_table_caption_element *caption) |
|
dom_exception | dom_html_table_element_get_t_head (dom_html_table_element *element, dom_html_table_section_element **t_head) |
|
dom_exception | dom_html_table_element_set_t_head (dom_html_table_element *element, dom_html_table_section_element *t_head) |
|
dom_exception | dom_html_table_element_get_t_foot (dom_html_table_element *element, dom_html_table_section_element **t_foot) |
|
dom_exception | dom_html_table_element_set_t_foot (dom_html_table_element *element, dom_html_table_section_element *t_foot) |
|
dom_exception | dom_html_table_element_get_rows (dom_html_table_element *element, dom_html_collection **rows) |
|
dom_exception | dom_html_table_element_get_t_bodies (dom_html_table_element *element, dom_html_collection **t_bodies) |
|
dom_exception | dom_html_table_element_get_align (dom_html_table_element *table, dom_string **align) |
|
dom_exception | dom_html_table_element_set_align (dom_html_table_element *table, dom_string *align) |
|
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_border (dom_html_table_element *table, dom_string **border) |
|
dom_exception | dom_html_table_element_set_border (dom_html_table_element *table, dom_string *border) |
|
dom_exception | dom_html_table_element_get_cell_padding (dom_html_table_element *table, dom_string **cell_padding) |
|
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_cell_spacing (dom_html_table_element *table, dom_string **cell_spacing) |
|
dom_exception | dom_html_table_element_set_cell_spacing (dom_html_table_element *table, dom_string *cell_spacing) |
|
dom_exception | dom_html_table_element_get_frame (dom_html_table_element *table, dom_string **frame) |
|
dom_exception | dom_html_table_element_set_frame (dom_html_table_element *table, dom_string *frame) |
|
dom_exception | dom_html_table_element_get_rules (dom_html_table_element *table, dom_string **rules) |
|
dom_exception | dom_html_table_element_set_rules (dom_html_table_element *table, dom_string *rules) |
|
dom_exception | dom_html_table_element_get_summary (dom_html_table_element *table, dom_string **summary) |
|
dom_exception | dom_html_table_element_set_summary (dom_html_table_element *table, dom_string *summary) |
|
dom_exception | dom_html_table_element_get_width (dom_html_table_element *table, dom_string **width) |
|
dom_exception | dom_html_table_element_set_width (dom_html_table_element *table, dom_string *width) |
|
dom_exception | dom_html_table_element_create_caption (dom_html_table_element *element, dom_html_element **caption) |
|
dom_exception | dom_html_table_element_delete_caption (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_create_t_head (dom_html_table_element *element, dom_html_element **t_head) |
|
dom_exception | dom_html_table_element_delete_t_head (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_create_t_foot (dom_html_table_element *element, dom_html_element **t_foot) |
|
dom_exception | dom_html_table_element_delete_t_foot (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_insert_row (dom_html_table_element *element, int32_t index, dom_html_element **row_out) |
|
dom_exception | dom_html_table_element_delete_row (dom_html_table_element *element, int32_t index) |
|
◆ dom_html_table_element
typedef struct dom_html_table_element dom_html_table_element |
◆ dom_html_table_element_create_caption()
Get or Create the table caption
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_create_t_foot()
Get or Create the table Foot
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_create_t_head()
Get or Create the table Head
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_delete_caption()
Delete the table caption, if one exists
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_delete_row()
Delete the table Head, if one exists
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_delete_t_foot()
Delete the table Foot, if one exists
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_delete_t_head()
Delete the table Head, if one exists
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_get_align()
◆ dom_html_table_element_get_bg_color()
◆ dom_html_table_element_get_border()
◆ dom_html_table_element_get_caption()
Get the caption Attribute
- Parameters
-
◆ dom_html_table_element_get_cell_padding()
◆ dom_html_table_element_get_cell_spacing()
◆ dom_html_table_element_get_frame()
◆ dom_html_table_element_get_rows()
Get the rows collection
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_get_rules()
◆ dom_html_table_element_get_summary()
◆ dom_html_table_element_get_t_bodies()
Get the tBodies collection
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_get_t_foot()
Get the t_foot Attribute
- Parameters
-
◆ dom_html_table_element_get_t_head()
Get the t_head Attribute
- Parameters
-
◆ dom_html_table_element_get_width()
◆ dom_html_table_element_insert_row()
Insert a new Row into the table
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_table_element_set_align()
◆ dom_html_table_element_set_bg_color()
◆ dom_html_table_element_set_border()
◆ dom_html_table_element_set_caption()
Set the caption Attribute
- Parameters
-
◆ dom_html_table_element_set_cell_padding()
◆ dom_html_table_element_set_cell_spacing()
◆ dom_html_table_element_set_frame()
◆ dom_html_table_element_set_rules()
◆ dom_html_table_element_set_summary()
◆ dom_html_table_element_set_t_foot()
Set the t_foot Attribute
- Parameters
-
◆ dom_html_table_element_set_t_head()
Set the t_head Attribute
- Parameters
-
◆ dom_html_table_element_set_width()