WebKitDOMHTMLTableSectionElement

WebKitDOMHTMLTableSectionElement

Functions

Properties

char * align Read / Write
char * ch Read / Write
char * ch-off Read / Write
WebKitDOMHTMLCollection * rows Read
char * v-align Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMNode
            ╰── WebKitDOMElement
                ╰── WebKitDOMHTMLElement
                    ╰── WebKitDOMHTMLTableSectionElement

Implemented Interfaces

WebKitDOMHTMLTableSectionElement implements WebKitDOMEventTarget.

Description

Functions

webkit_dom_html_table_section_element_insert_row ()

WebKitDOMHTMLElement *
webkit_dom_html_table_section_element_insert_row
                               (WebKitDOMHTMLTableSectionElement *self,
                                glong index,
                                GError **error);

webkit_dom_html_table_section_element_insert_row has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

index

A glong

 

error

GError

 

Returns

A WebKitDOMHTMLElement.

[transfer none]


webkit_dom_html_table_section_element_delete_row ()

void
webkit_dom_html_table_section_element_delete_row
                               (WebKitDOMHTMLTableSectionElement *self,
                                glong index,
                                GError **error);

webkit_dom_html_table_section_element_delete_row has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

index

A glong

 

error

GError

 

webkit_dom_html_table_section_element_get_align ()

gchar *
webkit_dom_html_table_section_element_get_align
                               (WebKitDOMHTMLTableSectionElement *self);

webkit_dom_html_table_section_element_get_align has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_html_table_section_element_set_align ()

void
webkit_dom_html_table_section_element_set_align
                               (WebKitDOMHTMLTableSectionElement *self,
                                const gchar *value);

webkit_dom_html_table_section_element_set_align has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

value

A gchar

 

webkit_dom_html_table_section_element_get_ch ()

gchar *
webkit_dom_html_table_section_element_get_ch
                               (WebKitDOMHTMLTableSectionElement *self);

webkit_dom_html_table_section_element_get_ch has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_html_table_section_element_set_ch ()

void
webkit_dom_html_table_section_element_set_ch
                               (WebKitDOMHTMLTableSectionElement *self,
                                const gchar *value);

webkit_dom_html_table_section_element_set_ch has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

value

A gchar

 

webkit_dom_html_table_section_element_get_ch_off ()

gchar *
webkit_dom_html_table_section_element_get_ch_off
                               (WebKitDOMHTMLTableSectionElement *self);

webkit_dom_html_table_section_element_get_ch_off has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_html_table_section_element_set_ch_off ()

void
webkit_dom_html_table_section_element_set_ch_off
                               (WebKitDOMHTMLTableSectionElement *self,
                                const gchar *value);

webkit_dom_html_table_section_element_set_ch_off has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

value

A gchar

 

webkit_dom_html_table_section_element_get_v_align ()

gchar *
webkit_dom_html_table_section_element_get_v_align
                               (WebKitDOMHTMLTableSectionElement *self);

webkit_dom_html_table_section_element_get_v_align has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_html_table_section_element_set_v_align ()

void
webkit_dom_html_table_section_element_set_v_align
                               (WebKitDOMHTMLTableSectionElement *self,
                                const gchar *value);

webkit_dom_html_table_section_element_set_v_align has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLTableSectionElement

 

value

A gchar

 

webkit_dom_html_table_section_element_get_rows ()

WebKitDOMHTMLCollection *
webkit_dom_html_table_section_element_get_rows
                               (WebKitDOMHTMLTableSectionElement *self);

webkit_dom_html_table_section_element_get_rows has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A WebKitDOMHTMLCollection.

[transfer full]

Types and Values

struct WebKitDOMHTMLTableSectionElement

struct WebKitDOMHTMLTableSectionElement;

Property Details

The “align” property

  “align”                    char *

read-write gchar* HTMLTableSectionElement:align.

Owner: WebKitDOMHTMLTableSectionElement

Flags: Read / Write

Default value: ""


The “ch” property

  “ch”                       char *

read-write gchar* HTMLTableSectionElement:ch.

Owner: WebKitDOMHTMLTableSectionElement

Flags: Read / Write

Default value: ""


The “ch-off” property

  “ch-off”                   char *

read-write gchar* HTMLTableSectionElement:ch-off.

Owner: WebKitDOMHTMLTableSectionElement

Flags: Read / Write

Default value: ""


The “rows” property

  “rows”                     WebKitDOMHTMLCollection *

read-only WebKitDOMHTMLCollection* HTMLTableSectionElement:rows.

Owner: WebKitDOMHTMLTableSectionElement

Flags: Read


The “v-align” property

  “v-align”                  char *

read-write gchar* HTMLTableSectionElement:v-align.

Owner: WebKitDOMHTMLTableSectionElement

Flags: Read / Write

Default value: ""