maxcountryman_web_sys/features/
gen_HtmlTableColElement.rs

1#![allow(unused_imports)]
2use super::*;
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5extern "C" {
6    # [wasm_bindgen (extends = HtmlElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLTableColElement , typescript_type = "HTMLTableColElement")]
7    #[derive(Debug, Clone, PartialEq, Eq)]
8    #[doc = "The `HtmlTableColElement` class."]
9    #[doc = ""]
10    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement)"]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
13    pub type HtmlTableColElement;
14    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = span)]
15    #[doc = "Getter for the `span` field of this object."]
16    #[doc = ""]
17    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/span)"]
18    #[doc = ""]
19    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
20    pub fn span(this: &HtmlTableColElement) -> u32;
21    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = span)]
22    #[doc = "Setter for the `span` field of this object."]
23    #[doc = ""]
24    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/span)"]
25    #[doc = ""]
26    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
27    pub fn set_span(this: &HtmlTableColElement, value: u32);
28    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = align)]
29    #[doc = "Getter for the `align` field of this object."]
30    #[doc = ""]
31    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/align)"]
32    #[doc = ""]
33    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
34    pub fn align(this: &HtmlTableColElement) -> String;
35    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = align)]
36    #[doc = "Setter for the `align` field of this object."]
37    #[doc = ""]
38    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/align)"]
39    #[doc = ""]
40    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
41    pub fn set_align(this: &HtmlTableColElement, value: &str);
42    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = ch)]
43    #[doc = "Getter for the `ch` field of this object."]
44    #[doc = ""]
45    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/ch)"]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
48    pub fn ch(this: &HtmlTableColElement) -> String;
49    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = ch)]
50    #[doc = "Setter for the `ch` field of this object."]
51    #[doc = ""]
52    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/ch)"]
53    #[doc = ""]
54    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
55    pub fn set_ch(this: &HtmlTableColElement, value: &str);
56    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = chOff)]
57    #[doc = "Getter for the `chOff` field of this object."]
58    #[doc = ""]
59    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/chOff)"]
60    #[doc = ""]
61    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
62    pub fn ch_off(this: &HtmlTableColElement) -> String;
63    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = chOff)]
64    #[doc = "Setter for the `chOff` field of this object."]
65    #[doc = ""]
66    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/chOff)"]
67    #[doc = ""]
68    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
69    pub fn set_ch_off(this: &HtmlTableColElement, value: &str);
70    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = vAlign)]
71    #[doc = "Getter for the `vAlign` field of this object."]
72    #[doc = ""]
73    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/vAlign)"]
74    #[doc = ""]
75    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
76    pub fn v_align(this: &HtmlTableColElement) -> String;
77    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = vAlign)]
78    #[doc = "Setter for the `vAlign` field of this object."]
79    #[doc = ""]
80    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/vAlign)"]
81    #[doc = ""]
82    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
83    pub fn set_v_align(this: &HtmlTableColElement, value: &str);
84    # [wasm_bindgen (structural , method , getter , js_class = "HTMLTableColElement" , js_name = width)]
85    #[doc = "Getter for the `width` field of this object."]
86    #[doc = ""]
87    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/width)"]
88    #[doc = ""]
89    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
90    pub fn width(this: &HtmlTableColElement) -> String;
91    # [wasm_bindgen (structural , method , setter , js_class = "HTMLTableColElement" , js_name = width)]
92    #[doc = "Setter for the `width` field of this object."]
93    #[doc = ""]
94    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement/width)"]
95    #[doc = ""]
96    #[doc = "*This API requires the following crate features to be activated: `HtmlTableColElement`*"]
97    pub fn set_width(this: &HtmlTableColElement, value: &str);
98}