libdom
|
Go to the source code of this file.
Typedefs | |
typedef struct dom_html_hr_element | dom_html_hr_element |
Functions | |
dom_exception | dom_html_hr_element_get_no_shade (dom_html_hr_element *ele, bool *no_shade) |
dom_exception | dom_html_hr_element_set_no_shade (dom_html_hr_element *ele, bool no_shade) |
dom_exception | dom_html_hr_element_get_align (dom_html_hr_element *element, dom_string **align) |
dom_exception | dom_html_hr_element_set_align (dom_html_hr_element *element, dom_string *align) |
dom_exception | dom_html_hr_element_get_size (dom_html_hr_element *element, dom_string **size) |
dom_exception | dom_html_hr_element_set_size (dom_html_hr_element *ele, dom_string *size) |
dom_exception | dom_html_hr_element_get_width (dom_html_hr_element *ele, dom_string **width) |
dom_exception | dom_html_hr_element_set_width (dom_html_hr_element *ele, dom_string *width) |
typedef struct dom_html_hr_element dom_html_hr_element |
dom_exception dom_html_hr_element_get_align | ( | dom_html_hr_element * | element, |
dom_string ** | align ) |
dom_exception dom_html_hr_element_get_no_shade | ( | dom_html_hr_element * | ele, |
bool * | no_shade ) |
Get the no_shade property
ele | The dom_html_hr_element object |
no_shade | The status |
dom_exception dom_html_hr_element_get_size | ( | dom_html_hr_element * | element, |
dom_string ** | size ) |
dom_exception dom_html_hr_element_get_width | ( | dom_html_hr_element * | ele, |
dom_string ** | width ) |
dom_exception dom_html_hr_element_set_align | ( | dom_html_hr_element * | element, |
dom_string * | align ) |
dom_exception dom_html_hr_element_set_no_shade | ( | dom_html_hr_element * | ele, |
bool | no_shade ) |
Set the no_shade property
ele | The dom_html_hr_element object |
no_shade | The status |
dom_exception dom_html_hr_element_set_size | ( | dom_html_hr_element * | ele, |
dom_string * | size ) |
dom_exception dom_html_hr_element_set_width | ( | dom_html_hr_element * | ele, |
dom_string * | width ) |