libdom
Loading...
Searching...
No Matches
html_hr_element.h File Reference
#include <stdbool.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>

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 Documentation

◆ dom_html_hr_element

typedef struct dom_html_hr_element dom_html_hr_element

Function Documentation

◆ dom_html_hr_element_get_align()

dom_exception dom_html_hr_element_get_align ( dom_html_hr_element * element,
dom_string ** align )

◆ dom_html_hr_element_get_no_shade()

dom_exception dom_html_hr_element_get_no_shade ( dom_html_hr_element * ele,
bool * no_shade )

Get the no_shade property

Parameters
eleThe dom_html_hr_element object
no_shadeThe status
Returns
DOM_NO_ERR on success, appropriate dom_exception on failure.

◆ dom_html_hr_element_get_size()

dom_exception dom_html_hr_element_get_size ( dom_html_hr_element * element,
dom_string ** size )

◆ dom_html_hr_element_get_width()

dom_exception dom_html_hr_element_get_width ( dom_html_hr_element * ele,
dom_string ** width )

◆ dom_html_hr_element_set_align()

dom_exception dom_html_hr_element_set_align ( dom_html_hr_element * element,
dom_string * align )

◆ dom_html_hr_element_set_no_shade()

dom_exception dom_html_hr_element_set_no_shade ( dom_html_hr_element * ele,
bool no_shade )

Set the no_shade property

Parameters
eleThe dom_html_hr_element object
no_shadeThe status
Returns
DOM_NO_ERR on success, appropriate dom_exception on failure.

◆ dom_html_hr_element_set_size()

dom_exception dom_html_hr_element_set_size ( dom_html_hr_element * ele,
dom_string * size )

◆ dom_html_hr_element_set_width()

dom_exception dom_html_hr_element_set_width ( dom_html_hr_element * ele,
dom_string * width )