8#ifndef dom_html_hr_element_h_
9#define dom_html_hr_element_h_
dom_exception
Definition exceptions.h:24
dom_exception dom_html_hr_element_set_align(dom_html_hr_element *element, dom_string *align)
dom_exception dom_html_hr_element_get_align(dom_html_hr_element *element, dom_string **align)
dom_exception dom_html_hr_element_set_width(dom_html_hr_element *ele, dom_string *width)
dom_exception dom_html_hr_element_get_width(dom_html_hr_element *ele, dom_string **width)
dom_exception dom_html_hr_element_get_no_shade(dom_html_hr_element *ele, bool *no_shade)
Definition html_hr_element.c:94
dom_exception dom_html_hr_element_get_size(dom_html_hr_element *element, dom_string **size)
dom_exception dom_html_hr_element_set_no_shade(dom_html_hr_element *ele, bool no_shade)
Definition html_hr_element.c:108
dom_exception dom_html_hr_element_set_size(dom_html_hr_element *ele, dom_string *size)
Definition html_hr_element.h:16