web_sys/features/
gen_HtmlTableCellElement.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[wasm_bindgen]
6extern "C" {
7    # [wasm_bindgen (extends = HtmlElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLTableCellElement , typescript_type = "HTMLTableCellElement")]
8    #[derive(Debug, Clone, PartialEq, Eq)]
9    #[doc = "The `HtmlTableCellElement` class."]
10    #[doc = ""]
11    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement)"]
12    #[doc = ""]
13    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
14    pub type HtmlTableCellElement;
15    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = colSpan)]
16    #[doc = "Getter for the `colSpan` field of this object."]
17    #[doc = ""]
18    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/colSpan)"]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
21    pub fn col_span(this: &HtmlTableCellElement) -> u32;
22    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = colSpan)]
23    #[doc = "Setter for the `colSpan` field of this object."]
24    #[doc = ""]
25    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/colSpan)"]
26    #[doc = ""]
27    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
28    pub fn set_col_span(this: &HtmlTableCellElement, value: u32);
29    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = rowSpan)]
30    #[doc = "Getter for the `rowSpan` field of this object."]
31    #[doc = ""]
32    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/rowSpan)"]
33    #[doc = ""]
34    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
35    pub fn row_span(this: &HtmlTableCellElement) -> u32;
36    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = rowSpan)]
37    #[doc = "Setter for the `rowSpan` field of this object."]
38    #[doc = ""]
39    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/rowSpan)"]
40    #[doc = ""]
41    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
42    pub fn set_row_span(this: &HtmlTableCellElement, value: u32);
43    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = headers)]
44    #[doc = "Getter for the `headers` field of this object."]
45    #[doc = ""]
46    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/headers)"]
47    #[doc = ""]
48    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
49    pub fn headers(this: &HtmlTableCellElement) -> ::alloc::string::String;
50    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = headers)]
51    #[doc = "Setter for the `headers` field of this object."]
52    #[doc = ""]
53    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/headers)"]
54    #[doc = ""]
55    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
56    pub fn set_headers(this: &HtmlTableCellElement, value: &str);
57    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = cellIndex)]
58    #[doc = "Getter for the `cellIndex` field of this object."]
59    #[doc = ""]
60    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/cellIndex)"]
61    #[doc = ""]
62    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
63    pub fn cell_index(this: &HtmlTableCellElement) -> i32;
64    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = abbr)]
65    #[doc = "Getter for the `abbr` field of this object."]
66    #[doc = ""]
67    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/abbr)"]
68    #[doc = ""]
69    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
70    pub fn abbr(this: &HtmlTableCellElement) -> ::alloc::string::String;
71    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = abbr)]
72    #[doc = "Setter for the `abbr` field of this object."]
73    #[doc = ""]
74    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/abbr)"]
75    #[doc = ""]
76    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
77    pub fn set_abbr(this: &HtmlTableCellElement, value: &str);
78    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = scope)]
79    #[doc = "Getter for the `scope` field of this object."]
80    #[doc = ""]
81    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/scope)"]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
84    pub fn scope(this: &HtmlTableCellElement) -> ::alloc::string::String;
85    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = scope)]
86    #[doc = "Setter for the `scope` field of this object."]
87    #[doc = ""]
88    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/scope)"]
89    #[doc = ""]
90    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
91    pub fn set_scope(this: &HtmlTableCellElement, value: &str);
92    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = align)]
93    #[doc = "Getter for the `align` field of this object."]
94    #[doc = ""]
95    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/align)"]
96    #[doc = ""]
97    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
98    pub fn align(this: &HtmlTableCellElement) -> ::alloc::string::String;
99    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = align)]
100    #[doc = "Setter for the `align` field of this object."]
101    #[doc = ""]
102    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/align)"]
103    #[doc = ""]
104    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
105    pub fn set_align(this: &HtmlTableCellElement, value: &str);
106    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = axis)]
107    #[doc = "Getter for the `axis` field of this object."]
108    #[doc = ""]
109    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/axis)"]
110    #[doc = ""]
111    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
112    pub fn axis(this: &HtmlTableCellElement) -> ::alloc::string::String;
113    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = axis)]
114    #[doc = "Setter for the `axis` field of this object."]
115    #[doc = ""]
116    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/axis)"]
117    #[doc = ""]
118    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
119    pub fn set_axis(this: &HtmlTableCellElement, value: &str);
120    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = height)]
121    #[doc = "Getter for the `height` field of this object."]
122    #[doc = ""]
123    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/height)"]
124    #[doc = ""]
125    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
126    pub fn height(this: &HtmlTableCellElement) -> ::alloc::string::String;
127    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = height)]
128    #[doc = "Setter for the `height` field of this object."]
129    #[doc = ""]
130    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/height)"]
131    #[doc = ""]
132    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
133    pub fn set_height(this: &HtmlTableCellElement, value: &str);
134    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = width)]
135    #[doc = "Getter for the `width` field of this object."]
136    #[doc = ""]
137    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/width)"]
138    #[doc = ""]
139    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
140    pub fn width(this: &HtmlTableCellElement) -> ::alloc::string::String;
141    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = width)]
142    #[doc = "Setter for the `width` field of this object."]
143    #[doc = ""]
144    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/width)"]
145    #[doc = ""]
146    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
147    pub fn set_width(this: &HtmlTableCellElement, value: &str);
148    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = ch)]
149    #[doc = "Getter for the `ch` field of this object."]
150    #[doc = ""]
151    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/ch)"]
152    #[doc = ""]
153    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
154    pub fn ch(this: &HtmlTableCellElement) -> ::alloc::string::String;
155    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = ch)]
156    #[doc = "Setter for the `ch` field of this object."]
157    #[doc = ""]
158    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/ch)"]
159    #[doc = ""]
160    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
161    pub fn set_ch(this: &HtmlTableCellElement, value: &str);
162    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = chOff)]
163    #[doc = "Getter for the `chOff` field of this object."]
164    #[doc = ""]
165    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/chOff)"]
166    #[doc = ""]
167    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
168    pub fn ch_off(this: &HtmlTableCellElement) -> ::alloc::string::String;
169    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = chOff)]
170    #[doc = "Setter for the `chOff` field of this object."]
171    #[doc = ""]
172    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/chOff)"]
173    #[doc = ""]
174    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
175    pub fn set_ch_off(this: &HtmlTableCellElement, value: &str);
176    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = noWrap)]
177    #[doc = "Getter for the `noWrap` field of this object."]
178    #[doc = ""]
179    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/noWrap)"]
180    #[doc = ""]
181    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
182    pub fn no_wrap(this: &HtmlTableCellElement) -> bool;
183    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = noWrap)]
184    #[doc = "Setter for the `noWrap` field of this object."]
185    #[doc = ""]
186    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/noWrap)"]
187    #[doc = ""]
188    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
189    pub fn set_no_wrap(this: &HtmlTableCellElement, value: bool);
190    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = vAlign)]
191    #[doc = "Getter for the `vAlign` field of this object."]
192    #[doc = ""]
193    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/vAlign)"]
194    #[doc = ""]
195    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
196    pub fn v_align(this: &HtmlTableCellElement) -> ::alloc::string::String;
197    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = vAlign)]
198    #[doc = "Setter for the `vAlign` field of this object."]
199    #[doc = ""]
200    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/vAlign)"]
201    #[doc = ""]
202    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
203    pub fn set_v_align(this: &HtmlTableCellElement, value: &str);
204    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableCellElement" , js_name = bgColor)]
205    #[doc = "Getter for the `bgColor` field of this object."]
206    #[doc = ""]
207    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/bgColor)"]
208    #[doc = ""]
209    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
210    pub fn bg_color(this: &HtmlTableCellElement) -> ::alloc::string::String;
211    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableCellElement" , js_name = bgColor)]
212    #[doc = "Setter for the `bgColor` field of this object."]
213    #[doc = ""]
214    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/bgColor)"]
215    #[doc = ""]
216    #[doc = "*This API requires the following crate features to be activated: `HtmlTableCellElement`*"]
217    pub fn set_bg_color(this: &HtmlTableCellElement, value: &str);
218}