ReactOS 0.4.16-dev-13-ge2fc578
mshtml.idl
Go to the documentation of this file.
1/*
2 * Copyright 2004-2010 Jacek Caban for CodeWeavers
3 * Copyright 2008 Konstantin Kondratyuk (Etersoft)
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 */
19
20#include <mshtmdid.h>
21#include <mshtmcid.h>
22#include <olectl.h>
23
24import "ocidl.idl";
25import "dimm.idl";
26import "shtypes.idl";
27import "dispex.idl";
28
29#ifndef __WIDL__
30#define progid(str)
31#define vi_progid(str)
32#endif
33
34cpp_quote("#include <olectl.h>")
35
36cpp_quote("DEFINE_GUID(SID_SEditCommandTarget, 0x3050f4b5,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
37cpp_quote("DEFINE_GUID(SID_SHTMLEditHost, 0x3050f6a0,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
38cpp_quote("DEFINE_GUID(SID_SHTMLEditServices, 0x3050f7f9,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
39cpp_quote("#define SID_SHTMLWindow IID_IHTMLWindow2")
40cpp_quote("#define SID_SElementBehaviorFactory IID_IElementBehaviorFactory")
41
42cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
43cpp_quote("#undef FindText")
44cpp_quote("#endif")
45
46typedef enum {
47 POINTER_GRAVITY_Left,
48 POINTER_GRAVITY_Right,
49 POINTER_GRAVITY_Max = 2147483647
50} POINTER_GRAVITY;
51
52typedef enum {
53 CONTEXT_TYPE_None,
54 CONTEXT_TYPE_Text,
55 CONTEXT_TYPE_EnterScope,
56 CONTEXT_TYPE_ExitScope,
57 CONTEXT_TYPE_NoScope,
58 MARKUP_CONTEXT_TYPE_Max = 2147483647
59} MARKUP_CONTEXT_TYPE;
60
61typedef enum {
62 ELEM_ADJ_BeforeBegin,
63 ELEM_ADJ_AfterBegin,
64 ELEM_ADJ_BeforeEnd,
65 ELEM_ADJ_AfterEnd,
66 ELEMENT_ADJACENCY_Max = 2147483647
67} ELEMENT_ADJACENCY;
68
69typedef enum {
70 MOVEUNIT_PREVCHAR,
71 MOVEUNIT_NEXTCHAR,
72 MOVEUNIT_PREVCLUSTERBEG,
73 MOVEUNIT_NEXTCLUSTERBEG,
74 MOVEUNIT_PREVCLUSTEREND,
75 MOVEUNIT_NEXTCLUSTEREND,
76 MOVEUNIT_PREVWORDBEG,
77 MOVEUNIT_NEXTWORDBEG,
78 MOVEUNIT_PREVWORDEND,
79 MOVEUNIT_NEXTWORDEND,
80 MOVEUNIT_PREVPROOFWORD,
81 MOVEUNIT_NEXTPROOFWORD,
82 MOVEUNIT_NEXTURLBEG,
83 MOVEUNIT_PREVURLBEG,
84 MOVEUNIT_NEXTURLEND,
85 MOVEUNIT_PREVURLEND,
86 MOVEUNIT_PREVSENTENCE,
87 MOVEUNIT_NEXTSENTENCE,
88 MOVEUNIT_PREVBLOCK,
89 MOVEUNIT_NEXTBLOCK,
90 MOVEUNIT_ACTION_Max = 2147483647
91} MOVEUNIT_ACTION;
92
93typedef enum _SELECTION_TYPE {
94 SELECTION_TYPE_None,
95 SELECTION_TYPE_Caret,
96 SELECTION_TYPE_Text,
97 SELECTION_TYPE_Control,
98 SELECTION_TYPE_Max = 2147483647
99} SELECTION_TYPE;
100
101[
102 version(4.0),
103 uuid(3050F1C5-98B5-11CF-BB82-00AA00BDCE0B)
104]
105library MSHTML
106{
107
108importlib("stdole2.tlb");
109
110typedef enum _DomConstructor {
111 DomConstructorObject = 0,
112 DomConstructorAttr = 1,
113 DomConstructorBehaviorUrnsCollection = 2,
114 DomConstructorBookmarkCollection = 3,
115 DomConstructorCompatibleInfo = 4,
116 DomConstructorCompatibleInfoCollection = 5,
117 DomConstructorControlRangeCollection = 6,
118 DomConstructorCSSCurrentStyleDeclaration = 7,
119 DomConstructorCSSRuleList = 8,
120 DomConstructorCSSRuleStyleDeclaration = 9,
121 DomConstructorCSSStyleDeclaration = 10,
122 DomConstructorCSSStyleRule = 11,
123 DomConstructorCSSStyleSheet = 12,
124 DomConstructorDataTransfer = 13,
125 DomConstructorDOMImplementation = 14,
126 DomConstructorElement = 15,
127 DomConstructorEvent = 16,
128 DomConstructorHistory = 17,
129 DomConstructorHTCElementBehaviorDefaults = 18,
130 DomConstructorHTMLAnchorElement = 19,
131 DomConstructorHTMLAreaElement = 20,
132 DomConstructorHTMLAreasCollection = 21,
133 DomConstructorHTMLBaseElement = 22,
134 DomConstructorHTMLBaseFontElement = 23,
135 DomConstructorHTMLBGSoundElement = 24,
136 DomConstructorHTMLBlockElement = 25,
137 DomConstructorHTMLBodyElement = 26,
138 DomConstructorHTMLBRElement = 27,
139 DomConstructorHTMLButtonElement = 28,
140 DomConstructorHTMLCollection = 29,
141 DomConstructorHTMLCommentElement = 30,
142 DomConstructorHTMLDDElement = 31,
143 DomConstructorHTMLDivElement = 32,
144 DomConstructorHTMLDocument = 33,
145 DomConstructorHTMLDListElement = 34,
146 DomConstructorHTMLDTElement = 35,
147 DomConstructorHTMLEmbedElement = 36,
148 DomConstructorHTMLFieldSetElement = 37,
149 DomConstructorHTMLFontElement = 38,
150 DomConstructorHTMLFormElement = 39,
151 DomConstructorHTMLFrameElement = 40,
152 DomConstructorHTMLFrameSetElement = 41,
153 DomConstructorHTMLGenericElement = 42,
154 DomConstructorHTMLHeadElement = 43,
155 DomConstructorHTMLHeadingElement = 44,
156 DomConstructorHTMLHRElement = 45,
157 DomConstructorHTMLHtmlElement = 46,
158 DomConstructorHTMLIFrameElement = 47,
159 DomConstructorHTMLImageElement = 48,
160 DomConstructorHTMLInputElement = 49,
161 DomConstructorHTMLIsIndexElement = 50,
162 DomConstructorHTMLLabelElement = 51,
163 DomConstructorHTMLLegendElement = 52,
164 DomConstructorHTMLLIElement = 53,
165 DomConstructorHTMLLinkElement = 54,
166 DomConstructorHTMLMapElement = 55,
167 DomConstructorHTMLMarqueeElement = 56,
168 DomConstructorHTMLMetaElement = 57,
169 DomConstructorHTMLModelessDialog = 58,
170 DomConstructorHTMLNamespaceInfo = 59,
171 DomConstructorHTMLNamespaceInfoCollection = 60,
172 DomConstructorHTMLNextIdElement = 61,
173 DomConstructorHTMLNoShowElement = 62,
174 DomConstructorHTMLObjectElement = 63,
175 DomConstructorHTMLOListElement = 64,
176 DomConstructorHTMLOptionElement = 65,
177 DomConstructorHTMLParagraphElement = 66,
178 DomConstructorHTMLParamElement = 67,
179 DomConstructorHTMLPhraseElement = 68,
180 DomConstructorHTMLPluginsCollection = 69,
181 DomConstructorHTMLPopup = 70,
182 DomConstructorHTMLScriptElement = 71,
183 DomConstructorHTMLSelectElement = 72,
184 DomConstructorHTMLSpanElement = 73,
185 DomConstructorHTMLStyleElement = 74,
186 DomConstructorHTMLTableCaptionElement = 75,
187 DomConstructorHTMLTableCellElement = 76,
188 DomConstructorHTMLTableColElement = 77,
189 DomConstructorHTMLTableElement = 78,
190 DomConstructorHTMLTableRowElement = 79,
191 DomConstructorHTMLTableSectionElement = 80,
192 DomConstructorHTMLTextAreaElement = 81,
193 DomConstructorHTMLTextElement = 82,
194 DomConstructorHTMLTitleElement = 83,
195 DomConstructorHTMLUListElement = 84,
196 DomConstructorHTMLUnknownElement = 85,
197 DomConstructorImage = 86,
198 DomConstructorLocation = 87,
199 DomConstructorNamedNodeMap = 88,
200 DomConstructorNavigator = 89,
201 DomConstructorNodeList = 90,
202 DomConstructorOption = 91,
203 DomConstructorScreen = 92,
204 DomConstructorSelection = 93,
205 DomConstructorStaticNodeList = 94,
206 DomConstructorStorage = 95,
207 DomConstructorStyleSheetList = 96,
208 DomConstructorStyleSheetPage = 97,
209 DomConstructorStyleSheetPageList = 98,
210 DomConstructorText = 99,
211 DomConstructorTextRange = 100,
212 DomConstructorTextRangeCollection = 101,
213 DomConstructorTextRectangle = 102,
214 DomConstructorTextRectangleList = 103,
215 DomConstructorWindow = 104,
216 DomConstructorXDomainRequest = 105,
217 DomConstructorXMLHttpRequest = 106,
218 DomConstructorMax = 107,
219 DomConstructor_Max = 2147483647L
220} DomConstructor;
221
222[
223 odl,
224 oleautomation,
225 dual,
226 uuid(3051049b-98b5-11cf-bb82-00aa00bdce0b)
227]
228interface IHTMLDOMConstructor : IDispatch
229{
230 [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
231 HRESULT constructor([retval, out] IDispatch* * p);
233 HRESULT LookupGetter([in] BSTR propname, [retval, out] VARIANT* ppDispHandler);
235 HRESULT LookupSetter([in] BSTR propname, [retval, out] VARIANT* ppDispHandler);
237 HRESULT DefineGetter([in] BSTR propname, [in] VARIANT* pdispHandler);
239 HRESULT DefineSetter([in] BSTR propname, [in] VARIANT* pdispHandler);
240}
241
242#define WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL \
243 [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden] \
244 IDispatch *constructor()
245
246interface IHTMLDocument2;
247interface IHTMLElement2;
248interface IHTMLStyleSheetsCollection;
249interface IHTMLFrameBase;
250interface IHTMLStorage;
251interface IDOMEvent;
252
253/*****************************************************************************
254 * IHTMLFiltersCollection interface
255 */
256[
257 odl,
258 oleautomation,
259 dual,
260 uuid(3050F3EE-98B5-11Cf-BB82-00AA00BDCE0B)
261]
262interface IHTMLFiltersCollection : IDispatch
263{
264 [propget, id(DISPID_IHTMLFILTERSCOLLECTION_LENGTH)]
265 HRESULT length([retval, out] LONG *p);
267 [propget, id(DISPID_IHTMLFILTERSCOLLECTION__NEWENUM)]
268 HRESULT _newEnum([retval, out] IUnknown **p);
270 [id(DISPID_IHTMLFILTERSCOLLECTION_ITEM)]
271 HRESULT item(
272 [in] VARIANT *pvarIndex,
273 [retval, out] VARIANT *pvarResult);
274}
275
276/*****************************************************************************
277 * IHTMLStyle interface
278 */
279[
280 odl,
281 oleautomation,
282 dual,
283 uuid(3050F25E-98B5-11CF-BB82-00AA00BDCE0B)
284]
285interface IHTMLStyle : IDispatch
286{
287 [propput, id(DISPID_IHTMLSTYLE_FONTFAMILY), bindable, displaybind]
288 HRESULT fontFamily([in] BSTR v);
289
290 [propget, id(DISPID_IHTMLSTYLE_FONTFAMILY), bindable, displaybind]
291 HRESULT fontFamily([retval, out] BSTR *p);
292
293 [propput, id(DISPID_IHTMLSTYLE_FONTSTYLE), bindable, displaybind]
294 HRESULT fontStyle([in] BSTR v);
296 [propget, id(DISPID_IHTMLSTYLE_FONTSTYLE), bindable, displaybind]
297 HRESULT fontStyle([retval, out] BSTR *p);
298
299 [propput, id(DISPID_IHTMLSTYLE_FONTVARIANT), bindable, displaybind]
300 HRESULT fontVariant([in] BSTR v);
301
302 [propget, id(DISPID_IHTMLSTYLE_FONTVARIANT), bindable, displaybind]
303 HRESULT fontVariant([retval, out] BSTR *p);
304
305 [propput, id(DISPID_IHTMLSTYLE_FONTWEIGHT), bindable, displaybind]
306 HRESULT fontWeight([in] BSTR v);
308 [propget, id(DISPID_IHTMLSTYLE_FONTWEIGHT), bindable, displaybind]
309 HRESULT fontWeight([retval, out] BSTR *p);
310
311 [propput, id(DISPID_IHTMLSTYLE_FONTSIZE), bindable, displaybind]
312 HRESULT fontSize([in] VARIANT v);
313
314 [propget, id(DISPID_IHTMLSTYLE_FONTSIZE), bindable, displaybind]
315 HRESULT fontSize([retval, out] VARIANT *p);
316
317 [propput, id(DISPID_IHTMLSTYLE_FONT), bindable, displaybind]
318 HRESULT font([in] BSTR v);
320 [propget, id(DISPID_IHTMLSTYLE_FONT), bindable, displaybind]
321 HRESULT font([retval, out] BSTR *p);
322
323 [propput, id(DISPID_IHTMLSTYLE_COLOR), bindable, displaybind]
324 HRESULT color([in] VARIANT v);
325
326 [propget, id(DISPID_IHTMLSTYLE_COLOR), bindable, displaybind]
327 HRESULT color([retval, out] VARIANT *p);
328
329 [propput, id(DISPID_IHTMLSTYLE_BACKGROUND), bindable, displaybind]
330 HRESULT background([in] BSTR v);
332 [propget, id(DISPID_IHTMLSTYLE_BACKGROUND), bindable, displaybind]
333 HRESULT background([retval, out] BSTR *p);
334
335 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDCOLOR), bindable, displaybind]
336 HRESULT backgroundColor([in] VARIANT v);
337
338 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDCOLOR), bindable, displaybind]
339 HRESULT backgroundColor([retval, out] VARIANT *p);
340
341 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDIMAGE), bindable, displaybind]
342 HRESULT backgroundImage([in] BSTR v);
344 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDIMAGE), bindable, displaybind]
345 HRESULT backgroundImage([retval, out] BSTR *p);
346
347 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDREPEAT), bindable, displaybind]
348 HRESULT backgroundRepeat([in] BSTR v);
349
350 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDREPEAT), bindable, displaybind]
351 HRESULT backgroundRepeat([retval, out] BSTR *p);
352
353 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDATTACHMENT), bindable, displaybind]
354 HRESULT backgroundAttachment([in] BSTR v);
356 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDATTACHMENT), bindable, displaybind]
357 HRESULT backgroundAttachment([retval, out] BSTR *p);
358
359 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITION), bindable, displaybind]
360 HRESULT backgroundPosition([in] BSTR v);
361
362 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITION), bindable, displaybind]
363 HRESULT backgroundPosition([retval, out] BSTR *p);
364
365 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONX), bindable, displaybind]
366 HRESULT backgroundPositionX([in] VARIANT v);
368 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONX), bindable, displaybind]
369 HRESULT backgroundPositionX([retval, out] VARIANT *p);
370
371 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONY), bindable, displaybind]
372 HRESULT backgroundPositionY([in] VARIANT v);
373
374 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONY), bindable, displaybind]
375 HRESULT backgroundPositionY([retval, out] VARIANT *p);
376
377 [propput, id(DISPID_IHTMLSTYLE_WORDSPACING), bindable, displaybind]
378 HRESULT wordSpacing([in] VARIANT v);
380 [propget, id(DISPID_IHTMLSTYLE_WORDSPACING), bindable, displaybind]
381 HRESULT wordSpacing([retval, out] VARIANT *p);
382
383 [propput, id(DISPID_IHTMLSTYLE_LETTERSPACING), bindable, displaybind]
384 HRESULT letterSpacing([in] VARIANT v);
385
386 [propget, id(DISPID_IHTMLSTYLE_LETTERSPACING), bindable, displaybind]
387 HRESULT letterSpacing([retval, out] VARIANT *p);
388
389 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATION), bindable, displaybind]
390 HRESULT textDecoration([in] BSTR v);
392 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATION), bindable, displaybind]
393 HRESULT textDecoration([retval, out] BSTR *p);
394
395 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONNONE), bindable, displaybind]
396 HRESULT textDecorationNone([in] VARIANT_BOOL v);
397
398 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONNONE), bindable, displaybind]
399 HRESULT textDecorationNone([retval, out] VARIANT_BOOL *p);
400
401 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONUNDERLINE), bindable, displaybind]
402 HRESULT textDecorationUnderline([in] VARIANT_BOOL v);
404 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONUNDERLINE), bindable, displaybind]
405 HRESULT textDecorationUnderline([retval, out] VARIANT_BOOL *p);
406
407 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONOVERLINE), bindable, displaybind]
408 HRESULT textDecorationOverline([in] VARIANT_BOOL v);
409
410 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONOVERLINE), bindable, displaybind]
411 HRESULT textDecorationOverline([retval, out] VARIANT_BOOL *p);
412
413 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONLINETHROUGH), bindable, displaybind]
414 HRESULT textDecorationLineThrough([in] VARIANT_BOOL v);
416 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONLINETHROUGH), bindable, displaybind]
417 HRESULT textDecorationLineThrough([retval, out] VARIANT_BOOL *p);
418
419 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONBLINK), bindable, displaybind]
420 HRESULT textDecorationBlink([in] VARIANT_BOOL v);
421
422 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONBLINK), bindable, displaybind]
423 HRESULT textDecorationBlink([retval, out] VARIANT_BOOL *p);
424
425 [propput, id(DISPID_IHTMLSTYLE_VERTICALALIGN), bindable, displaybind]
426 HRESULT verticalAlign([in] VARIANT v);
428 [propget, id(DISPID_IHTMLSTYLE_VERTICALALIGN), bindable, displaybind]
429 HRESULT verticalAlign([retval, out] VARIANT *p);
430
431 [propput, id(DISPID_IHTMLSTYLE_TEXTTRANSFORM), bindable, displaybind]
432 HRESULT textTransform([in] BSTR v);
433
434 [propget, id(DISPID_IHTMLSTYLE_TEXTTRANSFORM), bindable, displaybind]
435 HRESULT textTransform([retval, out] BSTR *p);
436
437 [propput, id(DISPID_IHTMLSTYLE_TEXTALIGN), bindable, displaybind]
438 HRESULT textAlign([in] BSTR v);
440 [propget, id(DISPID_IHTMLSTYLE_TEXTALIGN), bindable, displaybind]
441 HRESULT textAlign([retval, out] BSTR *p);
442
443 [propput, id(DISPID_IHTMLSTYLE_TEXTINDENT), bindable, displaybind]
444 HRESULT textIndent([in] VARIANT v);
445
446 [propget, id(DISPID_IHTMLSTYLE_TEXTINDENT), bindable, displaybind]
447 HRESULT textIndent([retval, out] VARIANT *p);
448
449 [propput, id(DISPID_IHTMLSTYLE_LINEHEIGHT), bindable, displaybind]
450 HRESULT lineHeight([in] VARIANT v);
452 [propget, id(DISPID_IHTMLSTYLE_LINEHEIGHT), bindable, displaybind]
453 HRESULT lineHeight([retval, out] VARIANT *p);
454
455 [propput, id(DISPID_IHTMLSTYLE_MARGINTOP), bindable, displaybind]
456 HRESULT marginTop([in] VARIANT v);
457
458 [propget, id(DISPID_IHTMLSTYLE_MARGINTOP), bindable, displaybind]
459 HRESULT marginTop([retval, out] VARIANT *p);
460
461 [propput, id(DISPID_IHTMLSTYLE_MARGINRIGHT), bindable, displaybind]
462 HRESULT marginRight([in] VARIANT v);
464 [propget, id(DISPID_IHTMLSTYLE_MARGINRIGHT), bindable, displaybind]
465 HRESULT marginRight([retval, out] VARIANT *p);
466
467 [propput, id(DISPID_IHTMLSTYLE_MARGINBOTTOM), bindable, displaybind]
468 HRESULT marginBottom([in] VARIANT v);
469
470 [propget, id(DISPID_IHTMLSTYLE_MARGINBOTTOM), bindable, displaybind]
471 HRESULT marginBottom([retval, out] VARIANT *p);
472
473 [propput, id(DISPID_IHTMLSTYLE_MARGINLEFT), bindable, displaybind]
474 HRESULT marginLeft([in] VARIANT v);
476 [propget, id(DISPID_IHTMLSTYLE_MARGINLEFT), bindable, displaybind]
477 HRESULT marginLeft([retval, out] VARIANT *p);
478
479 [propput, id(DISPID_IHTMLSTYLE_MARGIN), bindable, displaybind]
480 HRESULT margin([in] BSTR v);
481
482 [propget, id(DISPID_IHTMLSTYLE_MARGIN), bindable, displaybind]
483 HRESULT margin([retval, out] BSTR *p);
484
485 [propput, id(DISPID_IHTMLSTYLE_PADDINGTOP), bindable, displaybind]
486 HRESULT paddingTop([in] VARIANT v);
488 [propget, id(DISPID_IHTMLSTYLE_PADDINGTOP), bindable, displaybind]
489 HRESULT paddingTop([retval, out] VARIANT *p);
490
491 [propput, id(DISPID_IHTMLSTYLE_PADDINGRIGHT), bindable, displaybind]
492 HRESULT paddingRight([in] VARIANT v);
493
494 [propget, id(DISPID_IHTMLSTYLE_PADDINGRIGHT), bindable, displaybind]
495 HRESULT paddingRight([retval, out] VARIANT *p);
496
497 [propput, id(DISPID_IHTMLSTYLE_PADDINGBOTTOM), bindable, displaybind]
498 HRESULT paddingBottom([in] VARIANT v);
500 [propget, id(DISPID_IHTMLSTYLE_PADDINGBOTTOM), bindable, displaybind]
501 HRESULT paddingBottom([retval, out] VARIANT *p);
502
503 [propput, id(DISPID_IHTMLSTYLE_PADDINGLEFT), bindable, displaybind]
504 HRESULT paddingLeft([in] VARIANT v);
505
506 [propget, id(DISPID_IHTMLSTYLE_PADDINGLEFT), bindable, displaybind]
507 HRESULT paddingLeft([retval, out] VARIANT *p);
508
509 [propput, id(DISPID_IHTMLSTYLE_PADDING), bindable, displaybind]
510 HRESULT padding([in] BSTR v);
512 [propget, id(DISPID_IHTMLSTYLE_PADDING), bindable, displaybind]
513 HRESULT padding([retval, out] BSTR *p);
514
515 [propput, id(DISPID_IHTMLSTYLE_BORDER), bindable, displaybind]
516 HRESULT border([in] BSTR v);
517
518 [propget, id(DISPID_IHTMLSTYLE_BORDER), bindable, displaybind]
519 HRESULT border([retval, out] BSTR *p);
520
521 [propput, id(DISPID_IHTMLSTYLE_BORDERTOP), bindable, displaybind]
522 HRESULT borderTop([in] BSTR v);
524 [propget, id(DISPID_IHTMLSTYLE_BORDERTOP), bindable, displaybind]
525 HRESULT borderTop([retval, out] BSTR *p);
526
527 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHT), bindable, displaybind]
528 HRESULT borderRight([in] BSTR v);
529
530 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHT), bindable, displaybind]
531 HRESULT borderRight([retval, out] BSTR *p);
532
533 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOM), bindable, displaybind]
534 HRESULT borderBottom([in] BSTR v);
536 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOM), bindable, displaybind]
537 HRESULT borderBottom([retval, out] BSTR *p);
538
539 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFT), bindable, displaybind]
540 HRESULT borderLeft([in] BSTR v);
541
542 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFT), bindable, displaybind]
543 HRESULT borderLeft([retval, out] BSTR *p);
544
545 [propput, id(DISPID_IHTMLSTYLE_BORDERCOLOR), bindable, displaybind]
546 HRESULT borderColor([in] BSTR v);
548 [propget, id(DISPID_IHTMLSTYLE_BORDERCOLOR), bindable, displaybind]
549 HRESULT borderColor([retval, out] BSTR *p);
550
551 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPCOLOR), bindable, displaybind]
552 HRESULT borderTopColor([in] VARIANT v);
553
554 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPCOLOR), bindable, displaybind]
555 HRESULT borderTopColor([retval, out] VARIANT *p);
556
557 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTCOLOR), bindable, displaybind]
558 HRESULT borderRightColor([in] VARIANT v);
560 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTCOLOR), bindable, displaybind]
561 HRESULT borderRightColor([retval, out] VARIANT *p);
562
563 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMCOLOR), bindable, displaybind]
564 HRESULT borderBottomColor([in] VARIANT v);
565
566 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMCOLOR), bindable, displaybind]
567 HRESULT borderBottomColor([retval, out] VARIANT *p);
568
569 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTCOLOR), bindable, displaybind]
570 HRESULT borderLeftColor([in] VARIANT v);
572 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTCOLOR), bindable, displaybind]
573 HRESULT borderLeftColor([retval, out] VARIANT *p);
574
575 [propput, id(DISPID_IHTMLSTYLE_BORDERWIDTH), bindable, displaybind]
576 HRESULT borderWidth([in] BSTR v);
578 [propget, id(DISPID_IHTMLSTYLE_BORDERWIDTH), bindable, displaybind]
579 HRESULT borderWidth([retval, out] BSTR *p);
580
581 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPWIDTH), bindable, displaybind]
582 HRESULT borderTopWidth([in] VARIANT v);
583
584 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPWIDTH), bindable, displaybind]
585 HRESULT borderTopWidth([retval, out] VARIANT *p);
586
587 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTWIDTH), bindable, displaybind]
588 HRESULT borderRightWidth([in] VARIANT v);
590 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTWIDTH), bindable, displaybind]
591 HRESULT borderRightWidth([retval, out] VARIANT *p);
592
593 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMWIDTH), bindable, displaybind]
594 HRESULT borderBottomWidth([in] VARIANT v);
595
596 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMWIDTH), bindable, displaybind]
597 HRESULT borderBottomWidth([retval, out] VARIANT *p);
598
599 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTWIDTH), bindable, displaybind]
600 HRESULT borderLeftWidth([in] VARIANT v);
602 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTWIDTH), bindable, displaybind]
603 HRESULT borderLeftWidth([retval, out] VARIANT *p);
604
605 [propput, id(DISPID_IHTMLSTYLE_BORDERSTYLE), bindable, displaybind]
606 HRESULT borderStyle([in] BSTR v);
607
608 [propget, id(DISPID_IHTMLSTYLE_BORDERSTYLE), bindable, displaybind]
609 HRESULT borderStyle([retval, out] BSTR *p);
610
611 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPSTYLE), bindable, displaybind]
612 HRESULT borderTopStyle([in] BSTR v);
614 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPSTYLE), bindable, displaybind]
615 HRESULT borderTopStyle([retval, out] BSTR *p);
616
617 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTSTYLE), bindable, displaybind]
618 HRESULT borderRightStyle([in] BSTR v);
619
620 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTSTYLE), bindable, displaybind]
621 HRESULT borderRightStyle([retval, out] BSTR *p);
622
623 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMSTYLE), bindable, displaybind]
624 HRESULT borderBottomStyle([in] BSTR v);
626 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMSTYLE), bindable, displaybind]
627 HRESULT borderBottomStyle([retval, out] BSTR *p);
628
629 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTSTYLE), bindable, displaybind]
630 HRESULT borderLeftStyle([in] BSTR v);
631
632 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTSTYLE), bindable, displaybind]
633 HRESULT borderLeftStyle([retval, out] BSTR *p);
634
635 [propput, id(DISPID_IHTMLSTYLE_WIDTH), bindable, displaybind]
636 HRESULT width([in] VARIANT v);
637
638 [propget, id(DISPID_IHTMLSTYLE_WIDTH), bindable, displaybind]
639 HRESULT width([retval, out] VARIANT *p);
640
641 [propput, id(DISPID_IHTMLSTYLE_HEIGHT), bindable, displaybind]
642 HRESULT height([in] VARIANT v);
643
644 [propget, id(DISPID_IHTMLSTYLE_HEIGHT), bindable, displaybind]
645 HRESULT height([retval, out] VARIANT *p);
646
647 [propput, id(DISPID_IHTMLSTYLE_STYLEFLOAT), bindable, displaybind]
648 HRESULT styleFloat([in] BSTR v);
649
650 [propget, id(DISPID_IHTMLSTYLE_STYLEFLOAT), bindable, displaybind]
651 HRESULT styleFloat([retval, out] BSTR *p);
652
653 [propput, id(DISPID_IHTMLSTYLE_CLEAR), bindable, displaybind]
654 HRESULT clear([in] BSTR v);
655
656 [propget, id(DISPID_IHTMLSTYLE_CLEAR), bindable, displaybind]
657 HRESULT clear([retval, out] BSTR *p);
658
659 [propput, id(DISPID_IHTMLSTYLE_DISPLAY), bindable, displaybind]
660 HRESULT display([in] BSTR v);
661
662 [propget, id(DISPID_IHTMLSTYLE_DISPLAY), bindable, displaybind]
663 HRESULT display([retval, out] BSTR *p);
664
665 [propput, id(DISPID_IHTMLSTYLE_VISIBILITY), bindable, displaybind]
666 HRESULT visibility([in] BSTR v);
667
668 [propget, id(DISPID_IHTMLSTYLE_VISIBILITY), bindable, displaybind]
669 HRESULT visibility([retval, out] BSTR *p);
670
671 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLETYPE), bindable, displaybind]
672 HRESULT listStyleType([in] BSTR v);
673
674 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLETYPE), bindable, displaybind]
675 HRESULT listStyleType([retval, out] BSTR *p);
676
677 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLEPOSITION), bindable, displaybind]
678 HRESULT listStylePosition([in] BSTR v);
679
680 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLEPOSITION), bindable, displaybind]
681 HRESULT listStylePosition([retval, out] BSTR *p);
682
683 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLEIMAGE), bindable, displaybind]
684 HRESULT listStyleImage([in] BSTR v);
685
686 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLEIMAGE), bindable, displaybind]
687 HRESULT listStyleImage([retval, out] BSTR *p);
688
689 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLE), bindable, displaybind]
690 HRESULT listStyle([in] BSTR v);
691
692 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLE), bindable, displaybind]
693 HRESULT listStyle([retval, out] BSTR *p);
694
695 [propput, id(DISPID_IHTMLSTYLE_WHITESPACE), bindable, displaybind]
696 HRESULT whiteSpace([in] BSTR v);
697
698 [propget, id(DISPID_IHTMLSTYLE_WHITESPACE), bindable, displaybind]
699 HRESULT whiteSpace([retval, out] BSTR *p);
700
701 [propput, id(DISPID_IHTMLSTYLE_TOP), bindable, displaybind]
702 HRESULT top([in] VARIANT v);
703
704 [propget, id(DISPID_IHTMLSTYLE_TOP), bindable, displaybind]
705 HRESULT top([retval, out] VARIANT *p);
706
707 [propput, id(DISPID_IHTMLSTYLE_LEFT), bindable, displaybind]
708 HRESULT left([in] VARIANT v);
709
710 [propget, id(DISPID_IHTMLSTYLE_LEFT), bindable, displaybind]
711 HRESULT left([retval, out] VARIANT *p);
712
713 [propget, id(DISPID_IHTMLSTYLE_POSITION), bindable, displaybind]
714 HRESULT position([retval, out] BSTR *p);
715
716 [propput, id(DISPID_IHTMLSTYLE_ZINDEX), bindable, displaybind]
717 HRESULT zIndex([in] VARIANT v);
718
719 [propget, id(DISPID_IHTMLSTYLE_ZINDEX), bindable, displaybind]
720 HRESULT zIndex([retval, out] VARIANT *p);
721
722 [propput, id(DISPID_IHTMLSTYLE_OVERFLOW), bindable, displaybind]
723 HRESULT overflow([in] BSTR v);
724
725 [propget, id(DISPID_IHTMLSTYLE_OVERFLOW), bindable, displaybind]
726 HRESULT overflow([retval, out] BSTR *p);
727
728 [propput, id(DISPID_IHTMLSTYLE_PAGEBREAKBEFORE), bindable, displaybind]
729 HRESULT pageBreakBefore([in] BSTR v);
730
731 [propget, id(DISPID_IHTMLSTYLE_PAGEBREAKBEFORE), bindable, displaybind]
732 HRESULT pageBreakBefore([retval, out] BSTR *p);
733
734 [propput, id(DISPID_IHTMLSTYLE_PAGEBREAKAFTER), bindable, displaybind]
735 HRESULT pageBreakAfter([in] BSTR v);
736
737 [propget, id(DISPID_IHTMLSTYLE_PAGEBREAKAFTER), bindable, displaybind]
738 HRESULT pageBreakAfter([retval, out] BSTR *p);
739
740 [propput, id(DISPID_IHTMLSTYLE_CSSTEXT), bindable, displaybind]
741 HRESULT cssText([in] BSTR v);
742
743 [propget, id(DISPID_IHTMLSTYLE_CSSTEXT), bindable, displaybind]
744 HRESULT cssText([retval, out] BSTR *p);
745
746 [propput, id(DISPID_IHTMLSTYLE_PIXELTOP), bindable, displaybind, hidden]
747 HRESULT pixelTop([in] LONG v);
748
749 [propget, id(DISPID_IHTMLSTYLE_PIXELTOP), bindable, displaybind, hidden]
750 HRESULT pixelTop([retval, out] LONG *p);
751
752 [propput, id(DISPID_IHTMLSTYLE_PIXELLEFT), bindable, displaybind, hidden]
753 HRESULT pixelLeft([in] LONG v);
754
755 [propget, id(DISPID_IHTMLSTYLE_PIXELLEFT), bindable, displaybind, hidden]
756 HRESULT pixelLeft([retval, out] LONG *p);
757
758 [propput, id(DISPID_IHTMLSTYLE_PIXELWIDTH), bindable, displaybind, hidden]
759 HRESULT pixelWidth([in] LONG v);
760
761 [propget, id(DISPID_IHTMLSTYLE_PIXELWIDTH), bindable, displaybind, hidden]
762 HRESULT pixelWidth([retval, out] LONG *p);
763
764 [propput, id(DISPID_IHTMLSTYLE_PIXELHEIGHT), bindable, displaybind, hidden]
765 HRESULT pixelHeight([in] LONG v);
766
767 [propget, id(DISPID_IHTMLSTYLE_PIXELHEIGHT), bindable, displaybind, hidden]
768 HRESULT pixelHeight([retval, out] LONG *p);
769
770 [propput, id(DISPID_IHTMLSTYLE_POSTOP), bindable, displaybind]
771 HRESULT posTop([in] float v);
772
773 [propget, id(DISPID_IHTMLSTYLE_POSTOP), bindable, displaybind]
774 HRESULT posTop([retval, out] float *p);
775
776 [propput, id(DISPID_IHTMLSTYLE_POSLEFT), bindable, displaybind]
777 HRESULT posLeft([in] float v);
778
779 [propget, id(DISPID_IHTMLSTYLE_POSLEFT), bindable, displaybind]
780 HRESULT posLeft([retval, out] float *p);
781
782 [propput, id(DISPID_IHTMLSTYLE_POSWIDTH), bindable, displaybind]
783 HRESULT posWidth([in] float v);
784
785 [propget, id(DISPID_IHTMLSTYLE_POSWIDTH), bindable, displaybind]
786 HRESULT posWidth([retval, out] float *p);
787
788 [propput, id(DISPID_IHTMLSTYLE_POSHEIGHT), bindable, displaybind]
789 HRESULT posHeight([in] float v);
790
791 [propget, id(DISPID_IHTMLSTYLE_POSHEIGHT), bindable, displaybind]
792 HRESULT posHeight([retval, out] float *p);
793
794 [propput, id(DISPID_IHTMLSTYLE_CURSOR), bindable, displaybind]
795 HRESULT cursor([in] BSTR v);
796
797 [propget, id(DISPID_IHTMLSTYLE_CURSOR), bindable, displaybind]
798 HRESULT cursor([retval, out] BSTR *p);
799
800 [propput, id(DISPID_IHTMLSTYLE_CLIP), bindable, displaybind]
801 HRESULT clip([in] BSTR v);
802
803 [propget, id(DISPID_IHTMLSTYLE_CLIP), bindable, displaybind]
804 HRESULT clip([retval, out] BSTR *p);
805
806 [propput, id(DISPID_IHTMLSTYLE_FILTER), bindable, displaybind]
807 HRESULT filter([in] BSTR v);
808
809 [propget, id(DISPID_IHTMLSTYLE_FILTER), bindable, displaybind]
810 HRESULT filter([retval, out] BSTR *p);
811
812 [id(DISPID_IHTMLSTYLE_SETATTRIBUTE)]
813 HRESULT setAttribute(
814 [in] BSTR strAttributeName,
815 [in] VARIANT AttributeValue,
816 [defaultvalue(1), in] LONG lFlags);
817
818 [id(DISPID_IHTMLSTYLE_GETATTRIBUTE)]
819 HRESULT getAttribute(
820 [in] BSTR strAttributeName,
821 [defaultvalue(0), in] LONG lFlags,
822 [retval, out] VARIANT *AttributeValue);
823
824 [id(DISPID_IHTMLSTYLE_REMOVEATTRIBUTE)]
825 HRESULT removeAttribute(
826 [in] BSTR strAttributeName,
827 [defaultvalue(1), in]
828 LONG lFlags,
829 [retval, out] VARIANT_BOOL *pfSuccess);
830
831 [id(DISPID_IHTMLSTYLE_TOSTRING)]
832 HRESULT toString([retval, out] BSTR *String);
833}
834
835/*****************************************************************************
836 * IHTMLStyle2 interface
837 */
838[
839 odl,
840 oleautomation,
841 dual,
842 uuid(3050f4a2-98b5-11cf-bb82-00aa00bdce0b)
843]
844interface IHTMLStyle2 : IDispatch
845{
846 [propput, id(DISPID_IHTMLSTYLE2_TABLELAYOUT), displaybind, bindable]
847 HRESULT tableLayout([in] BSTR v);
848
849 [propget, id(DISPID_IHTMLSTYLE2_TABLELAYOUT), displaybind, bindable]
850 HRESULT tableLayout([out, retval] BSTR *p);
851
852 [propput, id(DISPID_IHTMLSTYLE2_BORDERCOLLAPSE), displaybind, bindable]
853 HRESULT borderCollapse([in] BSTR v);
855 [propget, id(DISPID_IHTMLSTYLE2_BORDERCOLLAPSE), displaybind, bindable]
856 HRESULT borderCollapse([out, retval] BSTR *p);
857
858 [propput, id(DISPID_IHTMLSTYLE2_DIRECTION), displaybind, bindable]
859 HRESULT direction([in] BSTR v);
860
861 [propget, id(DISPID_IHTMLSTYLE2_DIRECTION), displaybind, bindable]
862 HRESULT direction([out, retval] BSTR *p);
864 [propput, id(DISPID_IHTMLSTYLE2_BEHAVIOR), displaybind, bindable]
865 HRESULT behavior([in] BSTR v);
866
867 [propget, id(DISPID_IHTMLSTYLE2_BEHAVIOR), displaybind, bindable]
868 HRESULT behavior([out, retval] BSTR *p);
870 [id(DISPID_IHTMLSTYLE2_SETEXPRESSION)]
871 HRESULT setExpression(
872 [in] BSTR propname,
873 [in] BSTR expression,
874 [in, defaultvalue("")] BSTR language);
875
876 [id(DISPID_IHTMLSTYLE2_GETEXPRESSION)]
877 HRESULT getExpression(
878 [in] BSTR propname,
879 [out, retval] VARIANT *expression);
880
881 [id(DISPID_IHTMLSTYLE2_REMOVEEXPRESSION)]
882 HRESULT removeExpression(
883 [in] BSTR propname,
884 [out, retval] VARIANT_BOOL *pfSuccess);
885
886 [propput, id(DISPID_IHTMLSTYLE2_POSITION), displaybind, bindable]
887 HRESULT position([in] BSTR v);
888
889 [propget, id(DISPID_IHTMLSTYLE2_POSITION), displaybind, bindable]
890 HRESULT position([out, retval] BSTR *p);
891
892 [propput, id(DISPID_IHTMLSTYLE2_UNICODEBIDI), displaybind, bindable]
893 HRESULT unicodeBidi([in] BSTR v);
895 [propget, id(DISPID_IHTMLSTYLE2_UNICODEBIDI), displaybind, bindable]
896 HRESULT unicodeBidi([out, retval] BSTR *p);
897
898 [propput, id(DISPID_IHTMLSTYLE2_BOTTOM), displaybind, bindable]
899 HRESULT bottom([in] VARIANT v);
900
901 [propget, id(DISPID_IHTMLSTYLE2_BOTTOM), displaybind, bindable]
902 HRESULT bottom([out, retval] VARIANT *p);
903
904 [propput, id(DISPID_IHTMLSTYLE2_RIGHT), displaybind, bindable]
905 HRESULT right([in] VARIANT v);
907 [propget, id(DISPID_IHTMLSTYLE2_RIGHT), displaybind, bindable]
908 HRESULT right([out, retval] VARIANT *p);
909
910 [propput, id(DISPID_IHTMLSTYLE2_PIXELBOTTOM), displaybind, bindable, hidden]
911 HRESULT pixelBottom([in] LONG v);
912
913 [propget, id(DISPID_IHTMLSTYLE2_PIXELBOTTOM), displaybind, bindable, hidden]
914 HRESULT pixelBottom([out, retval] LONG *p);
915
916 [propput, id(DISPID_IHTMLSTYLE2_PIXELRIGHT), displaybind, bindable, hidden]
917 HRESULT pixelRight([in] LONG v);
919 [propget, id(DISPID_IHTMLSTYLE2_PIXELRIGHT), displaybind, bindable, hidden]
920 HRESULT pixelRight([out, retval] LONG *p);
921
922 [propput, id(DISPID_IHTMLSTYLE2_POSBOTTOM), displaybind, bindable]
923 HRESULT posBottom([in] float v);
924
925 [propget, id(DISPID_IHTMLSTYLE2_POSBOTTOM), displaybind, bindable]
926 HRESULT posBottom([out, retval] float *p);
927
928 [propput, id(DISPID_IHTMLSTYLE2_POSRIGHT), displaybind, bindable]
929 HRESULT posRight([in] float v);
931 [propget, id(DISPID_IHTMLSTYLE2_POSRIGHT), displaybind, bindable]
932 HRESULT posRight([out, retval] float *p);
933
934 [propput, id(DISPID_IHTMLSTYLE2_IMEMODE), displaybind, bindable]
935 HRESULT imeMode([in] BSTR v);
936
937 [propget, id(DISPID_IHTMLSTYLE2_IMEMODE), displaybind, bindable]
938 HRESULT imeMode([out, retval] BSTR *p);
939
940 [propput, id(DISPID_IHTMLSTYLE2_RUBYALIGN), displaybind, bindable]
941 HRESULT rubyAlign([in] BSTR v);
943 [propget, id(DISPID_IHTMLSTYLE2_RUBYALIGN), displaybind, bindable]
944 HRESULT rubyAlign([out, retval] BSTR *p);
945
946 [propput, id(DISPID_IHTMLSTYLE2_RUBYPOSITION), displaybind, bindable]
947 HRESULT rubyPosition([in] BSTR v);
948
949 [propget, id(DISPID_IHTMLSTYLE2_RUBYPOSITION), displaybind, bindable]
950 HRESULT rubyPosition([out, retval] BSTR *p);
951
952 [propput, id(DISPID_IHTMLSTYLE2_RUBYOVERHANG), displaybind, bindable]
953 HRESULT rubyOverhang([in] BSTR v);
955 [propget, id(DISPID_IHTMLSTYLE2_RUBYOVERHANG), displaybind, bindable]
956 HRESULT rubyOverhang([out, retval] BSTR *p);
957
958 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDCHAR), displaybind, bindable]
959 HRESULT layoutGridChar([in] VARIANT v);
960
961 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDCHAR), displaybind, bindable]
962 HRESULT layoutGridChar([out, retval] VARIANT *p);
963
964 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDLINE), displaybind, bindable]
965 HRESULT layoutGridLine([in] VARIANT v);
967 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDLINE), displaybind, bindable]
968 HRESULT layoutGridLine([out, retval] VARIANT *p);
969
970 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDMODE), displaybind, bindable]
971 HRESULT layoutGridMode([in] BSTR v);
972
973 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDMODE), displaybind, bindable]
974 HRESULT layoutGridMode([out, retval] BSTR *p);
975
976 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDTYPE), displaybind, bindable]
977 HRESULT layoutGridType([in] BSTR v);
979 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDTYPE), displaybind, bindable]
980 HRESULT layoutGridType([out, retval] BSTR *p);
981
982 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRID), displaybind, bindable, nonbrowsable]
983 HRESULT layoutGrid([in] BSTR v);
984
985 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRID), displaybind, bindable, nonbrowsable]
986 HRESULT layoutGrid([out, retval] BSTR *p);
987
988 [propput, id(DISPID_IHTMLSTYLE2_WORDBREAK), displaybind, bindable]
989 HRESULT wordBreak([in] BSTR v);
990
991 [propget, id(DISPID_IHTMLSTYLE2_WORDBREAK), displaybind, bindable]
992 HRESULT wordBreak([out, retval] BSTR *p);
993
994 [propput, id(DISPID_IHTMLSTYLE2_LINEBREAK), displaybind, bindable]
995 HRESULT lineBreak([in] BSTR v);
996
997 [propget, id(DISPID_IHTMLSTYLE2_LINEBREAK), displaybind, bindable]
998 HRESULT lineBreak([out, retval] BSTR *p);
999
1000 [propput, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFY), displaybind, bindable]
1001 HRESULT textJustify([in] BSTR v);
1002
1003 [propget, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFY), displaybind, bindable]
1004 HRESULT textJustify([out, retval] BSTR *p);
1005
1006 [propput, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFYTRIM), displaybind, bindable]
1007 HRESULT textJustifyTrim([in] BSTR v);
1008
1009 [propget, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFYTRIM), displaybind, bindable]
1010 HRESULT textJustifyTrim([out, retval] BSTR *p);
1011
1012 [propput, id(DISPID_IHTMLSTYLE2_TEXTKASHIDA), displaybind, bindable]
1013 HRESULT textKashida([in] VARIANT v);
1014
1015 [propget, id(DISPID_IHTMLSTYLE2_TEXTKASHIDA), displaybind, bindable]
1016 HRESULT textKashida([out, retval] VARIANT *p);
1017
1018 [propput, id(DISPID_IHTMLSTYLE2_TEXTAUTOSPACE), displaybind, bindable]
1019 HRESULT textAutospace([in] BSTR v);
1020
1021 [propget, id(DISPID_IHTMLSTYLE2_TEXTAUTOSPACE), displaybind, bindable]
1022 HRESULT textAutospace([out, retval] BSTR *p);
1023
1024 [propput, id(DISPID_IHTMLSTYLE2_OVERFLOWX), displaybind, bindable]
1025 HRESULT overflowX([in] BSTR v);
1026
1027 [propget, id(DISPID_IHTMLSTYLE2_OVERFLOWX), displaybind, bindable]
1028 HRESULT overflowX([out, retval] BSTR *p);
1029
1030 [propput, id(DISPID_IHTMLSTYLE2_OVERFLOWY), displaybind, bindable]
1031 HRESULT overflowY([in] BSTR v);
1032
1033 [propget, id(DISPID_IHTMLSTYLE2_OVERFLOWY), displaybind, bindable]
1034 HRESULT overflowY([out, retval] BSTR *p);
1035
1036 [propput, id(DISPID_IHTMLSTYLE2_ACCELERATOR), displaybind, bindable]
1037 HRESULT accelerator([in] BSTR v);
1038
1039 [propget, id(DISPID_IHTMLSTYLE2_ACCELERATOR), displaybind, bindable]
1040 HRESULT accelerator([out, retval] BSTR *p);
1041}
1042
1043/*****************************************************************************
1044 * IHTMLRuleStyle interface
1045 */
1046[
1047 odl,
1048 oleautomation,
1049 dual,
1050 uuid(3050F3CF-98B5-11CF-BB82-00AA00BDCE0B)
1051]
1052interface IHTMLRuleStyle : IDispatch
1053{
1054 [propput, id(DISPID_IHTMLRULESTYLE_FONTFAMILY), bindable, displaybind]
1055 HRESULT fontFamily([in] BSTR v);
1056
1057 [propget, id(DISPID_IHTMLRULESTYLE_FONTFAMILY), bindable, displaybind]
1058 HRESULT fontFamily([retval, out] BSTR *p);
1059
1060 [propput, id(DISPID_IHTMLRULESTYLE_FONTSTYLE), bindable, displaybind]
1061 HRESULT fontStyle([in] BSTR v);
1063 [propget, id(DISPID_IHTMLRULESTYLE_FONTSTYLE), bindable, displaybind]
1064 HRESULT fontStyle([retval, out] BSTR *p);
1065
1066 [propput, id(DISPID_IHTMLRULESTYLE_FONTVARIANT), bindable, displaybind]
1067 HRESULT fontVariant([in] BSTR v);
1068
1069 [propget, id(DISPID_IHTMLRULESTYLE_FONTVARIANT), bindable, displaybind]
1070 HRESULT fontVariant([retval, out] BSTR *p);
1071
1072 [propput, id(DISPID_IHTMLRULESTYLE_FONTWEIGHT), bindable, displaybind]
1073 HRESULT fontWeight([in] BSTR v);
1075 [propget, id(DISPID_IHTMLRULESTYLE_FONTWEIGHT), bindable, displaybind]
1076 HRESULT fontWeight([retval, out] BSTR *p);
1077
1078 [propput, id(DISPID_IHTMLRULESTYLE_FONTSIZE), bindable, displaybind]
1079 HRESULT fontSize([in] VARIANT v);
1080
1081 [propget, id(DISPID_IHTMLRULESTYLE_FONTSIZE), bindable, displaybind]
1082 HRESULT fontSize([retval, out] VARIANT *p);
1083
1084 [propput, id(DISPID_IHTMLRULESTYLE_FONT), bindable, displaybind]
1085 HRESULT font([in] BSTR v);
1087 [propget, id(DISPID_IHTMLRULESTYLE_FONT), bindable, displaybind]
1088 HRESULT font([retval, out] BSTR *p);
1089
1090 [propput, id(DISPID_IHTMLRULESTYLE_COLOR), bindable, displaybind]
1091 HRESULT color([in] VARIANT v);
1092
1093 [propget, id(DISPID_IHTMLRULESTYLE_COLOR), bindable, displaybind]
1094 HRESULT color([retval, out] VARIANT *p);
1095
1096 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUND), bindable, displaybind]
1097 HRESULT background([in] BSTR v);
1099 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUND), bindable, displaybind]
1100 HRESULT background([retval, out] BSTR *p);
1101
1102 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDCOLOR), bindable, displaybind]
1103 HRESULT backgroundColor([in] VARIANT v);
1104
1105 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDCOLOR), bindable, displaybind]
1106 HRESULT backgroundColor([retval, out] VARIANT *p);
1107
1108 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDIMAGE), bindable, displaybind]
1109 HRESULT backgroundImage([in] BSTR v);
1111 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDIMAGE), bindable, displaybind]
1112 HRESULT backgroundImage([retval, out] BSTR *p);
1113
1114 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDREPEAT), bindable, displaybind]
1115 HRESULT backgroundRepeat([in] BSTR v);
1116
1117 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDREPEAT), bindable, displaybind]
1118 HRESULT backgroundRepeat([retval, out] BSTR *p);
1119
1120 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDATTACHMENT), bindable, displaybind]
1121 HRESULT backgroundAttachment([in] BSTR v);
1123 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDATTACHMENT), bindable, displaybind]
1124 HRESULT backgroundAttachment([retval, out] BSTR *p);
1125
1126 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITION), bindable, displaybind]
1127 HRESULT backgroundPosition([in] BSTR v);
1128
1129 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITION), bindable, displaybind]
1130 HRESULT backgroundPosition([retval, out] BSTR *p);
1131
1132 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITIONX), bindable, displaybind]
1133 HRESULT backgroundPositionX([in] VARIANT v);
1135 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITIONX), bindable, displaybind]
1136 HRESULT backgroundPositionX([retval, out] VARIANT *p);
1137
1138 [propput, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITIONY), bindable, displaybind]
1139 HRESULT backgroundPositionY([in] VARIANT v);
1140
1141 [propget, id(DISPID_IHTMLRULESTYLE_BACKGROUNDPOSITIONY), bindable, displaybind]
1142 HRESULT backgroundPositionY([retval, out] VARIANT *p);
1143
1144 [propput, id(DISPID_IHTMLRULESTYLE_WORDSPACING), bindable, displaybind]
1145 HRESULT wordSpacing([in] VARIANT v);
1147 [propget, id(DISPID_IHTMLRULESTYLE_WORDSPACING), bindable, displaybind]
1148 HRESULT wordSpacing([retval, out] VARIANT *p);
1149
1150 [propput, id(DISPID_IHTMLRULESTYLE_LETTERSPACING), bindable, displaybind]
1151 HRESULT letterSpacing([in] VARIANT v);
1152
1153 [propget, id(DISPID_IHTMLRULESTYLE_LETTERSPACING), bindable, displaybind]
1154 HRESULT letterSpacing([retval, out] VARIANT *p);
1155
1156 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATION), bindable, displaybind]
1157 HRESULT textDecoration([in] BSTR v);
1159 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATION), bindable, displaybind]
1160 HRESULT textDecoration([retval, out] BSTR *p);
1161
1162 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONNONE), bindable, displaybind]
1163 HRESULT textDecorationNone([in] VARIANT_BOOL v);
1164
1165 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONNONE), bindable, displaybind]
1166 HRESULT textDecorationNone([retval, out] VARIANT_BOOL *p);
1167
1168 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONUNDERLINE), bindable, displaybind]
1169 HRESULT textDecorationUnderline([in] VARIANT_BOOL v);
1171 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONUNDERLINE), bindable, displaybind]
1172 HRESULT textDecorationUnderline([retval, out] VARIANT_BOOL *p);
1173
1174 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONOVERLINE), bindable, displaybind]
1175 HRESULT textDecorationOverline([in] VARIANT_BOOL v);
1176
1177 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONOVERLINE), bindable, displaybind]
1178 HRESULT textDecorationOverline([retval, out] VARIANT_BOOL *p);
1179
1180 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONLINETHROUGH), bindable, displaybind]
1181 HRESULT textDecorationLineThrough([in] VARIANT_BOOL v);
1183 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONLINETHROUGH), bindable, displaybind]
1184 HRESULT textDecorationLineThrough([retval, out] VARIANT_BOOL *p);
1185
1186 [propput, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONBLINK), bindable, displaybind]
1187 HRESULT textDecorationBlink([in] VARIANT_BOOL v);
1188
1189 [propget, id(DISPID_IHTMLRULESTYLE_TEXTDECORATIONBLINK), bindable, displaybind]
1190 HRESULT textDecorationBlink([retval, out] VARIANT_BOOL *p);
1191
1192 [propput, id(DISPID_IHTMLRULESTYLE_VERTICALALIGN), bindable, displaybind]
1193 HRESULT verticalAlign([in] VARIANT v);
1195 [propget, id(DISPID_IHTMLRULESTYLE_VERTICALALIGN), bindable, displaybind]
1196 HRESULT verticalAlign([retval, out] VARIANT *p);
1197
1198 [propput, id(DISPID_IHTMLRULESTYLE_TEXTTRANSFORM), bindable, displaybind]
1199 HRESULT textTransform([in] BSTR v);
1200
1201 [propget, id(DISPID_IHTMLRULESTYLE_TEXTTRANSFORM), bindable, displaybind]
1202 HRESULT textTransform([retval, out] BSTR *p);
1203
1204 [propput, id(DISPID_IHTMLRULESTYLE_TEXTALIGN), bindable, displaybind]
1205 HRESULT textAlign([in] BSTR v);
1207 [propget, id(DISPID_IHTMLRULESTYLE_TEXTALIGN), bindable, displaybind]
1208 HRESULT textAlign([retval, out] BSTR *p);
1209
1210 [propput, id(DISPID_IHTMLRULESTYLE_TEXTINDENT), bindable, displaybind]
1211 HRESULT textIndent([in] VARIANT v);
1212
1213 [propget, id(DISPID_IHTMLRULESTYLE_TEXTINDENT), bindable, displaybind]
1214 HRESULT textIndent([retval, out] VARIANT *p);
1215
1216 [propput, id(DISPID_IHTMLRULESTYLE_LINEHEIGHT), bindable, displaybind]
1217 HRESULT lineHeight([in] VARIANT v);
1219 [propget, id(DISPID_IHTMLRULESTYLE_LINEHEIGHT), bindable, displaybind]
1220 HRESULT lineHeight([retval, out] VARIANT *p);
1221
1222 [propput, id(DISPID_IHTMLRULESTYLE_MARGINTOP), bindable, displaybind]
1223 HRESULT marginTop([in] VARIANT v);
1224
1225 [propget, id(DISPID_IHTMLRULESTYLE_MARGINTOP), bindable, displaybind]
1226 HRESULT marginTop([retval, out] VARIANT *p);
1227
1228 [propput, id(DISPID_IHTMLRULESTYLE_MARGINRIGHT), bindable, displaybind]
1229 HRESULT marginRight([in] VARIANT v);
1231 [propget, id(DISPID_IHTMLRULESTYLE_MARGINRIGHT), bindable, displaybind]
1232 HRESULT marginRight([retval, out] VARIANT *p);
1233
1234 [propput, id(DISPID_IHTMLRULESTYLE_MARGINBOTTOM), bindable, displaybind]
1235 HRESULT marginBottom([in] VARIANT v);
1236
1237 [propget, id(DISPID_IHTMLRULESTYLE_MARGINBOTTOM), bindable, displaybind]
1238 HRESULT marginBottom([retval, out] VARIANT *p);
1239
1240 [propput, id(DISPID_IHTMLRULESTYLE_MARGINLEFT), bindable, displaybind]
1241 HRESULT marginLeft([in] VARIANT v);
1243 [propget, id(DISPID_IHTMLRULESTYLE_MARGINLEFT), bindable, displaybind]
1244 HRESULT marginLeft([retval, out] VARIANT *p);
1245
1246 [propput, id(DISPID_IHTMLRULESTYLE_MARGIN), bindable, displaybind]
1247 HRESULT margin([in] BSTR v);
1248
1249 [propget, id(DISPID_IHTMLRULESTYLE_MARGIN), bindable, displaybind]
1250 HRESULT margin([retval, out] BSTR *p);
1251
1252 [propput, id(DISPID_IHTMLRULESTYLE_PADDINGTOP), bindable, displaybind]
1253 HRESULT paddingTop([in] VARIANT v);
1255 [propget, id(DISPID_IHTMLRULESTYLE_PADDINGTOP), bindable, displaybind]
1256 HRESULT paddingTop([retval, out] VARIANT *p);
1257
1258 [propput, id(DISPID_IHTMLRULESTYLE_PADDINGRIGHT), bindable, displaybind]
1259 HRESULT paddingRight([in] VARIANT v);
1260
1261 [propget, id(DISPID_IHTMLRULESTYLE_PADDINGRIGHT), bindable, displaybind]
1262 HRESULT paddingRight([retval, out] VARIANT *p);
1263
1264 [propput, id(DISPID_IHTMLRULESTYLE_PADDINGBOTTOM), bindable, displaybind]
1265 HRESULT paddingBottom([in] VARIANT v);
1267 [propget, id(DISPID_IHTMLRULESTYLE_PADDINGBOTTOM), bindable, displaybind]
1268 HRESULT paddingBottom([retval, out] VARIANT *p);
1269
1270 [propput, id(DISPID_IHTMLRULESTYLE_PADDINGLEFT), bindable, displaybind]
1271 HRESULT paddingLeft([in] VARIANT v);
1272
1273 [propget, id(DISPID_IHTMLRULESTYLE_PADDINGLEFT), bindable, displaybind]
1274 HRESULT paddingLeft([retval, out] VARIANT *p);
1275
1276 [propput, id(DISPID_IHTMLRULESTYLE_PADDING), bindable, displaybind]
1277 HRESULT padding([in] BSTR v);
1279 [propget, id(DISPID_IHTMLRULESTYLE_PADDING), bindable, displaybind]
1280 HRESULT padding([retval, out] BSTR *p);
1281
1282 [propput, id(DISPID_IHTMLRULESTYLE_BORDER), bindable, displaybind]
1283 HRESULT border([in] BSTR v);
1284
1285 [propget, id(DISPID_IHTMLRULESTYLE_BORDER), bindable, displaybind]
1286 HRESULT border([retval, out] BSTR *p);
1287
1288 [propput, id(DISPID_IHTMLRULESTYLE_BORDERTOP), bindable, displaybind]
1289 HRESULT borderTop([in] BSTR v);
1291 [propget, id(DISPID_IHTMLRULESTYLE_BORDERTOP), bindable, displaybind]
1292 HRESULT borderTop([retval, out] BSTR *p);
1293
1294 [propput, id(DISPID_IHTMLRULESTYLE_BORDERRIGHT), bindable, displaybind]
1295 HRESULT borderRight([in] BSTR v);
1296
1297 [propget, id(DISPID_IHTMLRULESTYLE_BORDERRIGHT), bindable, displaybind]
1298 HRESULT borderRight([retval, out] BSTR *p);
1299
1300 [propput, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOM), bindable, displaybind]
1301 HRESULT borderBottom([in] BSTR v);
1303 [propget, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOM), bindable, displaybind]
1304 HRESULT borderBottom([retval, out] BSTR *p);
1305
1306 [propput, id(DISPID_IHTMLRULESTYLE_BORDERLEFT), bindable, displaybind]
1307 HRESULT borderLeft([in] BSTR v);
1308
1309 [propget, id(DISPID_IHTMLRULESTYLE_BORDERLEFT), bindable, displaybind]
1310 HRESULT borderLeft([retval, out] BSTR *p);
1311
1312 [propput, id(DISPID_IHTMLRULESTYLE_BORDERCOLOR), bindable, displaybind]
1313 HRESULT borderColor([in] BSTR v);
1315 [propget, id(DISPID_IHTMLRULESTYLE_BORDERCOLOR), bindable, displaybind]
1316 HRESULT borderColor([retval, out] BSTR *p);
1317
1318 [propput, id(DISPID_IHTMLRULESTYLE_BORDERTOPCOLOR), bindable, displaybind]
1319 HRESULT borderTopColor([in] VARIANT v);
1320
1321 [propget, id(DISPID_IHTMLRULESTYLE_BORDERTOPCOLOR), bindable, displaybind]
1322 HRESULT borderTopColor([retval, out] VARIANT *p);
1323
1324 [propput, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTCOLOR), bindable, displaybind]
1325 HRESULT borderRightColor([in] VARIANT v);
1327 [propget, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTCOLOR), bindable, displaybind]
1328 HRESULT borderRightColor([retval, out] VARIANT *p);
1329
1330 [propput, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMCOLOR), bindable, displaybind]
1331 HRESULT borderBottomColor([in] VARIANT v);
1332
1333 [propget, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMCOLOR), bindable, displaybind]
1334 HRESULT borderBottomColor([retval, out] VARIANT *p);
1335
1336 [propput, id(DISPID_IHTMLRULESTYLE_BORDERLEFTCOLOR), bindable, displaybind]
1337 HRESULT borderLeftColor([in] VARIANT v);
1339 [propget, id(DISPID_IHTMLRULESTYLE_BORDERLEFTCOLOR), bindable, displaybind]
1340 HRESULT borderLeftColor([retval, out] VARIANT *p);
1341
1342 [propput, id(DISPID_IHTMLRULESTYLE_BORDERWIDTH), bindable, displaybind]
1343 HRESULT borderWidth([in] BSTR v);
1345 [propget, id(DISPID_IHTMLRULESTYLE_BORDERWIDTH), bindable, displaybind]
1346 HRESULT borderWidth([retval, out] BSTR *p);
1347
1348 [propput, id(DISPID_IHTMLRULESTYLE_BORDERTOPWIDTH), bindable, displaybind]
1349 HRESULT borderTopWidth([in] VARIANT v);
1350
1351 [propget, id(DISPID_IHTMLRULESTYLE_BORDERTOPWIDTH), bindable, displaybind]
1352 HRESULT borderTopWidth([retval, out] VARIANT *p);
1353
1354 [propput, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTWIDTH), bindable, displaybind]
1355 HRESULT borderRightWidth([in] VARIANT v);
1357 [propget, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTWIDTH), bindable, displaybind]
1358 HRESULT borderRightWidth([retval, out] VARIANT *p);
1359
1360 [propput, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMWIDTH), bindable, displaybind]
1361 HRESULT borderBottomWidth([in] VARIANT v);
1362
1363 [propget, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMWIDTH), bindable, displaybind]
1364 HRESULT borderBottomWidth([retval, out] VARIANT *p);
1365
1366 [propput, id(DISPID_IHTMLRULESTYLE_BORDERLEFTWIDTH), bindable, displaybind]
1367 HRESULT borderLeftWidth([in] VARIANT v);
1369 [propget, id(DISPID_IHTMLRULESTYLE_BORDERLEFTWIDTH), bindable, displaybind]
1370 HRESULT borderLeftWidth([retval, out] VARIANT *p);
1371
1372 [propput, id(DISPID_IHTMLRULESTYLE_BORDERSTYLE), bindable, displaybind]
1373 HRESULT borderStyle([in] BSTR v);
1374
1375 [propget, id(DISPID_IHTMLRULESTYLE_BORDERSTYLE), bindable, displaybind]
1376 HRESULT borderStyle([retval, out] BSTR *p);
1377
1378 [propput, id(DISPID_IHTMLRULESTYLE_BORDERTOPSTYLE), bindable, displaybind]
1379 HRESULT borderTopStyle([in] BSTR v);
1380
1381 [propget, id(DISPID_IHTMLRULESTYLE_BORDERTOPSTYLE), bindable, displaybind]
1382 HRESULT borderTopStyle([retval, out] BSTR *p);
1383
1384 [propput, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTSTYLE), bindable, displaybind]
1385 HRESULT borderRightStyle([in] BSTR v);
1386
1387 [propget, id(DISPID_IHTMLRULESTYLE_BORDERRIGHTSTYLE), bindable, displaybind]
1388 HRESULT borderRightStyle([retval, out] BSTR *p);
1389
1390 [propput, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMSTYLE), bindable, displaybind]
1391 HRESULT borderBottomStyle([in] BSTR v);
1392
1393 [propget, id(DISPID_IHTMLRULESTYLE_BORDERBOTTOMSTYLE), bindable, displaybind]
1394 HRESULT borderBottomStyle([retval, out] BSTR *p);
1395
1396 [propput, id(DISPID_IHTMLRULESTYLE_BORDERLEFTSTYLE), bindable, displaybind]
1397 HRESULT borderLeftStyle([in] BSTR v);
1398
1399 [propget, id(DISPID_IHTMLRULESTYLE_BORDERLEFTSTYLE), bindable, displaybind]
1400 HRESULT borderLeftStyle([retval, out] BSTR *p);
1401
1402 [propput, id(DISPID_IHTMLRULESTYLE_WIDTH), bindable, displaybind]
1403 HRESULT width([in] VARIANT v);
1404
1405 [propget, id(DISPID_IHTMLRULESTYLE_WIDTH), bindable, displaybind]
1406 HRESULT width([retval, out] VARIANT *p);
1407
1408 [propput, id(DISPID_IHTMLRULESTYLE_HEIGHT), bindable, displaybind]
1409 HRESULT height([in] VARIANT v);
1410
1411 [propget, id(DISPID_IHTMLRULESTYLE_HEIGHT), bindable, displaybind]
1412 HRESULT height([retval, out] VARIANT *p);
1413
1414 [propput, id(DISPID_IHTMLRULESTYLE_STYLEFLOAT), bindable, displaybind]
1415 HRESULT styleFloat([in] BSTR v);
1416
1417 [propget, id(DISPID_IHTMLRULESTYLE_STYLEFLOAT), bindable, displaybind]
1418 HRESULT styleFloat([retval, out] BSTR *p);
1419
1420 [propput, id(DISPID_IHTMLRULESTYLE_CLEAR), bindable, displaybind]
1421 HRESULT clear([in] BSTR v);
1422
1423 [propget, id(DISPID_IHTMLRULESTYLE_CLEAR), bindable, displaybind]
1424 HRESULT clear([retval, out] BSTR *p);
1425
1426 [propput, id(DISPID_IHTMLRULESTYLE_DISPLAY), bindable, displaybind]
1427 HRESULT display([in] BSTR v);
1428
1429 [propget, id(DISPID_IHTMLRULESTYLE_DISPLAY), bindable, displaybind]
1430 HRESULT display([retval, out] BSTR *p);
1431
1432 [propput, id(DISPID_IHTMLRULESTYLE_VISIBILITY), bindable, displaybind]
1433 HRESULT visibility([in] BSTR v);
1434
1435 [propget, id(DISPID_IHTMLRULESTYLE_VISIBILITY), bindable, displaybind]
1436 HRESULT visibility([retval, out] BSTR *p);
1437
1438 [propput, id(DISPID_IHTMLRULESTYLE_LISTSTYLETYPE), bindable, displaybind]
1439 HRESULT listStyleType([in] BSTR v);
1440
1441 [propget, id(DISPID_IHTMLRULESTYLE_LISTSTYLETYPE), bindable, displaybind]
1442 HRESULT listStyleType([retval, out] BSTR *p);
1443
1444 [propput, id(DISPID_IHTMLRULESTYLE_LISTSTYLEPOSITION), bindable, displaybind]
1445 HRESULT listStylePosition([in] BSTR v);
1446
1447 [propget, id(DISPID_IHTMLRULESTYLE_LISTSTYLEPOSITION), bindable, displaybind]
1448 HRESULT listStylePosition([retval, out] BSTR *p);
1449
1450 [propput, id(DISPID_IHTMLRULESTYLE_LISTSTYLEIMAGE), bindable, displaybind]
1451 HRESULT listStyleImage([in] BSTR v);
1452
1453 [propget, id(DISPID_IHTMLRULESTYLE_LISTSTYLEIMAGE), bindable, displaybind]
1454 HRESULT listStyleImage([retval, out] BSTR *p);
1455
1456 [propput, id(DISPID_IHTMLRULESTYLE_LISTSTYLE), bindable, displaybind]
1457 HRESULT listStyle([in] BSTR v);
1458
1459 [propget, id(DISPID_IHTMLRULESTYLE_LISTSTYLE), bindable, displaybind]
1460 HRESULT listStyle([retval, out] BSTR *p);
1461
1462 [propput, id(DISPID_IHTMLRULESTYLE_WHITESPACE), bindable, displaybind]
1463 HRESULT whiteSpace([in] BSTR v);
1464
1465 [propget, id(DISPID_IHTMLRULESTYLE_WHITESPACE), bindable, displaybind]
1466 HRESULT whiteSpace([retval, out] BSTR *p);
1467
1468 [propput, id(DISPID_IHTMLRULESTYLE_TOP), bindable, displaybind]
1469 HRESULT top([in] VARIANT v);
1470
1471 [propget, id(DISPID_IHTMLRULESTYLE_TOP), bindable, displaybind]
1472 HRESULT top([retval, out] VARIANT *p);
1473
1474 [propput, id(DISPID_IHTMLRULESTYLE_LEFT), bindable, displaybind]
1475 HRESULT left([in] VARIANT v);
1476
1477 [propget, id(DISPID_IHTMLRULESTYLE_LEFT), bindable, displaybind]
1478 HRESULT left([retval, out] VARIANT *p);
1479
1480 [propget, id(DISPID_IHTMLRULESTYLE_POSITION), bindable, displaybind]
1481 HRESULT position([retval, out] BSTR *p);
1482
1483 [propput, id(DISPID_IHTMLRULESTYLE_ZINDEX), bindable, displaybind]
1484 HRESULT zIndex([in] VARIANT v);
1485
1486 [propget, id(DISPID_IHTMLRULESTYLE_ZINDEX), bindable, displaybind]
1487 HRESULT zIndex([retval, out] VARIANT *p);
1488
1489 [propput, id(DISPID_IHTMLRULESTYLE_OVERFLOW), bindable, displaybind]
1490 HRESULT overflow([in] BSTR v);
1491
1492 [propget, id(DISPID_IHTMLRULESTYLE_OVERFLOW), bindable, displaybind]
1493 HRESULT overflow([retval, out] BSTR *p);
1494
1495 [propput, id(DISPID_IHTMLRULESTYLE_PAGEBREAKBEFORE), bindable, displaybind]
1496 HRESULT pageBreakBefore([in] BSTR v);
1497
1498 [propget, id(DISPID_IHTMLRULESTYLE_PAGEBREAKBEFORE), bindable, displaybind]
1499 HRESULT pageBreakBefore([retval, out] BSTR *p);
1500
1501 [propput, id(DISPID_IHTMLRULESTYLE_PAGEBREAKAFTER), bindable, displaybind]
1502 HRESULT pageBreakAfter([in] BSTR v);
1503
1504 [propget, id(DISPID_IHTMLRULESTYLE_PAGEBREAKAFTER), bindable, displaybind]
1505 HRESULT pageBreakAfter([retval, out] BSTR *p);
1506
1507 [propput, id(DISPID_IHTMLRULESTYLE_CSSTEXT), bindable, displaybind]
1508 HRESULT cssText([in] BSTR v);
1509
1510 [propget, id(DISPID_IHTMLRULESTYLE_CSSTEXT), bindable, displaybind]
1511 HRESULT cssText([retval, out] BSTR *p);
1512
1513 [propput, id(DISPID_IHTMLRULESTYLE_CURSOR), bindable, displaybind]
1514 HRESULT cursor([in] BSTR v);
1515
1516 [propget, id(DISPID_IHTMLRULESTYLE_CURSOR), bindable, displaybind]
1517 HRESULT cursor([retval, out] BSTR *p);
1518
1519 [propput, id(DISPID_IHTMLRULESTYLE_CLIP), bindable, displaybind]
1520 HRESULT clip([in] BSTR v);
1521
1522 [propget, id(DISPID_IHTMLRULESTYLE_CLIP), bindable, displaybind]
1523 HRESULT clip([retval, out] BSTR *p);
1524
1525 [propput, id(DISPID_IHTMLRULESTYLE_FILTER), bindable, displaybind]
1526 HRESULT filter([in] BSTR v);
1527
1528 [propget, id(DISPID_IHTMLRULESTYLE_FILTER), bindable, displaybind]
1529 HRESULT filter([retval, out] BSTR *p);
1530
1531 [id(DISPID_IHTMLRULESTYLE_SETATTRIBUTE)]
1532 HRESULT setAttribute(
1533 [in] BSTR strAttributeName,
1534 [in] VARIANT AttributeValue,
1535 [defaultvalue(1), in] LONG lFlags);
1536
1537 [id(DISPID_IHTMLRULESTYLE_GETATTRIBUTE)]
1538 HRESULT getAttribute(
1539 [in] BSTR strAttributeName,
1540 [defaultvalue(0), in] LONG lFlags,
1541 [retval, out] VARIANT *AttributeValue);
1542
1543 [id(DISPID_IHTMLRULESTYLE_REMOVEATTRIBUTE)]
1544 HRESULT removeAttribute(
1545 [in] BSTR strAttributeName,
1546 [defaultvalue(1), in] LONG lFlags,
1547 [retval, out] VARIANT_BOOL *pfSuccess);
1548}
1549
1550/*****************************************************************************
1551 * DispHTMLStyle dispinterface
1552 */
1553[
1554 hidden,
1555 uuid(3050f55a-98b5-11cf-bb82-00aa00bdce0b)
1556]
1557dispinterface DispHTMLStyle
1558{
1559properties:
1560methods:
1561 [propput, id(DISPID_IHTMLSTYLE_FONTFAMILY), displaybind, bindable]
1562 void fontFamily(BSTR v);
1564 [propget, id(DISPID_IHTMLSTYLE_FONTFAMILY), displaybind, bindable]
1565 BSTR fontFamily();
1566
1567 [propput, id(DISPID_IHTMLSTYLE_FONTSTYLE), displaybind, bindable]
1568 void fontStyle(BSTR v);
1570 [propget, id(DISPID_IHTMLSTYLE_FONTSTYLE), displaybind, bindable]
1571 BSTR fontStyle();
1572
1573 [propput, id(DISPID_IHTMLSTYLE_FONTVARIANT), displaybind, bindable]
1574 void fontVariant(BSTR v);
1576 [propget, id(DISPID_IHTMLSTYLE_FONTVARIANT), displaybind, bindable]
1577 BSTR fontVariant();
1578
1579 [propput, id(DISPID_IHTMLSTYLE_FONTWEIGHT), displaybind, bindable]
1580 void fontWeight(BSTR v);
1582 [propget, id(DISPID_IHTMLSTYLE_FONTWEIGHT), displaybind, bindable]
1583 BSTR fontWeight();
1584
1585 [propput, id(DISPID_IHTMLSTYLE_FONTSIZE), displaybind, bindable]
1586 void fontSize(VARIANT v);
1588 [propget, id(DISPID_IHTMLSTYLE_FONTSIZE), displaybind, bindable]
1589 VARIANT fontSize();
1590
1591 [propput, id(DISPID_IHTMLSTYLE_FONT), displaybind, bindable, nonbrowsable]
1592 void font(BSTR v);
1594 [propget, id(DISPID_IHTMLSTYLE_FONT), displaybind, bindable, nonbrowsable]
1595 BSTR font();
1596
1597 [propput, id(DISPID_IHTMLSTYLE_COLOR), displaybind, bindable]
1598 void color(VARIANT v);
1600 [propget, id(DISPID_IHTMLSTYLE_COLOR), displaybind, bindable]
1601 VARIANT color();
1602
1603 [propput, id(DISPID_IHTMLSTYLE_BACKGROUND), displaybind, bindable, nonbrowsable]
1604 void background(BSTR v);
1606 [propget, id(DISPID_IHTMLSTYLE_BACKGROUND), displaybind, bindable, nonbrowsable]
1607 BSTR background();
1608
1609 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDCOLOR), displaybind, bindable]
1610 void backgroundColor(VARIANT v);
1612 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDCOLOR), displaybind, bindable]
1613 VARIANT backgroundColor();
1614
1615 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDIMAGE), displaybind, bindable]
1616 void backgroundImage(BSTR v);
1618 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDIMAGE), displaybind, bindable]
1619 BSTR backgroundImage();
1620
1621 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDREPEAT), displaybind, bindable]
1622 void backgroundRepeat(BSTR v);
1624 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDREPEAT), displaybind, bindable]
1625 BSTR backgroundRepeat();
1626
1627 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDATTACHMENT), displaybind, bindable]
1628 void backgroundAttachment(BSTR v);
1630 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDATTACHMENT), displaybind, bindable]
1631 BSTR backgroundAttachment();
1632
1633 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITION), displaybind, bindable, nonbrowsable]
1634 void backgroundPosition(BSTR v);
1636 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITION), displaybind, bindable, nonbrowsable]
1637 BSTR backgroundPosition();
1638
1639 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONX), displaybind, bindable]
1640 void backgroundPositionX(VARIANT v);
1642 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONX), displaybind, bindable]
1643 VARIANT backgroundPositionX();
1644
1645 [propput, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONY), displaybind, bindable]
1646 void backgroundPositionY(VARIANT v);
1648 [propget, id(DISPID_IHTMLSTYLE_BACKGROUNDPOSITIONY), displaybind, bindable]
1649 VARIANT backgroundPositionY();
1650
1651 [propput, id(DISPID_IHTMLSTYLE_WORDSPACING), displaybind, bindable]
1652 void wordSpacing(VARIANT v);
1654 [propget, id(DISPID_IHTMLSTYLE_WORDSPACING), displaybind, bindable]
1655 VARIANT wordSpacing();
1656
1657 [propput, id(DISPID_IHTMLSTYLE_LETTERSPACING), displaybind, bindable]
1658 void letterSpacing(VARIANT v);
1660 [propget, id(DISPID_IHTMLSTYLE_LETTERSPACING), displaybind, bindable]
1661 VARIANT letterSpacing();
1662
1663 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATION), displaybind, bindable]
1664 void textDecoration(BSTR v);
1666 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATION), displaybind, bindable]
1667 BSTR textDecoration();
1668
1669 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONNONE), displaybind, bindable]
1670 void textDecorationNone(VARIANT_BOOL v);
1672 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONNONE), displaybind, bindable]
1673 VARIANT_BOOL textDecorationNone();
1674
1675 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONUNDERLINE), displaybind, bindable]
1676 void textDecorationUnderline(VARIANT_BOOL v);
1678 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONUNDERLINE), displaybind, bindable]
1679 VARIANT_BOOL textDecorationUnderline();
1680
1681 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONOVERLINE), displaybind, bindable]
1682 void textDecorationOverline(VARIANT_BOOL v);
1684 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONOVERLINE), displaybind, bindable]
1685 VARIANT_BOOL textDecorationOverline();
1686
1687 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONLINETHROUGH), displaybind, bindable]
1688 void textDecorationLineThrough(VARIANT_BOOL v);
1690 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONLINETHROUGH), displaybind, bindable]
1691 VARIANT_BOOL textDecorationLineThrough();
1692
1693 [propput, id(DISPID_IHTMLSTYLE_TEXTDECORATIONBLINK), displaybind, bindable]
1694 void textDecorationBlink(VARIANT_BOOL v);
1696 [propget, id(DISPID_IHTMLSTYLE_TEXTDECORATIONBLINK), displaybind, bindable]
1697 VARIANT_BOOL textDecorationBlink();
1698
1699 [propput, id(DISPID_IHTMLSTYLE_VERTICALALIGN), displaybind, bindable]
1700 void verticalAlign(VARIANT v);
1702 [propget, id(DISPID_IHTMLSTYLE_VERTICALALIGN), displaybind, bindable]
1703 VARIANT verticalAlign();
1704
1705 [propput, id(DISPID_IHTMLSTYLE_TEXTTRANSFORM), displaybind, bindable]
1706 void textTransform(BSTR v);
1708 [propget, id(DISPID_IHTMLSTYLE_TEXTTRANSFORM), displaybind, bindable]
1709 BSTR textTransform();
1710
1711 [propput, id(DISPID_IHTMLSTYLE_TEXTALIGN), displaybind, bindable]
1712 void textAlign(BSTR v);
1714 [propget, id(DISPID_IHTMLSTYLE_TEXTALIGN), displaybind, bindable]
1715 BSTR textAlign();
1716
1717 [propput, id(DISPID_IHTMLSTYLE_TEXTINDENT), displaybind, bindable]
1718 void textIndent(VARIANT v);
1720 [propget, id(DISPID_IHTMLSTYLE_TEXTINDENT), displaybind, bindable]
1721 VARIANT textIndent();
1722
1723 [propput, id(DISPID_IHTMLSTYLE_LINEHEIGHT), displaybind, bindable]
1724 void lineHeight(VARIANT v);
1726 [propget, id(DISPID_IHTMLSTYLE_LINEHEIGHT), displaybind, bindable]
1727 VARIANT lineHeight();
1728
1729 [propput, id(DISPID_IHTMLSTYLE_MARGINTOP), displaybind, bindable]
1730 void marginTop(VARIANT v);
1732 [propget, id(DISPID_IHTMLSTYLE_MARGINTOP), displaybind, bindable]
1733 VARIANT marginTop();
1734
1735 [propput, id(DISPID_IHTMLSTYLE_MARGINRIGHT), displaybind, bindable]
1736 void marginRight(VARIANT v);
1738 [propget, id(DISPID_IHTMLSTYLE_MARGINRIGHT), displaybind, bindable]
1739 VARIANT marginRight();
1740
1741 [propput, id(DISPID_IHTMLSTYLE_MARGINBOTTOM), displaybind, bindable]
1742 void marginBottom(VARIANT v);
1744 [propget, id(DISPID_IHTMLSTYLE_MARGINBOTTOM), displaybind, bindable]
1745 VARIANT marginBottom();
1746
1747 [propput, id(DISPID_IHTMLSTYLE_MARGINLEFT), displaybind, bindable]
1748 void marginLeft(VARIANT v);
1750 [propget, id(DISPID_IHTMLSTYLE_MARGINLEFT), displaybind, bindable]
1751 VARIANT marginLeft();
1752
1753 [propput, id(DISPID_IHTMLSTYLE_MARGIN), displaybind, bindable, nonbrowsable]
1754 void margin(BSTR v);
1756 [propget, id(DISPID_IHTMLSTYLE_MARGIN), displaybind, bindable, nonbrowsable]
1757 BSTR margin();
1758
1759 [propput, id(DISPID_IHTMLSTYLE_PADDINGTOP), displaybind, bindable]
1760 void paddingTop(VARIANT v);
1762 [propget, id(DISPID_IHTMLSTYLE_PADDINGTOP), displaybind, bindable]
1763 VARIANT paddingTop();
1764
1765 [propput, id(DISPID_IHTMLSTYLE_PADDINGRIGHT), displaybind, bindable]
1766 void paddingRight(VARIANT v);
1768 [propget, id(DISPID_IHTMLSTYLE_PADDINGRIGHT), displaybind, bindable]
1769 VARIANT paddingRight();
1770
1771 [propput, id(DISPID_IHTMLSTYLE_PADDINGBOTTOM), displaybind, bindable]
1772 void paddingBottom(VARIANT v);
1774 [propget, id(DISPID_IHTMLSTYLE_PADDINGBOTTOM), displaybind, bindable]
1775 VARIANT paddingBottom();
1776
1777 [propput, id(DISPID_IHTMLSTYLE_PADDINGLEFT), displaybind, bindable]
1778 void paddingLeft(VARIANT v);
1780 [propget, id(DISPID_IHTMLSTYLE_PADDINGLEFT), displaybind, bindable]
1781 VARIANT paddingLeft();
1782
1783 [propput, id(DISPID_IHTMLSTYLE_PADDING), displaybind, bindable, nonbrowsable]
1784 void padding(BSTR v);
1786 [propget, id(DISPID_IHTMLSTYLE_PADDING), displaybind, bindable, nonbrowsable]
1787 BSTR padding();
1788
1789 [propput, id(DISPID_IHTMLSTYLE_BORDER), displaybind, bindable, nonbrowsable]
1790 void border(BSTR v);
1792 [propget, id(DISPID_IHTMLSTYLE_BORDER), displaybind, bindable, nonbrowsable]
1793 BSTR border();
1794
1795 [propput, id(DISPID_IHTMLSTYLE_BORDERTOP), displaybind, bindable]
1796 void borderTop(BSTR v);
1798 [propget, id(DISPID_IHTMLSTYLE_BORDERTOP), displaybind, bindable]
1799 BSTR borderTop();
1800
1801 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHT), displaybind, bindable]
1802 void borderRight(BSTR v);
1804 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHT), displaybind, bindable]
1805 BSTR borderRight();
1806
1807 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOM), displaybind, bindable]
1808 void borderBottom(BSTR v);
1810 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOM), displaybind, bindable]
1811 BSTR borderBottom();
1812
1813 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFT), displaybind, bindable]
1814 void borderLeft(BSTR v);
1816 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFT), displaybind, bindable]
1817 BSTR borderLeft();
1818
1819 [propput, id(DISPID_IHTMLSTYLE_BORDERCOLOR), displaybind, bindable]
1820 void borderColor(BSTR v);
1822 [propget, id(DISPID_IHTMLSTYLE_BORDERCOLOR), displaybind, bindable]
1823 BSTR borderColor();
1824
1825 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPCOLOR), displaybind, bindable]
1826 void borderTopColor(VARIANT v);
1828 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPCOLOR), displaybind, bindable]
1829 VARIANT borderTopColor();
1830
1831 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTCOLOR), displaybind, bindable]
1832 void borderRightColor(VARIANT v);
1834 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTCOLOR), displaybind, bindable]
1835 VARIANT borderRightColor();
1836
1837 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMCOLOR), displaybind, bindable]
1838 void borderBottomColor(VARIANT v);
1840 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMCOLOR), displaybind, bindable]
1841 VARIANT borderBottomColor();
1842
1843 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTCOLOR), displaybind, bindable]
1844 void borderLeftColor(VARIANT v);
1846 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTCOLOR), displaybind, bindable]
1847 VARIANT borderLeftColor();
1848
1849 [propput, id(DISPID_IHTMLSTYLE_BORDERWIDTH), displaybind, bindable]
1850 void borderWidth(BSTR v);
1852 [propget, id(DISPID_IHTMLSTYLE_BORDERWIDTH), displaybind, bindable]
1853 BSTR borderWidth();
1854
1855 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPWIDTH), displaybind, bindable]
1856 void borderTopWidth(VARIANT v);
1858 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPWIDTH), displaybind, bindable]
1859 VARIANT borderTopWidth();
1860
1861 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTWIDTH), displaybind, bindable]
1862 void borderRightWidth(VARIANT v);
1864 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTWIDTH), displaybind, bindable]
1865 VARIANT borderRightWidth();
1866
1867 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMWIDTH), displaybind, bindable]
1868 void borderBottomWidth(VARIANT v);
1870 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMWIDTH), displaybind, bindable]
1871 VARIANT borderBottomWidth();
1872
1873 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTWIDTH), displaybind, bindable]
1874 void borderLeftWidth(VARIANT v);
1876 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTWIDTH), displaybind, bindable]
1877 VARIANT borderLeftWidth();
1878
1879 [propput, id(DISPID_IHTMLSTYLE_BORDERSTYLE), displaybind, bindable]
1880 void borderStyle(BSTR v);
1882 [propget, id(DISPID_IHTMLSTYLE_BORDERSTYLE), displaybind, bindable]
1883 BSTR borderStyle();
1884
1885 [propput, id(DISPID_IHTMLSTYLE_BORDERTOPSTYLE), displaybind, bindable]
1886 void borderTopStyle(BSTR v);
1888 [propget, id(DISPID_IHTMLSTYLE_BORDERTOPSTYLE), displaybind, bindable]
1889 BSTR borderTopStyle();
1890
1891 [propput, id(DISPID_IHTMLSTYLE_BORDERRIGHTSTYLE), displaybind, bindable]
1892 void borderRightStyle(BSTR v);
1894 [propget, id(DISPID_IHTMLSTYLE_BORDERRIGHTSTYLE), displaybind, bindable]
1895 BSTR borderRightStyle();
1896
1897 [propput, id(DISPID_IHTMLSTYLE_BORDERBOTTOMSTYLE), displaybind, bindable]
1898 void borderBottomStyle(BSTR v);
1900 [propget, id(DISPID_IHTMLSTYLE_BORDERBOTTOMSTYLE), displaybind, bindable]
1901 BSTR borderBottomStyle();
1902
1903 [propput, id(DISPID_IHTMLSTYLE_BORDERLEFTSTYLE), displaybind, bindable]
1904 void borderLeftStyle(BSTR v);
1906 [propget, id(DISPID_IHTMLSTYLE_BORDERLEFTSTYLE), displaybind, bindable]
1907 BSTR borderLeftStyle();
1908
1909 [propput, id(DISPID_IHTMLSTYLE_WIDTH), displaybind, bindable]
1910 void width(VARIANT v);
1911
1912 [propget, id(DISPID_IHTMLSTYLE_WIDTH), displaybind, bindable]
1913 VARIANT width();
1914
1915 [propput, id(DISPID_IHTMLSTYLE_HEIGHT), displaybind, bindable]
1916 void height(VARIANT v);
1917
1918 [propget, id(DISPID_IHTMLSTYLE_HEIGHT), displaybind, bindable]
1919 VARIANT height();
1920
1921 [propput, id(DISPID_IHTMLSTYLE_STYLEFLOAT), displaybind, bindable]
1922 void styleFloat(BSTR v);
1923
1924 [propget, id(DISPID_IHTMLSTYLE_STYLEFLOAT), displaybind, bindable]
1925 BSTR styleFloat();
1927 [propput, id(DISPID_IHTMLSTYLE_CLEAR), displaybind, bindable]
1928 void clear(BSTR v);
1929
1930 [propget, id(DISPID_IHTMLSTYLE_CLEAR), displaybind, bindable]
1931 BSTR clear();
1933 [propput, id(DISPID_IHTMLSTYLE_DISPLAY), displaybind, bindable]
1934 void display(BSTR v);
1935
1936 [propget, id(DISPID_IHTMLSTYLE_DISPLAY), displaybind, bindable]
1937 BSTR display();
1939 [propput, id(DISPID_IHTMLSTYLE_VISIBILITY), displaybind, bindable]
1940 void visibility(BSTR v);
1941
1942 [propget, id(DISPID_IHTMLSTYLE_VISIBILITY), displaybind, bindable]
1943 BSTR visibility();
1944
1945 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLETYPE), displaybind, bindable]
1946 void listStyleType(BSTR v);
1947
1948 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLETYPE), displaybind, bindable]
1949 BSTR listStyleType();
1950
1951 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLEPOSITION), displaybind, bindable]
1952 void listStylePosition(BSTR v);
1953
1954 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLEPOSITION), displaybind, bindable]
1955 BSTR listStylePosition();
1957 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLEIMAGE), displaybind, bindable]
1958 void listStyleImage(BSTR v);
1959
1960 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLEIMAGE), displaybind, bindable]
1961 BSTR listStyleImage();
1963 [propput, id(DISPID_IHTMLSTYLE_LISTSTYLE), displaybind, bindable, nonbrowsable]
1964 void listStyle(BSTR v);
1965
1966 [propget, id(DISPID_IHTMLSTYLE_LISTSTYLE), displaybind, bindable, nonbrowsable]
1967 BSTR listStyle();
1969 [propput, id(DISPID_IHTMLSTYLE_WHITESPACE), displaybind, bindable]
1970 void whiteSpace(BSTR v);
1971
1972 [propget, id(DISPID_IHTMLSTYLE_WHITESPACE), displaybind, bindable]
1973 BSTR whiteSpace();
1975 [propput, id(DISPID_IHTMLSTYLE_TOP), displaybind, bindable]
1976 void top(VARIANT v);
1977
1978 [propget, id(DISPID_IHTMLSTYLE_TOP), displaybind, bindable]
1979 VARIANT top();
1981 [propput, id(DISPID_IHTMLSTYLE_LEFT), displaybind, bindable]
1982 void left(VARIANT v);
1983
1984 [propget, id(DISPID_IHTMLSTYLE_LEFT), displaybind, bindable]
1985 VARIANT left();
1987 [propput, id(DISPID_IHTMLSTYLE_ZINDEX), displaybind, bindable]
1988 void zIndex(VARIANT v);
1989
1990 [propget, id(DISPID_IHTMLSTYLE_ZINDEX), displaybind, bindable]
1991 VARIANT zIndex();
1993 [propput, id(DISPID_IHTMLSTYLE_OVERFLOW), displaybind, bindable]
1994 void overflow(BSTR v);
1995
1996 [propget, id(DISPID_IHTMLSTYLE_OVERFLOW), displaybind, bindable]
1997 BSTR overflow();
1999 [propput, id(DISPID_IHTMLSTYLE_PAGEBREAKBEFORE), displaybind, bindable]
2000 void pageBreakBefore(BSTR v);
2001
2002 [propget, id(DISPID_IHTMLSTYLE_PAGEBREAKBEFORE), displaybind, bindable]
2003 BSTR pageBreakBefore();
2005 [propput, id(DISPID_IHTMLSTYLE_PAGEBREAKAFTER), displaybind, bindable]
2006 void pageBreakAfter(BSTR v);
2007
2008 [propget, id(DISPID_IHTMLSTYLE_PAGEBREAKAFTER), displaybind, bindable]
2009 BSTR pageBreakAfter();
2011 [propput, id(DISPID_IHTMLSTYLE_CSSTEXT), displaybind, bindable, nonbrowsable]
2012 void cssText(BSTR v);
2013
2014 [propget, id(DISPID_IHTMLSTYLE_CSSTEXT), displaybind, bindable, nonbrowsable]
2015 BSTR cssText();
2017 [propput, id(DISPID_IHTMLSTYLE_PIXELTOP), displaybind, bindable, hidden]
2018 void pixelTop(LONG v);
2019
2020 [propget, id(DISPID_IHTMLSTYLE_PIXELTOP), displaybind, bindable, hidden]
2021 LONG pixelTop();
2023 [propput, id(DISPID_IHTMLSTYLE_PIXELLEFT), displaybind, bindable, hidden]
2024 void pixelLeft(LONG v);
2025
2026 [propget, id(DISPID_IHTMLSTYLE_PIXELLEFT), displaybind, bindable, hidden]
2027 LONG pixelLeft();
2029 [propput, id(DISPID_IHTMLSTYLE_PIXELWIDTH), displaybind, bindable, hidden]
2030 void pixelWidth(LONG v);
2031
2032 [propget, id(DISPID_IHTMLSTYLE_PIXELWIDTH), displaybind, bindable, hidden]
2033 LONG pixelWidth();
2035 [propput, id(DISPID_IHTMLSTYLE_PIXELHEIGHT), displaybind, bindable, hidden]
2036 void pixelHeight(LONG v);
2037
2038 [propget, id(DISPID_IHTMLSTYLE_PIXELHEIGHT), displaybind, bindable, hidden]
2039 LONG pixelHeight();
2041 [propput, id(DISPID_IHTMLSTYLE_POSTOP), displaybind, bindable]
2042 void posTop(float v);
2043
2044 [propget, id(DISPID_IHTMLSTYLE_POSTOP), displaybind, bindable]
2045 float posTop();
2047 [propput, id(DISPID_IHTMLSTYLE_POSLEFT), displaybind, bindable]
2048 void posLeft(float v);
2049
2050 [propget, id(DISPID_IHTMLSTYLE_POSLEFT), displaybind, bindable]
2051 float posLeft();
2053 [propput, id(DISPID_IHTMLSTYLE_POSWIDTH), displaybind, bindable]
2054 void posWidth(float v);
2055
2056 [propget, id(DISPID_IHTMLSTYLE_POSWIDTH), displaybind, bindable]
2057 float posWidth();
2059 [propput, id(DISPID_IHTMLSTYLE_POSHEIGHT), displaybind, bindable]
2060 void posHeight(float v);
2061
2062 [propget, id(DISPID_IHTMLSTYLE_POSHEIGHT), displaybind, bindable]
2063 float posHeight();
2065 [propput, id(DISPID_IHTMLSTYLE_CURSOR), displaybind, bindable]
2066 void cursor(BSTR v);
2067
2068 [propget, id(DISPID_IHTMLSTYLE_CURSOR), displaybind, bindable]
2069 BSTR cursor();
2071 [propput, id(DISPID_IHTMLSTYLE_CLIP), displaybind, bindable]
2072 void clip(BSTR v);
2073
2074 [propget, id(DISPID_IHTMLSTYLE_CLIP), displaybind, bindable]
2075 BSTR clip();
2077 [propput, id(DISPID_IHTMLSTYLE_FILTER), displaybind, bindable]
2078 void filter(BSTR v);
2079
2080 [propget, id(DISPID_IHTMLSTYLE_FILTER), displaybind, bindable]
2081 BSTR filter();
2083 [id(DISPID_IHTMLSTYLE_SETATTRIBUTE)]
2084 void setAttribute(
2085 [in] BSTR strAttributeName,
2086 [in] VARIANT AttributeValue,
2087 [in, defaultvalue(1)] LONG lFlags);
2089 [id(DISPID_IHTMLSTYLE_GETATTRIBUTE)]
2090 VARIANT getAttribute(
2091 [in] BSTR strAttributeName,
2092 [in, defaultvalue(0)] LONG lFlags);
2093
2094 [id(DISPID_IHTMLSTYLE_REMOVEATTRIBUTE)]
2095 VARIANT_BOOL removeAttribute(
2096 [in] BSTR strAttributeName,
2097 [in, defaultvalue(1)] LONG lFlags);
2099 [id(DISPID_IHTMLSTYLE_TOSTRING)]
2100 BSTR toString();
2101
2102 [propput, id(DISPID_IHTMLSTYLE2_TABLELAYOUT), displaybind, bindable]
2103 void tableLayout(BSTR v);
2105 [propget, id(DISPID_IHTMLSTYLE2_TABLELAYOUT), displaybind, bindable]
2106 BSTR tableLayout();
2107
2108 [propput, id(DISPID_IHTMLSTYLE2_BORDERCOLLAPSE), displaybind, bindable]
2109 void borderCollapse(BSTR v);
2111 [propget, id(DISPID_IHTMLSTYLE2_BORDERCOLLAPSE), displaybind, bindable]
2112 BSTR borderCollapse();
2113
2114 [propput, id(DISPID_IHTMLSTYLE2_DIRECTION), displaybind, bindable]
2115 void direction(BSTR v);
2117 [propget, id(DISPID_IHTMLSTYLE2_DIRECTION), displaybind, bindable]
2118 BSTR direction();
2119
2120 [propput, id(DISPID_IHTMLSTYLE2_BEHAVIOR), displaybind, bindable]
2121 void behavior(BSTR v);
2123 [propget, id(DISPID_IHTMLSTYLE2_BEHAVIOR), displaybind, bindable]
2124 BSTR behavior();
2125
2126 [id(DISPID_IHTMLSTYLE2_SETEXPRESSION)]
2127 void setExpression(
2128 [in] BSTR propname,
2129 [in] BSTR expression,
2130 [in, defaultvalue("")] BSTR language);
2131
2132 [id(DISPID_IHTMLSTYLE2_GETEXPRESSION)]
2133 VARIANT getExpression([in] BSTR propname);
2135 [id(DISPID_IHTMLSTYLE2_REMOVEEXPRESSION)]
2136 VARIANT_BOOL removeExpression([in] BSTR propname);
2137
2138 [propput, id(DISPID_IHTMLSTYLE2_POSITION), displaybind, bindable]
2139 void position(BSTR v);
2141 [propget, id(DISPID_IHTMLSTYLE2_POSITION), displaybind, bindable]
2142 BSTR position();
2143
2144 [propput, id(DISPID_IHTMLSTYLE2_UNICODEBIDI), displaybind, bindable]
2145 void unicodeBidi(BSTR v);
2147 [propget, id(DISPID_IHTMLSTYLE2_UNICODEBIDI), displaybind, bindable]
2148 BSTR unicodeBidi();
2149
2150 [propput, id(DISPID_IHTMLSTYLE2_BOTTOM), displaybind, bindable]
2151 void bottom(VARIANT v);
2153 [propget, id(DISPID_IHTMLSTYLE2_BOTTOM), displaybind, bindable]
2154 VARIANT bottom();
2155
2156 [propput, id(DISPID_IHTMLSTYLE2_RIGHT), displaybind, bindable]
2157 void right(VARIANT v);
2159 [propget, id(DISPID_IHTMLSTYLE2_RIGHT), displaybind, bindable]
2160 VARIANT right();
2161
2162 [propput, id(DISPID_IHTMLSTYLE2_PIXELBOTTOM), displaybind, bindable, hidden]
2163 void pixelBottom(LONG v);
2165 [propget, id(DISPID_IHTMLSTYLE2_PIXELBOTTOM), displaybind, bindable, hidden]
2166 LONG pixelBottom();
2167
2168 [propput, id(DISPID_IHTMLSTYLE2_PIXELRIGHT), displaybind, bindable, hidden]
2169 void pixelRight(LONG v);
2171 [propget, id(DISPID_IHTMLSTYLE2_PIXELRIGHT), displaybind, bindable, hidden]
2172 LONG pixelRight();
2173
2174 [propput, id(DISPID_IHTMLSTYLE2_POSBOTTOM), displaybind, bindable]
2175 void posBottom(float v);
2177 [propget, id(DISPID_IHTMLSTYLE2_POSBOTTOM), displaybind, bindable]
2178 float posBottom();
2179
2180 [propput, id(DISPID_IHTMLSTYLE2_POSRIGHT), displaybind, bindable]
2181 void posRight(float v);
2183 [propget, id(DISPID_IHTMLSTYLE2_POSRIGHT), displaybind, bindable]
2184 float posRight();
2185
2186 [propput, id(DISPID_IHTMLSTYLE2_IMEMODE), displaybind, bindable]
2187 void imeMode(BSTR v);
2189 [propget, id(DISPID_IHTMLSTYLE2_IMEMODE), displaybind, bindable]
2190 BSTR imeMode();
2191
2192 [propput, id(DISPID_IHTMLSTYLE2_RUBYALIGN), displaybind, bindable]
2193 void rubyAlign(BSTR v);
2195 [propget, id(DISPID_IHTMLSTYLE2_RUBYALIGN), displaybind, bindable]
2196 BSTR rubyAlign();
2197
2198 [propput, id(DISPID_IHTMLSTYLE2_RUBYPOSITION), displaybind, bindable]
2199 void rubyPosition(BSTR v);
2201 [propget, id(DISPID_IHTMLSTYLE2_RUBYPOSITION), displaybind, bindable]
2202 BSTR rubyPosition();
2203
2204 [propput, id(DISPID_IHTMLSTYLE2_RUBYOVERHANG), displaybind, bindable]
2205 void rubyOverhang(BSTR v);
2207 [propget, id(DISPID_IHTMLSTYLE2_RUBYOVERHANG), displaybind, bindable]
2208 BSTR rubyOverhang();
2209
2210 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDCHAR), displaybind, bindable]
2211 void layoutGridChar(VARIANT v);
2212
2213 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDCHAR), displaybind, bindable]
2214 VARIANT layoutGridChar();
2215
2216 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDLINE), displaybind, bindable]
2217 void layoutGridLine(VARIANT v);
2218
2219 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDLINE), displaybind, bindable]
2220 VARIANT layoutGridLine();
2221
2222 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDMODE), displaybind, bindable]
2223 void layoutGridMode(BSTR v);
2224
2225 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDMODE), displaybind, bindable]
2226 BSTR layoutGridMode();
2227
2228 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDTYPE), displaybind, bindable]
2229 void layoutGridType(BSTR v);
2230
2231 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRIDTYPE), displaybind, bindable]
2232 BSTR layoutGridType();
2233
2234 [propput, id(DISPID_IHTMLSTYLE2_LAYOUTGRID), displaybind, bindable, nonbrowsable]
2235 void layoutGrid(BSTR v);
2236
2237 [propget, id(DISPID_IHTMLSTYLE2_LAYOUTGRID), displaybind, bindable, nonbrowsable]
2238 BSTR layoutGrid();
2239
2240 [propput, id(DISPID_IHTMLSTYLE2_WORDBREAK), displaybind, bindable]
2241 void wordBreak(BSTR v);
2242
2243 [propget, id(DISPID_IHTMLSTYLE2_WORDBREAK), displaybind, bindable]
2244 BSTR wordBreak();
2245
2246 [propput, id(DISPID_IHTMLSTYLE2_LINEBREAK), displaybind, bindable]
2247 void lineBreak(BSTR v);
2248
2249 [propget, id(DISPID_IHTMLSTYLE2_LINEBREAK), displaybind, bindable]
2250 BSTR lineBreak();
2251
2252 [propput, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFY), displaybind, bindable]
2253 void textJustify(BSTR v);
2254
2255 [propget, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFY), displaybind, bindable]
2256 BSTR textJustify();
2257
2258 [propput, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFYTRIM), displaybind, bindable]
2259 void textJustifyTrim(BSTR v);
2260
2261 [propget, id(DISPID_IHTMLSTYLE2_TEXTJUSTIFYTRIM), displaybind, bindable]
2262 BSTR textJustifyTrim();
2263
2264 [propput, id(DISPID_IHTMLSTYLE2_TEXTKASHIDA), displaybind, bindable]
2265 void textKashida(VARIANT v);
2266
2267 [propget, id(DISPID_IHTMLSTYLE2_TEXTKASHIDA), displaybind, bindable]
2268 VARIANT textKashida();
2269
2270 [propput, id(DISPID_IHTMLSTYLE2_TEXTAUTOSPACE), displaybind, bindable]
2271 void textAutospace(BSTR v);
2272
2273 [propget, id(DISPID_IHTMLSTYLE2_TEXTAUTOSPACE), displaybind, bindable]
2274 BSTR textAutospace();
2275
2276 [propput, id(DISPID_IHTMLSTYLE2_OVERFLOWX), displaybind, bindable]
2277 void overflowX(BSTR v);
2278
2279 [propget, id(DISPID_IHTMLSTYLE2_OVERFLOWX), displaybind, bindable]
2280 BSTR overflowX();
2281
2282 [propput, id(DISPID_IHTMLSTYLE2_OVERFLOWY), displaybind, bindable]
2283 void overflowY(BSTR v);
2284
2285 [propget, id(DISPID_IHTMLSTYLE2_OVERFLOWY), displaybind, bindable]
2286 BSTR overflowY();
2287
2288 [propput, id(DISPID_IHTMLSTYLE2_ACCELERATOR), displaybind, bindable]
2289 void accelerator(BSTR v);
2290
2291 [propget, id(DISPID_IHTMLSTYLE2_ACCELERATOR), displaybind, bindable]
2292 BSTR accelerator();
2293
2294 [propput, id(DISPID_IHTMLSTYLE3_LAYOUTFLOW), displaybind, bindable]
2295 void layoutFlow(BSTR v);
2296
2297 [propget, id(DISPID_IHTMLSTYLE3_LAYOUTFLOW), displaybind, bindable]
2298 BSTR layoutFlow();
2299
2300 [propput, id(DISPID_IHTMLSTYLE3_ZOOM), displaybind, bindable]
2301 void zoom(VARIANT v);
2302
2303 [propget, id(DISPID_IHTMLSTYLE3_ZOOM), displaybind, bindable]
2304 VARIANT zoom();
2305
2306 [propput, id(DISPID_IHTMLSTYLE3_WORDWRAP), displaybind, bindable]
2307 void wordWrap(BSTR v);
2308
2309 [propget, id(DISPID_IHTMLSTYLE3_WORDWRAP), displaybind, bindable]
2310 BSTR wordWrap();
2311
2312 [propput, id(DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION), displaybind, bindable]
2313 void textUnderlinePosition(BSTR v);
2314
2315 [propget, id(DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION), displaybind, bindable]
2316 BSTR textUnderlinePosition();
2317
2318 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR), displaybind, bindable]
2319 void scrollbarBaseColor(VARIANT v);
2320
2321 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR), displaybind, bindable]
2322 VARIANT scrollbarBaseColor();
2323
2324 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR), displaybind, bindable]
2325 void scrollbarFaceColor(VARIANT v);
2326
2327 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR), displaybind, bindable]
2328 VARIANT scrollbarFaceColor();
2329
2330 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
2331 void scrollbar3dLightColor(VARIANT v);
2332
2333 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
2334 VARIANT scrollbar3dLightColor();
2335
2336 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR), displaybind, bindable]
2337 void scrollbarShadowColor(VARIANT v);
2338
2339 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR), displaybind, bindable]
2340 VARIANT scrollbarShadowColor();
2341
2342 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
2343 void scrollbarHighlightColor(VARIANT v);
2344
2345 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
2346 VARIANT scrollbarHighlightColor();
2347
2348 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
2349 void scrollbarDarkShadowColor(VARIANT v);
2350
2351 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
2352 VARIANT scrollbarDarkShadowColor();
2353
2354 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR), displaybind, bindable]
2355 void scrollbarArrowColor(VARIANT v);
2356
2357 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR), displaybind, bindable]
2358 VARIANT scrollbarArrowColor();
2359
2360 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR), displaybind, bindable]
2361 void scrollbarTrackColor(VARIANT v);
2362
2363 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR), displaybind, bindable]
2364 VARIANT scrollbarTrackColor();
2365
2366 [propput, id(DISPID_IHTMLSTYLE3_WRITINGMODE), displaybind, bindable]
2367 void writingMode(BSTR v);
2368
2369 [propget, id(DISPID_IHTMLSTYLE3_WRITINGMODE), displaybind, bindable]
2370 BSTR writingMode();
2371
2372 [propput, id(DISPID_IHTMLSTYLE3_TEXTALIGNLAST), displaybind, bindable]
2373 void textAlignLast(BSTR v);
2374
2375 [propget, id(DISPID_IHTMLSTYLE3_TEXTALIGNLAST), displaybind, bindable]
2376 BSTR textAlignLast();
2377
2378 [propput, id(DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE), displaybind, bindable]
2379 void textKashidaSpace(VARIANT v);
2380
2381 [propget, id(DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE), displaybind, bindable]
2382 VARIANT textKashidaSpace();
2383
2384 [propput, id(DISPID_IHTMLSTYLE4_TEXTOVERFLOW), displaybind, bindable]
2385 void textOverflow(BSTR v);
2386
2387 [propget, id(DISPID_IHTMLSTYLE4_TEXTOVERFLOW), displaybind, bindable]
2388 BSTR textOverflow();
2389
2390 [propput, id(DISPID_IHTMLSTYLE4_MINHEIGHT), displaybind, bindable]
2391 void minHeight(VARIANT v);
2392
2393 [propget, id(DISPID_IHTMLSTYLE4_MINHEIGHT), displaybind, bindable]
2394 VARIANT minHeight();
2395
2396 [propput, id(DISPID_IHTMLSTYLE5_MSINTERPOLATIONMODE), displaybind, bindable]
2397 void msInterpolationMode(BSTR v);
2398
2399 [propget, id(DISPID_IHTMLSTYLE5_MSINTERPOLATIONMODE), displaybind, bindable]
2400 BSTR msInterpolationMode();
2401
2402 [propput, id(DISPID_IHTMLSTYLE5_MAXHEIGHT), displaybind, bindable]
2403 void maxHeight(VARIANT v);
2404
2405 [propget, id(DISPID_IHTMLSTYLE5_MAXHEIGHT), displaybind, bindable]
2406 VARIANT maxHeight();
2407
2408 [propput, id(DISPID_IHTMLSTYLE5_MINWIDTH), displaybind, bindable]
2409 void minWidth(VARIANT v);
2410
2411 [propget, id(DISPID_IHTMLSTYLE5_MINWIDTH), displaybind, bindable]
2412 VARIANT minWidth();
2413
2414 [propput, id(DISPID_IHTMLSTYLE5_MAXWIDTH), displaybind, bindable]
2415 void maxWidth(VARIANT v);
2416
2417 [propget, id(DISPID_IHTMLSTYLE5_MAXWIDTH), displaybind, bindable]
2418 VARIANT maxWidth();
2419
2420 [propput, id(DISPID_IHTMLSTYLE6_CONTENT), displaybind, bindable]
2421 void content(BSTR v);
2422
2423 [propget, id(DISPID_IHTMLSTYLE6_CONTENT), displaybind, bindable]
2424 BSTR content();
2425
2426 [propput, id(DISPID_IHTMLSTYLE6_CAPTIONSIDE), displaybind, bindable]
2427 void captionSide(BSTR v);
2428
2429 [propget, id(DISPID_IHTMLSTYLE6_CAPTIONSIDE), displaybind, bindable]
2430 BSTR captionSide();
2431
2432 [propput, id(DISPID_IHTMLSTYLE6_COUNTERINCREMENT), displaybind, bindable]
2433 void counterIncrement(BSTR v);
2434
2435 [propget, id(DISPID_IHTMLSTYLE6_COUNTERINCREMENT), displaybind, bindable]
2436 BSTR counterIncrement();
2437
2438 [propput, id(DISPID_IHTMLSTYLE6_COUNTERRESET), displaybind, bindable]
2439 void counterReset(BSTR v);
2440
2441 [propget, id(DISPID_IHTMLSTYLE6_COUNTERRESET), displaybind, bindable]
2442 BSTR counterReset();
2443
2444 [propput, id(DISPID_IHTMLSTYLE6_OUTLINE), displaybind, bindable]
2445 void outline(BSTR v);
2446
2447 [propget, id(DISPID_IHTMLSTYLE6_OUTLINE), displaybind, bindable]
2448 BSTR outline();
2449
2450 [propput, id(DISPID_IHTMLSTYLE6_OUTLINEWIDTH), displaybind, bindable]
2451 void outlineWidth(VARIANT v);
2452
2453 [propget, id(DISPID_IHTMLSTYLE6_OUTLINEWIDTH), displaybind, bindable]
2454 VARIANT outlineWidth();
2455
2456 [propput, id(DISPID_IHTMLSTYLE6_OUTLINESTYLE), displaybind, bindable]
2457 void outlineStyle(BSTR v);
2458
2459 [propget, id(DISPID_IHTMLSTYLE6_OUTLINESTYLE), displaybind, bindable]
2460 BSTR outlineStyle();
2461
2462 [propput, id(DISPID_IHTMLSTYLE6_OUTLINECOLOR), displaybind, bindable]
2463 void outlineColor(VARIANT v);
2464
2465 [propget, id(DISPID_IHTMLSTYLE6_OUTLINECOLOR), displaybind, bindable]
2466 VARIANT outlineColor();
2467
2468 [propput, id(DISPID_IHTMLSTYLE6_BOXSIZING), displaybind, bindable]
2469 void boxSizing(BSTR v);
2470
2471 [propget, id(DISPID_IHTMLSTYLE6_BOXSIZING), displaybind, bindable]
2472 BSTR boxSizing();
2473
2474 [propput, id(DISPID_IHTMLSTYLE6_BORDERSPACING), displaybind, bindable]
2475 void borderSpacing(BSTR v);
2476
2477 [propget, id(DISPID_IHTMLSTYLE6_BORDERSPACING), displaybind, bindable]
2478 BSTR borderSpacing();
2479
2480 [propput, id(DISPID_IHTMLSTYLE6_ORPHANS), displaybind, bindable]
2481 void orphans(VARIANT v);
2482
2483 [propget, id(DISPID_IHTMLSTYLE6_ORPHANS), displaybind, bindable]
2484 VARIANT orphans();
2485
2486 [propput, id(DISPID_IHTMLSTYLE6_WIDOWS), displaybind, bindable]
2487 void widows(VARIANT v);
2488
2489 [propget, id(DISPID_IHTMLSTYLE6_WIDOWS), displaybind, bindable]
2490 VARIANT widows();
2491
2492 [propput, id(DISPID_IHTMLSTYLE6_PAGEBREAKINSIDE), displaybind, bindable]
2493 void pageBreakInside(BSTR v);
2494
2495 [propget, id(DISPID_IHTMLSTYLE6_PAGEBREAKINSIDE), displaybind, bindable]
2496 BSTR pageBreakInside();
2497
2498 [propput, id(DISPID_IHTMLSTYLE6_EMPTYCELLS), displaybind, bindable]
2499 void emptyCells(BSTR v);
2500
2501 [propget, id(DISPID_IHTMLSTYLE6_EMPTYCELLS), displaybind, bindable]
2502 BSTR emptyCells();
2503
2504 [propput, id(DISPID_IHTMLSTYLE6_MSBLOCKPROGRESSION), displaybind, bindable]
2505 void msBlockProgression(BSTR v);
2506
2507 [propget, id(DISPID_IHTMLSTYLE6_MSBLOCKPROGRESSION), displaybind, bindable]
2508 BSTR msBlockProgression();
2509
2510 [propput, id(DISPID_IHTMLSTYLE6_QUOTES), displaybind, bindable]
2511 void quotes(BSTR v);
2512
2513 [propget, id(DISPID_IHTMLSTYLE6_QUOTES), displaybind, bindable]
2514 BSTR quotes();
2515
2516 [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
2517 IDispatch *constructor();
2518}
2519
2520[
2521 odl,
2522 oleautomation,
2523 dual,
2524 uuid(3050f656-98b5-11cf-bb82-00aa00bdce0b)
2525]
2526interface IHTMLStyle3 : IDispatch
2527{
2528 [propput, id(DISPID_IHTMLSTYLE3_LAYOUTFLOW), displaybind, bindable]
2529 HRESULT layoutFlow([in] BSTR v);
2530
2531 [propget, id(DISPID_IHTMLSTYLE3_LAYOUTFLOW), displaybind, bindable]
2532 HRESULT layoutFlow([retval, out] BSTR * p);
2533
2534 [propput, id(DISPID_IHTMLSTYLE3_ZOOM), displaybind, bindable]
2535 HRESULT zoom([in] VARIANT v);
2537 [propget, id(DISPID_IHTMLSTYLE3_ZOOM), displaybind, bindable]
2538 HRESULT zoom([retval, out] VARIANT * p);
2539
2540 [propput, id(DISPID_IHTMLSTYLE3_WORDWRAP), displaybind, bindable]
2541 HRESULT wordWrap([in] BSTR v);
2542
2543 [propget, id(DISPID_IHTMLSTYLE3_WORDWRAP), displaybind, bindable]
2544 HRESULT wordWrap([retval, out] BSTR * p);
2545
2546 [propput, id(DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION), displaybind, bindable]
2547 HRESULT textUnderlinePosition([in] BSTR v);
2549 [propget, id(DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION), displaybind, bindable]
2550 HRESULT textUnderlinePosition([retval, out] BSTR * p);
2551
2552 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR), displaybind, bindable]
2553 HRESULT scrollbarBaseColor([in] VARIANT v);
2554
2555 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR), displaybind, bindable]
2556 HRESULT scrollbarBaseColor([retval, out] VARIANT * p);
2557
2558 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR), displaybind, bindable]
2559 HRESULT scrollbarFaceColor([in] VARIANT v);
2561 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR), displaybind, bindable]
2562 HRESULT scrollbarFaceColor([retval, out] VARIANT * p);
2563
2564 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
2565 HRESULT scrollbar3dLightColor([in] VARIANT v);
2566
2567 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
2568 HRESULT scrollbar3dLightColor([retval, out] VARIANT * p);
2569
2570 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR), displaybind, bindable]
2571 HRESULT scrollbarShadowColor([in] VARIANT v);
2573 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR), displaybind, bindable]
2574 HRESULT scrollbarShadowColor([retval, out] VARIANT * p);
2575
2576 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
2577 HRESULT scrollbarHighlightColor([in] VARIANT v);
2578
2579 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
2580 HRESULT scrollbarHighlightColor([retval, out] VARIANT * p);
2581
2582 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
2583 HRESULT scrollbarDarkShadowColor([in] VARIANT v);
2585 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
2586 HRESULT scrollbarDarkShadowColor([retval, out] VARIANT * p);
2587
2588 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR), displaybind, bindable]
2589 HRESULT scrollbarArrowColor([in] VARIANT v);
2590
2591 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR), displaybind, bindable]
2592 HRESULT scrollbarArrowColor([retval, out] VARIANT * p);
2593
2594 [propput, id(DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR), displaybind, bindable]
2595 HRESULT scrollbarTrackColor([in] VARIANT v);
2596
2597 [propget, id(DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR), displaybind, bindable]
2598 HRESULT scrollbarTrackColor([retval, out] VARIANT * p);
2599
2600 [propput, id(DISPID_IHTMLSTYLE3_WRITINGMODE), displaybind, bindable]
2601 HRESULT writingMode([in] BSTR v);
2602
2603 [propget, id(DISPID_IHTMLSTYLE3_WRITINGMODE), displaybind, bindable]
2604 HRESULT writingMode([retval, out] BSTR * p);
2605
2606 [propput, id(DISPID_IHTMLSTYLE3_TEXTALIGNLAST), displaybind, bindable]
2607 HRESULT textAlignLast([in] BSTR v);
2608
2609 [propget, id(DISPID_IHTMLSTYLE3_TEXTALIGNLAST), displaybind, bindable]
2610 HRESULT textAlignLast([retval, out] BSTR * p);
2611
2612 [propput, id(DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE), displaybind, bindable]
2613 HRESULT textKashidaSpace([in] VARIANT v);
2614
2615 [propget, id(DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE), displaybind, bindable]
2616 HRESULT textKashidaSpace([retval, out] VARIANT * p);
2617}
2618
2619/*****************************************************************************
2620 * IHTMLSytyle4 interface
2621 */
2622[
2623 odl,
2624 oleautomation,
2625 dual,
2626 uuid(3050f816-98b5-11cf-bb82-00aa00bdce0b)
2627]
2628interface IHTMLStyle4 : IDispatch
2629{
2630 [propput, id(DISPID_IHTMLSTYLE4_TEXTOVERFLOW), displaybind, bindable]
2631 HRESULT textOverflow([in] BSTR v);
2632
2633 [propget, id(DISPID_IHTMLSTYLE4_TEXTOVERFLOW), displaybind, bindable]
2634 HRESULT textOverflow([retval, out] BSTR * p);
2635
2636 [propput, id(DISPID_IHTMLSTYLE4_MINHEIGHT), displaybind, bindable]
2637 HRESULT minHeight([in] VARIANT v);
2638
2639 [propget, id(DISPID_IHTMLSTYLE4_MINHEIGHT), displaybind, bindable]
2640 HRESULT minHeight([retval, out] VARIANT * p);
2641}
2642
2643/*****************************************************************************
2644 * IHTMLSytyle5 interface
2645 */
2646[
2647 odl,
2648 oleautomation,
2649 dual,
2650 uuid(3050f33a-98b5-11cf-bb82-00aa00bdce0b)
2651]
2652interface IHTMLStyle5 : IDispatch
2653{
2654 [propput, id(DISPID_IHTMLSTYLE5_MSINTERPOLATIONMODE), displaybind, bindable]
2655 HRESULT msInterpolationMode([in] BSTR v);
2656
2657 [propget, id(DISPID_IHTMLSTYLE5_MSINTERPOLATIONMODE), displaybind, bindable]
2658 HRESULT msInterpolationMode([out, retval] BSTR *p);
2659
2660 [propput, id(DISPID_IHTMLSTYLE5_MAXHEIGHT), displaybind, bindable]
2661 HRESULT maxHeight([in] VARIANT v);
2663 [propget, id(DISPID_IHTMLSTYLE5_MAXHEIGHT), displaybind, bindable]
2664 HRESULT maxHeight([out, retval] VARIANT *p);
2665
2666 [propput, id(DISPID_IHTMLSTYLE5_MINWIDTH), displaybind, bindable]
2667 HRESULT minWidth([in] VARIANT v);
2668
2669 [propget, id(DISPID_IHTMLSTYLE5_MINWIDTH), displaybind, bindable]
2670 HRESULT minWidth([out, retval] VARIANT *p);
2671
2672 [propput, id(DISPID_IHTMLSTYLE5_MAXWIDTH), displaybind, bindable]
2673 HRESULT maxWidth([in] VARIANT v);
2674
2675 [propget, id(DISPID_IHTMLSTYLE5_MAXWIDTH), displaybind, bindable]
2676 HRESULT maxWidth([out, retval] VARIANT *p);
2677}
2678
2679/*****************************************************************************
2680 * IHTMLSytyle6 interface
2681 */
2682[
2683 odl,
2684 oleautomation,
2685 dual,
2686 uuid(30510480-98b5-11cf-bb82-00aa00bdce0b)
2687]
2688interface IHTMLStyle6 : IDispatch
2689{
2690 [propput, id(DISPID_IHTMLSTYLE6_CONTENT), displaybind, bindable]
2691 HRESULT content([in] BSTR v);
2692
2693 [propget, id(DISPID_IHTMLSTYLE6_CONTENT), displaybind, bindable]
2694 HRESULT content([out, retval] BSTR *p);
2695
2696 [propput, id(DISPID_IHTMLSTYLE6_CAPTIONSIDE), displaybind, bindable]
2697 HRESULT captionSide([in] BSTR v);
2699 [propget, id(DISPID_IHTMLSTYLE6_CAPTIONSIDE), displaybind, bindable]
2700 HRESULT captionSide([retval, out] BSTR *p);
2701
2702 [propput, id(DISPID_IHTMLSTYLE6_COUNTERINCREMENT), displaybind, bindable]
2703 HRESULT counterIncrement([in] BSTR v);
2704
2705 [propget, id(DISPID_IHTMLSTYLE6_COUNTERINCREMENT), displaybind, bindable]
2706 HRESULT counterIncrement([out, retval] BSTR *p);
2707
2708 [propput, id(DISPID_IHTMLSTYLE6_COUNTERRESET), displaybind, bindable]
2709 HRESULT counterReset([in] BSTR v);
2711 [propget, id(DISPID_IHTMLSTYLE6_COUNTERRESET), displaybind, bindable]
2712 HRESULT counterReset([out, retval] BSTR *p);
2713
2714 [propput, id(DISPID_IHTMLSTYLE6_OUTLINE), displaybind, bindable]
2715 HRESULT outline([in] BSTR v);
2716
2717 [propget, id(DISPID_IHTMLSTYLE6_OUTLINE), displaybind, bindable]
2718 HRESULT outline([out, retval] BSTR *p);
2719
2720 [propput, id(DISPID_IHTMLSTYLE6_OUTLINEWIDTH), displaybind, bindable]
2721 HRESULT outlineWidth([in] VARIANT v);
2723 [propget, id(DISPID_IHTMLSTYLE6_OUTLINEWIDTH), displaybind, bindable]
2724 HRESULT outlineWidth([out, retval] VARIANT *p);
2725
2726 [propput, id(DISPID_IHTMLSTYLE6_OUTLINESTYLE), displaybind, bindable]
2727 HRESULT outlineStyle([in] BSTR v);
2728
2729 [propget, id(DISPID_IHTMLSTYLE6_OUTLINESTYLE), displaybind, bindable]
2730 HRESULT outlineStyle([out, retval] BSTR *p);
2731
2732 [propput, id(DISPID_IHTMLSTYLE6_OUTLINECOLOR), displaybind, bindable]
2733 HRESULT outlineColor([in] VARIANT v);
2735 [propget, id(DISPID_IHTMLSTYLE6_OUTLINECOLOR), displaybind, bindable]
2736 HRESULT outlineColor([out, retval] VARIANT *p);
2737
2738 [propput, id(DISPID_IHTMLSTYLE6_BOXSIZING), displaybind, bindable]
2739 HRESULT boxSizing([in] BSTR v);
2740
2741 [propget, id(DISPID_IHTMLSTYLE6_BOXSIZING), displaybind, bindable]
2742 HRESULT boxSizing([out, retval] BSTR *p);
2743
2744 [propput, id(DISPID_IHTMLSTYLE6_BORDERSPACING), displaybind, bindable]
2745 HRESULT borderSpacing([in] BSTR v);
2747 [propget, id(DISPID_IHTMLSTYLE6_BORDERSPACING), displaybind, bindable]
2748 HRESULT borderSpacing([out, retval] BSTR *p);
2749
2750 [propput, id(DISPID_IHTMLSTYLE6_ORPHANS), displaybind, bindable]
2751 HRESULT orphans([in] VARIANT v);
2752
2753 [propget, id(DISPID_IHTMLSTYLE6_ORPHANS), displaybind, bindable]
2754 HRESULT orphans([out, retval] VARIANT *p);
2755
2756 [propput, id(DISPID_IHTMLSTYLE6_WIDOWS), displaybind, bindable]
2757 HRESULT widows([in] VARIANT v);
2758
2759 [propget, id(DISPID_IHTMLSTYLE6_WIDOWS), displaybind, bindable]
2760 HRESULT widows([out, retval] VARIANT *p);
2761
2762 [propput, id(DISPID_IHTMLSTYLE6_PAGEBREAKINSIDE), displaybind, bindable]
2763 HRESULT pageBreakInside([in] BSTR v);
2764
2765 [propget, id(DISPID_IHTMLSTYLE6_PAGEBREAKINSIDE), displaybind, bindable]
2766 HRESULT pageBreakInside([out, retval] BSTR *p);
2767
2768 [propput, id(DISPID_IHTMLSTYLE6_EMPTYCELLS), displaybind, bindable]
2769 HRESULT emptyCells([in] BSTR v);
2770
2771 [propget, id(DISPID_IHTMLSTYLE6_EMPTYCELLS), displaybind, bindable]
2772 HRESULT emptyCells([out, retval] BSTR *p);
2773
2774 [propput, id(DISPID_IHTMLSTYLE6_MSBLOCKPROGRESSION), displaybind, bindable]
2775 HRESULT msBlockProgression([in] BSTR v);
2776
2777 [propget, id(DISPID_IHTMLSTYLE6_MSBLOCKPROGRESSION), displaybind, bindable]
2778 HRESULT msBlockProgression([out, retval] BSTR *p);
2779
2780 [propput, id(DISPID_IHTMLSTYLE6_QUOTES), displaybind, bindable]
2781 HRESULT quotes([in] BSTR v);
2782
2783 [propget, id(DISPID_IHTMLSTYLE6_QUOTES), displaybind, bindable]
2784 HRESULT quotes([out, retval] BSTR *p);
2785}
2786
2787[
2788 noncreatable,
2789 uuid(3050f285-98b5-11cf-bb82-00aa00bdce0b)
2790]
2791coclass HTMLStyle
2792{
2793 [default] dispinterface DispHTMLStyle;
2794 interface IHTMLStyle;
2795 interface IHTMLStyle2;
2796 interface IHTMLStyle3;
2797 interface IHTMLStyle4;
2798 interface IHTMLStyle5;
2799 interface IHTMLStyle6;
2800}
2801
2802/*****************************************************************************
2803 * IHTMLRenderStyle interface
2804 */
2805[
2806 odl,
2807 oleautomation,
2808 dual,
2809 uuid(3050f6ae-98b5-11cf-bb82-00aa00bdce0b)
2810]
2811interface IHTMLRenderStyle : IDispatch
2812{
2813 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTLINETHROUGHSTYLE), displaybind, bindable]
2814 HRESULT textLineThroughStyle([in] BSTR v);
2815
2816 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTLINETHROUGHSTYLE), displaybind, bindable]
2817 HRESULT textLineThroughStyle([retval, out] BSTR *p);
2818
2819 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTUNDERLINESTYLE), displaybind, bindable]
2820 HRESULT textUnderlineStyle([in] BSTR v);
2821
2822 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTUNDERLINESTYLE), displaybind, bindable]
2823 HRESULT textUnderlineStyle([retval, out] BSTR *p);
2824
2825 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTEFFECT), displaybind, bindable]
2826 HRESULT textEffect([in] BSTR v);
2827
2828 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTEFFECT), displaybind, bindable]
2829 HRESULT textEffect([retval, out] BSTR *p);
2830
2831 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTCOLOR), displaybind, bindable]
2832 HRESULT textColor([in] VARIANT v);
2833
2834 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTCOLOR), displaybind, bindable]
2835 HRESULT textColor([retval, out] VARIANT *p);
2836
2837 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTBACKGROUNDCOLOR), displaybind, bindable]
2838 HRESULT textBackgroundColor([in] VARIANT v);
2839
2840 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTBACKGROUNDCOLOR), displaybind, bindable]
2841 HRESULT textBackgroundColor([retval, out] VARIANT *p);
2842
2843 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTDECORATIONCOLOR), displaybind, bindable]
2844 HRESULT textDecorationColor([in] VARIANT v);
2845
2846 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTDECORATIONCOLOR), displaybind, bindable]
2847 HRESULT textDecorationColor([retval, out] VARIANT *p);
2848
2849 [propput, id(DISPID_IHTMLRENDERSTYLE_RENDERINGPRIORITY), displaybind, bindable]
2850 HRESULT renderingPriority([in] LONG v);
2851
2852 [propget, id(DISPID_IHTMLRENDERSTYLE_RENDERINGPRIORITY), displaybind, bindable]
2853 HRESULT renderingPriority([retval, out] LONG *p);
2854
2855 [propput, id(DISPID_IHTMLRENDERSTYLE_DEFAULTTEXTSELECTION), displaybind, bindable]
2856 HRESULT defaultTextSelection([in] BSTR v);
2857
2858 [propget, id(DISPID_IHTMLRENDERSTYLE_DEFAULTTEXTSELECTION), displaybind, bindable]
2859 HRESULT defaultTextSelection([retval, out] BSTR *p);
2860
2861 [propput, id(DISPID_IHTMLRENDERSTYLE_TEXTDECORATION), displaybind, bindable]
2862 HRESULT textDecoration([in] BSTR v);
2863
2864 [propget, id(DISPID_IHTMLRENDERSTYLE_TEXTDECORATION), displaybind, bindable]
2865 HRESULT textDecoration([retval, out] BSTR *p);
2866}
2867
2868/*****************************************************************************
2869 * IHTMLCurrentStyle interface
2870 */
2871[
2872 odl,
2873 oleautomation,
2874 dual,
2875 uuid(3050f3db-98b5-11cf-bb82-00aa00bdce0b)
2876]
2877interface IHTMLCurrentStyle : IDispatch
2878{
2879 [propget, id(DISPID_IHTMLCURRENTSTYLE_POSITION), displaybind, bindable]
2880 HRESULT position([retval, out] BSTR *p);
2881
2882 [propget, id(DISPID_IHTMLCURRENTSTYLE_STYLEFLOAT), displaybind, bindable]
2883 HRESULT styleFloat([retval, out] BSTR *p);
2884
2885 [propget, id(DISPID_IHTMLCURRENTSTYLE_COLOR), displaybind, bindable]
2886 HRESULT color([retval, out] VARIANT *p);
2887
2888 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDCOLOR), displaybind, bindable]
2889 HRESULT backgroundColor([retval, out] VARIANT *p);
2890
2891 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTFAMILY), displaybind, bindable]
2892 HRESULT fontFamily([retval, out] BSTR *p);
2893
2894 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTSTYLE), displaybind, bindable]
2895 HRESULT fontStyle([retval, out] BSTR *p);
2896
2897 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTVARIANT), displaybind, bindable, hidden]
2898 HRESULT fontVariant([retval, out] BSTR *p);
2899
2900 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTWEIGHT), displaybind, bindable]
2901 HRESULT fontWeight([retval, out] VARIANT *p);
2902
2903 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTSIZE), displaybind, bindable]
2904 HRESULT fontSize([retval, out] VARIANT *p);
2905
2906 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDIMAGE), displaybind, bindable]
2907 HRESULT backgroundImage([retval, out] BSTR *p);
2908
2909 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDPOSITIONX), displaybind, bindable]
2910 HRESULT backgroundPositionX([retval, out] VARIANT *p);
2911
2912 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDPOSITIONY), displaybind, bindable]
2913 HRESULT backgroundPositionY([retval, out] VARIANT *p);
2914
2915 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDREPEAT), displaybind, bindable]
2916 HRESULT backgroundRepeat([retval, out] BSTR *p);
2917
2918 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTCOLOR), displaybind, bindable]
2919 HRESULT borderLeftColor([retval, out] VARIANT *p);
2920
2921 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPCOLOR), displaybind, bindable]
2922 HRESULT borderTopColor([retval, out] VARIANT *p);
2923
2924 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTCOLOR), displaybind, bindable]
2925 HRESULT borderRightColor([retval, out] VARIANT *p);
2926
2927 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMCOLOR), displaybind, bindable]
2928 HRESULT borderBottomColor([retval, out] VARIANT *p);
2929
2930 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPSTYLE), displaybind, bindable]
2931 HRESULT borderTopStyle([retval, out] BSTR *p);
2932
2933 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTSTYLE), displaybind, bindable]
2934 HRESULT borderRightStyle([retval, out] BSTR *p);
2935
2936 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMSTYLE), displaybind, bindable]
2937 HRESULT borderBottomStyle([retval, out] BSTR *p);
2938
2939 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTSTYLE), displaybind, bindable]
2940 HRESULT borderLeftStyle([retval, out] BSTR *p);
2941
2942 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPWIDTH), displaybind, bindable]
2943 HRESULT borderTopWidth([retval, out] VARIANT *p);
2944
2945 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTWIDTH), displaybind, bindable]
2946 HRESULT borderRightWidth([retval, out] VARIANT *p);
2947
2948 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMWIDTH), displaybind, bindable]
2949 HRESULT borderBottomWidth([retval, out] VARIANT *p);
2950
2951 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTWIDTH), displaybind, bindable]
2952 HRESULT borderLeftWidth([retval, out] VARIANT *p);
2953
2954 [propget, id(DISPID_IHTMLCURRENTSTYLE_LEFT), displaybind, bindable]
2955 HRESULT left([retval, out] VARIANT *p);
2956
2957 [propget, id(DISPID_IHTMLCURRENTSTYLE_TOP), displaybind, bindable]
2958 HRESULT top([retval, out] VARIANT *p);
2959
2960 [propget, id(DISPID_IHTMLCURRENTSTYLE_WIDTH), displaybind, bindable]
2961 HRESULT width([retval, out] VARIANT *p);
2962
2963 [propget, id(DISPID_IHTMLCURRENTSTYLE_HEIGHT), displaybind, bindable]
2964 HRESULT height([retval, out] VARIANT *p);
2965
2966 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGLEFT), displaybind, bindable]
2967 HRESULT paddingLeft([retval, out] VARIANT *p);
2968
2969 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGTOP), displaybind, bindable]
2970 HRESULT paddingTop([retval, out] VARIANT *p);
2971
2972 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGRIGHT), displaybind, bindable]
2973 HRESULT paddingRight([retval, out] VARIANT *p);
2974
2975 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGBOTTOM), displaybind, bindable]
2976 HRESULT paddingBottom([retval, out] VARIANT *p);
2977
2978 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTALIGN), displaybind, bindable]
2979 HRESULT textAlign([retval, out] BSTR *p);
2980
2981 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTDECORATION), displaybind, bindable]
2982 HRESULT textDecoration([retval, out] BSTR *p);
2983
2984 [propget, id(DISPID_IHTMLCURRENTSTYLE_DISPLAY), displaybind, bindable]
2985 HRESULT display([retval, out] BSTR *p);
2986
2987 [propget, id(DISPID_IHTMLCURRENTSTYLE_VISIBILITY), displaybind, bindable]
2988 HRESULT visibility([retval, out] BSTR *p);
2989
2990 [propget, id(DISPID_IHTMLCURRENTSTYLE_ZINDEX), displaybind, bindable]
2991 HRESULT zIndex([retval, out] VARIANT *p);
2992
2993 [propget, id(DISPID_IHTMLCURRENTSTYLE_LETTERSPACING), displaybind, bindable]
2994 HRESULT letterSpacing([retval, out] VARIANT *p);
2995
2996 [propget, id(DISPID_IHTMLCURRENTSTYLE_LINEHEIGHT), displaybind, bindable]
2997 HRESULT lineHeight([retval, out] VARIANT *p);
2998
2999 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTINDENT), displaybind, bindable]
3000 HRESULT textIndent([retval, out] VARIANT *p);
3001
3002 [propget, id(DISPID_IHTMLCURRENTSTYLE_VERTICALALIGN), displaybind, bindable]
3003 HRESULT verticalAlign([retval, out] VARIANT *p);
3004
3005 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDATTACHMENT), displaybind, bindable]
3006 HRESULT backgroundAttachment([retval, out] BSTR *p);
3007
3008 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINTOP), displaybind, bindable]
3009 HRESULT marginTop([retval, out] VARIANT *p);
3010
3011 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINRIGHT), displaybind, bindable]
3012 HRESULT marginRight([retval, out] VARIANT *p);
3013
3014 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINBOTTOM), displaybind, bindable]
3015 HRESULT marginBottom([retval, out] VARIANT *p);
3016
3017 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINLEFT), displaybind, bindable]
3018 HRESULT marginLeft([retval, out] VARIANT *p);
3019
3020 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLEAR), displaybind, bindable]
3021 HRESULT clear([retval, out] BSTR *p);
3022
3023 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLETYPE), displaybind, bindable]
3024 HRESULT listStyleType([retval, out] BSTR *p);
3025
3026 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLEPOSITION), displaybind, bindable]
3027 HRESULT listStylePosition([retval, out] BSTR *p);
3028
3029 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLEIMAGE), displaybind, bindable]
3030 HRESULT listStyleImage([retval, out] BSTR *p);
3031
3032 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPTOP), displaybind, bindable]
3033 HRESULT clipTop([retval, out] VARIANT *p);
3034
3035 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPRIGHT), displaybind, bindable]
3036 HRESULT clipRight([retval, out] VARIANT *p);
3037
3038 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPBOTTOM), displaybind, bindable]
3039 HRESULT clipBottom([retval, out] VARIANT *p);
3040
3041 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPLEFT), displaybind, bindable]
3042 HRESULT clipLeft([retval, out] VARIANT *p);
3043
3044 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOW), displaybind, bindable]
3045 HRESULT overflow([retval, out] BSTR *p);
3046
3047 [propget, id(DISPID_IHTMLCURRENTSTYLE_PAGEBREAKBEFORE), displaybind, bindable]
3048 HRESULT pageBreakBefore([retval, out] BSTR *p);
3049
3050 [propget, id(DISPID_IHTMLCURRENTSTYLE_PAGEBREAKAFTER), displaybind, bindable]
3051 HRESULT pageBreakAfter([retval, out] BSTR *p);
3052
3053 [propget, id(DISPID_IHTMLCURRENTSTYLE_CURSOR), displaybind, bindable]
3054 HRESULT cursor([retval, out] BSTR *p);
3055
3056 [propget, id(DISPID_IHTMLCURRENTSTYLE_TABLELAYOUT), displaybind, bindable]
3057 HRESULT tableLayout([retval, out] BSTR *p);
3058
3059 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERCOLLAPSE), displaybind, bindable]
3060 HRESULT borderCollapse([retval, out] BSTR *p);
3061
3062 [propget, id(DISPID_IHTMLCURRENTSTYLE_DIRECTION), displaybind, bindable]
3063 HRESULT direction([retval, out] BSTR *p);
3064
3065 [propget, id(DISPID_IHTMLCURRENTSTYLE_BEHAVIOR), displaybind, bindable]
3066 HRESULT behavior([retval, out] BSTR *p);
3067
3068 [id(DISPID_IHTMLCURRENTSTYLE_GETATTRIBUTE)]
3069 HRESULT getAttribute(
3070 [in] BSTR strAttributeName,
3071 [defaultvalue(0), in] LONG lFlags,
3072 [retval, out] VARIANT *AttributeValue);
3073
3074 [propget, id(DISPID_IHTMLCURRENTSTYLE_UNICODEBIDI), displaybind, bindable]
3075 HRESULT unicodeBidi([retval, out] BSTR *p);
3076
3077 [propget, id(DISPID_IHTMLCURRENTSTYLE_RIGHT), displaybind, bindable]
3078 HRESULT right([retval, out] VARIANT *p);
3079
3080 [propget, id(DISPID_IHTMLCURRENTSTYLE_BOTTOM), displaybind, bindable]
3081 HRESULT bottom([retval, out] VARIANT *p);
3082
3083 [propget, id(DISPID_IHTMLCURRENTSTYLE_IMEMODE), displaybind, bindable]
3084 HRESULT imeMode([retval, out] BSTR *p);
3085
3086 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYALIGN), displaybind, bindable]
3087 HRESULT rubyAlign([retval, out] BSTR *p);
3088
3089 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYPOSITION), displaybind, bindable]
3090 HRESULT rubyPosition([retval, out] BSTR *p);
3091
3092 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYOVERHANG), displaybind, bindable]
3093 HRESULT rubyOverhang([retval, out] BSTR *p);
3094
3095 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTAUTOSPACE), displaybind, bindable]
3096 HRESULT textAutospace([retval, out] BSTR *p);
3097
3098 [propget, id(DISPID_IHTMLCURRENTSTYLE_LINEBREAK), displaybind, bindable]
3099 HRESULT lineBreak([retval, out] BSTR *p);
3100
3101 [propget, id(DISPID_IHTMLCURRENTSTYLE_WORDBREAK), displaybind, bindable]
3102 HRESULT wordBreak([retval, out] BSTR *p);
3103
3104 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTJUSTIFY), displaybind, bindable]
3105 HRESULT textJustify([retval, out] BSTR *p);
3106
3107 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTJUSTIFYTRIM), displaybind, bindable]
3108 HRESULT textJustifyTrim([retval, out] BSTR *p);
3109
3110 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTKASHIDA), displaybind, bindable]
3111 HRESULT textKashida([retval, out] VARIANT *p);
3112
3113 [propget, id(DISPID_IHTMLCURRENTSTYLE_BLOCKDIRECTION), displaybind, bindable]
3114 HRESULT blockDirection([retval, out] BSTR *p);
3115
3116 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDCHAR), displaybind, bindable]
3117 HRESULT layoutGridChar([retval, out] VARIANT *p);
3118
3119 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDLINE), displaybind, bindable]
3120 HRESULT layoutGridLine([retval, out] VARIANT *p);
3121
3122 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDMODE), displaybind, bindable]
3123 HRESULT layoutGridMode([retval, out] BSTR *p);
3124
3125 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDTYPE), displaybind, bindable]
3126 HRESULT layoutGridType([retval, out] BSTR *p);
3127
3128 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERSTYLE), displaybind, bindable]
3129 HRESULT borderStyle([retval, out] BSTR *p);
3130
3131 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERCOLOR), displaybind, bindable]
3132 HRESULT borderColor([retval, out] BSTR *p);
3133
3134 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERWIDTH), displaybind, bindable]
3135 HRESULT borderWidth([retval, out] BSTR *p);
3136
3137 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDING), displaybind, bindable]
3138 HRESULT padding([retval, out] BSTR *p);
3139
3140 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGIN), displaybind, bindable]
3141 HRESULT margin([retval, out] BSTR *p);
3142
3143 [propget, id(DISPID_IHTMLCURRENTSTYLE_ACCELERATOR), displaybind, bindable]
3144 HRESULT accelerator([retval, out] BSTR *p);
3145
3146 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOWX), displaybind, bindable]
3147 HRESULT overflowX([retval, out] BSTR *p);
3148
3149 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOWY), displaybind, bindable]
3150 HRESULT overflowY([retval, out] BSTR *p);
3151
3152 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTTRANSFORM), displaybind, bindable]
3153 HRESULT textTransform([retval, out] BSTR *p);
3154}
3155
3156/*****************************************************************************
3157 * IHTMLCurrentStyle2 interface
3158 */
3159[
3160 odl,
3161 oleautomation,
3162 dual,
3163 uuid(3050f658-98b5-11cf-bb82-00aa00bdce0b)
3164]
3165interface IHTMLCurrentStyle2 : IDispatch
3166{
3167 [propget, id(DISPID_IHTMLCURRENTSTYLE2_LAYOUTFLOW), displaybind, bindable]
3168 HRESULT layoutFlow([retval, out] BSTR * p);
3169
3170 [propget, id(DISPID_IHTMLCURRENTSTYLE2_WORDWRAP), displaybind, bindable]
3171 HRESULT wordWrap([retval, out] BSTR * p);
3172
3173 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTUNDERLINEPOSITION), displaybind, bindable]
3174 HRESULT textUnderlinePosition([retval, out] BSTR * p);
3175
3176 [propget, id(DISPID_IHTMLCURRENTSTYLE2_HASLAYOUT), displaybind, bindable]
3177 HRESULT hasLayout([retval, out] VARIANT_BOOL * p);
3178
3179 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARBASECOLOR), displaybind, bindable]
3180 HRESULT scrollbarBaseColor([retval, out] VARIANT * p);
3181
3182 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARFACECOLOR), displaybind, bindable]
3183 HRESULT scrollbarFaceColor([retval, out] VARIANT * p);
3184
3185 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
3186 HRESULT scrollbar3dLightColor([retval, out] VARIANT * p);
3187
3188 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARSHADOWCOLOR), displaybind, bindable]
3189 HRESULT scrollbarShadowColor([retval, out] VARIANT * p);
3190
3191 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
3192 HRESULT scrollbarHighlightColor([retval, out] VARIANT * p);
3193
3194 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
3195 HRESULT scrollbarDarkShadowColor([retval, out] VARIANT * p);
3196
3197 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARARROWCOLOR), displaybind, bindable]
3198 HRESULT scrollbarArrowColor([retval, out] VARIANT * p);
3199
3200 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARTRACKCOLOR), displaybind, bindable]
3201 HRESULT scrollbarTrackColor([retval, out] VARIANT * p);
3202
3203 [propget, id(DISPID_IHTMLCURRENTSTYLE2_WRITINGMODE), displaybind, bindable]
3204 HRESULT writingMode([retval, out] BSTR * p);
3205
3206 [propget, id(DISPID_IHTMLCURRENTSTYLE2_ZOOM), displaybind, bindable]
3207 HRESULT zoom([retval, out] VARIANT * p);
3208
3209 [propget, id(DISPID_IHTMLCURRENTSTYLE2_FILTER), displaybind, bindable]
3210 HRESULT filter([retval, out] BSTR * p);
3211
3212 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTALIGNLAST), displaybind, bindable]
3213 HRESULT textAlignLast([retval, out] BSTR * p);
3214
3215 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTKASHIDASPACE), displaybind, bindable]
3216 HRESULT textKashidaSpace([retval, out] VARIANT * p);
3217
3218 [propget, id(DISPID_IHTMLCURRENTSTYLE2_ISBLOCK), displaybind, bindable, hidden, restricted, nonbrowsable]
3219 HRESULT isBlock([retval, out] VARIANT_BOOL * p);
3220}
3221
3222/*****************************************************************************
3223 * IHTMLCurrentStyle3 interface
3224 */
3225[
3226 odl,
3227 oleautomation,
3228 dual,
3229 uuid(3050f818-98b5-11cf-bb82-00aa00bdce0b)
3230]
3231interface IHTMLCurrentStyle3 : IDispatch
3232{
3233 [propget, id(DISPID_IHTMLCURRENTSTYLE3_TEXTOVERFLOW), displaybind, bindable]
3234 HRESULT textOverflow([retval, out] BSTR * p);
3235
3236 [propget, id(DISPID_IHTMLCURRENTSTYLE3_MINHEIGHT), displaybind, bindable]
3237 HRESULT minHeight([retval, out] VARIANT * p);
3238
3239 [propget, id(DISPID_IHTMLCURRENTSTYLE3_WORDSPACING), displaybind, bindable]
3240 HRESULT wordSpacing([retval, out] VARIANT * p);
3241
3242 [propget, id(DISPID_IHTMLCURRENTSTYLE3_WHITESPACE), displaybind, bindable]
3243 HRESULT whiteSpace([retval, out] BSTR * p);
3244}
3245
3246/*****************************************************************************
3247 * IHTMLCurrentStyle4 interface
3248 */
3249[
3250 odl,
3251 oleautomation,
3252 dual,
3253 uuid(3050f33b-98b5-11cf-bb82-00aa00bdce0b)
3254]
3255interface IHTMLCurrentStyle4 : IDispatch
3256{
3257 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MSINTERPOLATIONMODE), displaybind, bindable]
3258 HRESULT msInterpolationMode([retval, out] BSTR * p);
3259
3260 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MAXHEIGHT), displaybind, bindable]
3261 HRESULT maxHeight([retval, out] VARIANT * p);
3262
3263 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MINWIDTH), displaybind, bindable]
3264 HRESULT minWidth([retval, out] VARIANT * p);
3265
3266 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MAXWIDTH), displaybind, bindable]
3267 HRESULT maxWidth([retval, out] VARIANT * p);
3268}
3269
3270/*****************************************************************************
3271 * DispHTMLCurrentStyle dispinterface
3272 */
3273[
3274 hidden,
3275 uuid(3050f557-98b5-11cf-bb82-00aa00bdce0b)
3276]
3277dispinterface DispHTMLCurrentStyle
3278{
3279properties:
3280methods:
3281 [propget, id(DISPID_IHTMLCURRENTSTYLE_POSITION), displaybind, bindable]
3282 BSTR position();
3283
3284 [propget, id(DISPID_IHTMLCURRENTSTYLE_STYLEFLOAT), displaybind, bindable]
3285 BSTR styleFloat();
3286
3287 [propget, id(DISPID_IHTMLCURRENTSTYLE_COLOR), displaybind, bindable]
3288 VARIANT color();
3289
3290 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDCOLOR), displaybind, bindable]
3291 VARIANT backgroundColor();
3292
3293 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTFAMILY), displaybind, bindable]
3294 BSTR fontFamily();
3295
3296 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTSTYLE), displaybind, bindable]
3297 BSTR fontStyle();
3298
3299 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTVARIANT), displaybind, bindable, hidden]
3300 BSTR fontVariant();
3301
3302 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTWEIGHT), displaybind, bindable]
3303 VARIANT fontWeight();
3304
3305 [propget, id(DISPID_IHTMLCURRENTSTYLE_FONTSIZE), displaybind, bindable]
3306 VARIANT fontSize();
3307
3308 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDIMAGE), displaybind, bindable]
3309 BSTR backgroundImage();
3310
3311 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDPOSITIONX), displaybind, bindable]
3312 VARIANT backgroundPositionX();
3313
3314 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDPOSITIONY), displaybind, bindable]
3315 VARIANT backgroundPositionY();
3316
3317 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDREPEAT), displaybind, bindable]
3318 BSTR backgroundRepeat();
3319
3320 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTCOLOR), displaybind, bindable]
3321 VARIANT borderLeftColor();
3322
3323 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPCOLOR), displaybind, bindable]
3324 VARIANT borderTopColor();
3325
3326 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTCOLOR), displaybind, bindable]
3327 VARIANT borderRightColor();
3328
3329 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMCOLOR), displaybind, bindable]
3330 VARIANT borderBottomColor();
3331
3332 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPSTYLE), displaybind, bindable]
3333 BSTR borderTopStyle();
3334
3335 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTSTYLE), displaybind, bindable]
3336 BSTR borderRightStyle();
3337
3338 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMSTYLE), displaybind, bindable]
3339 BSTR borderBottomStyle();
3340
3341 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTSTYLE), displaybind, bindable]
3342 BSTR borderLeftStyle();
3343
3344 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERTOPWIDTH), displaybind, bindable]
3345 VARIANT borderTopWidth();
3346
3347 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERRIGHTWIDTH), displaybind, bindable]
3348 VARIANT borderRightWidth();
3349
3350 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERBOTTOMWIDTH), displaybind, bindable]
3351 VARIANT borderBottomWidth();
3352
3353 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERLEFTWIDTH), displaybind, bindable]
3354 VARIANT borderLeftWidth();
3355
3356 [propget, id(DISPID_IHTMLCURRENTSTYLE_LEFT), displaybind, bindable]
3357 VARIANT left();
3358
3359 [propget, id(DISPID_IHTMLCURRENTSTYLE_TOP), displaybind, bindable]
3360 VARIANT top();
3361
3362 [propget, id(DISPID_IHTMLCURRENTSTYLE_WIDTH), displaybind, bindable]
3363 VARIANT width();
3364
3365 [propget, id(DISPID_IHTMLCURRENTSTYLE_HEIGHT), displaybind, bindable]
3366 VARIANT height();
3367
3368 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGLEFT), displaybind, bindable]
3369 VARIANT paddingLeft();
3370
3371 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGTOP), displaybind, bindable]
3372 VARIANT paddingTop();
3373
3374 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGRIGHT), displaybind, bindable]
3375 VARIANT paddingRight();
3376
3377 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDINGBOTTOM), displaybind, bindable]
3378 VARIANT paddingBottom();
3379
3380 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTALIGN), displaybind, bindable]
3381 BSTR textAlign();
3382
3383 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTDECORATION), displaybind, bindable]
3384 BSTR textDecoration();
3385
3386 [propget, id(DISPID_IHTMLCURRENTSTYLE_DISPLAY), displaybind, bindable]
3387 BSTR display();
3388
3389 [propget, id(DISPID_IHTMLCURRENTSTYLE_VISIBILITY), displaybind, bindable]
3390 BSTR visibility();
3391
3392 [propget, id(DISPID_IHTMLCURRENTSTYLE_ZINDEX), displaybind, bindable]
3393 VARIANT zIndex();
3394
3395 [propget, id(DISPID_IHTMLCURRENTSTYLE_LETTERSPACING), displaybind, bindable]
3396 VARIANT letterSpacing();
3397
3398 [propget, id(DISPID_IHTMLCURRENTSTYLE_LINEHEIGHT), displaybind, bindable]
3399 VARIANT lineHeight();
3400
3401 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTINDENT), displaybind, bindable]
3402 VARIANT textIndent();
3403
3404 [propget, id(DISPID_IHTMLCURRENTSTYLE_VERTICALALIGN), displaybind, bindable]
3405 VARIANT verticalAlign();
3406
3407 [propget, id(DISPID_IHTMLCURRENTSTYLE_BACKGROUNDATTACHMENT), displaybind, bindable]
3408 BSTR backgroundAttachment();
3409
3410 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINTOP), displaybind, bindable]
3411 VARIANT marginTop();
3412
3413 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINRIGHT), displaybind, bindable]
3414 VARIANT marginRight();
3415
3416 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINBOTTOM), displaybind, bindable]
3417 VARIANT marginBottom();
3418
3419 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGINLEFT), displaybind, bindable]
3420 VARIANT marginLeft();
3421
3422 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLEAR), displaybind, bindable]
3423 BSTR clear();
3424
3425 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLETYPE), displaybind, bindable]
3426 BSTR listStyleType();
3427
3428 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLEPOSITION), displaybind, bindable]
3429 BSTR listStylePosition();
3430
3431 [propget, id(DISPID_IHTMLCURRENTSTYLE_LISTSTYLEIMAGE), displaybind, bindable]
3432 BSTR listStyleImage();
3433
3434 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPTOP), displaybind, bindable]
3435 VARIANT clipTop();
3436
3437 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPRIGHT), displaybind, bindable]
3438 VARIANT clipRight();
3439
3440 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPBOTTOM), displaybind, bindable]
3441 VARIANT clipBottom();
3442
3443 [propget, id(DISPID_IHTMLCURRENTSTYLE_CLIPLEFT), displaybind, bindable]
3444 VARIANT clipLeft();
3445
3446 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOW), displaybind, bindable]
3447 BSTR overflow();
3448
3449 [propget, id(DISPID_IHTMLCURRENTSTYLE_PAGEBREAKBEFORE), displaybind, bindable]
3450 BSTR pageBreakBefore();
3451
3452 [propget, id(DISPID_IHTMLCURRENTSTYLE_PAGEBREAKAFTER), displaybind, bindable]
3453 BSTR pageBreakAfter();
3454
3455 [propget, id(DISPID_IHTMLCURRENTSTYLE_CURSOR), displaybind, bindable]
3456 BSTR cursor();
3457
3458 [propget, id(DISPID_IHTMLCURRENTSTYLE_TABLELAYOUT), displaybind, bindable]
3459 BSTR tableLayout();
3460
3461 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERCOLLAPSE), displaybind, bindable]
3462 BSTR borderCollapse();
3463
3464 [propget, id(DISPID_IHTMLCURRENTSTYLE_DIRECTION), displaybind, bindable]
3465 BSTR direction();
3466
3467 [propget, id(DISPID_IHTMLCURRENTSTYLE_BEHAVIOR), displaybind, bindable]
3468 BSTR behavior();
3469
3470 [id(DISPID_IHTMLCURRENTSTYLE_GETATTRIBUTE)]
3471 VARIANT getAttribute(
3472 [in] BSTR strAttributeName,
3473 [in, defaultvalue(0)] LONG lFlags);
3474
3475 [propget, id(DISPID_IHTMLCURRENTSTYLE_UNICODEBIDI), displaybind, bindable]
3476 BSTR unicodeBidi();
3477
3478 [propget, id(DISPID_IHTMLCURRENTSTYLE_RIGHT), displaybind, bindable]
3479 VARIANT right();
3480
3481 [propget, id(DISPID_IHTMLCURRENTSTYLE_BOTTOM), displaybind, bindable]
3482 VARIANT bottom();
3483
3484 [propget, id(DISPID_IHTMLCURRENTSTYLE_IMEMODE), displaybind, bindable]
3485 BSTR imeMode();
3486
3487 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYALIGN), displaybind, bindable]
3488 BSTR rubyAlign();
3489
3490 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYPOSITION), displaybind, bindable]
3491 BSTR rubyPosition();
3492
3493 [propget, id(DISPID_IHTMLCURRENTSTYLE_RUBYOVERHANG), displaybind, bindable]
3494 BSTR rubyOverhang();
3495
3496 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTAUTOSPACE), displaybind, bindable]
3497 BSTR textAutospace();
3498
3499 [propget, id(DISPID_IHTMLCURRENTSTYLE_LINEBREAK), displaybind, bindable]
3500 BSTR lineBreak();
3501
3502 [propget, id(DISPID_IHTMLCURRENTSTYLE_WORDBREAK), displaybind, bindable]
3503 BSTR wordBreak();
3504
3505 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTJUSTIFY), displaybind, bindable]
3506 BSTR textJustify();
3507
3508 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTJUSTIFYTRIM), displaybind, bindable]
3509 BSTR textJustifyTrim();
3510
3511 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTKASHIDA), displaybind, bindable]
3512 VARIANT textKashida();
3513
3514 [propget, id(DISPID_IHTMLCURRENTSTYLE_BLOCKDIRECTION), displaybind, bindable]
3515 BSTR blockDirection();
3516
3517 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDCHAR), displaybind, bindable]
3518 VARIANT layoutGridChar();
3519
3520 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDLINE), displaybind, bindable]
3521 VARIANT layoutGridLine();
3522
3523 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDMODE), displaybind, bindable]
3524 BSTR layoutGridMode();
3525
3526 [propget, id(DISPID_IHTMLCURRENTSTYLE_LAYOUTGRIDTYPE), displaybind, bindable]
3527 BSTR layoutGridType();
3528
3529 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERSTYLE), displaybind, bindable]
3530 BSTR borderStyle();
3531
3532 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERCOLOR), displaybind, bindable]
3533 BSTR borderColor();
3534
3535 [propget, id(DISPID_IHTMLCURRENTSTYLE_BORDERWIDTH), displaybind, bindable]
3536 BSTR borderWidth();
3537
3538 [propget, id(DISPID_IHTMLCURRENTSTYLE_PADDING), displaybind, bindable]
3539 BSTR padding();
3540
3541 [propget, id(DISPID_IHTMLCURRENTSTYLE_MARGIN), displaybind, bindable]
3542 BSTR margin();
3543
3544 [propget, id(DISPID_IHTMLCURRENTSTYLE_ACCELERATOR), displaybind, bindable]
3545 BSTR accelerator();
3546
3547 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOWX), displaybind, bindable]
3548 BSTR overflowX();
3549
3550 [propget, id(DISPID_IHTMLCURRENTSTYLE_OVERFLOWY), displaybind, bindable]
3551 BSTR overflowY();
3552
3553 [propget, id(DISPID_IHTMLCURRENTSTYLE_TEXTTRANSFORM), displaybind, bindable]
3554 BSTR textTransform();
3555
3556 [propget, id(DISPID_IHTMLCURRENTSTYLE2_LAYOUTFLOW), displaybind, bindable]
3557 BSTR layoutFlow();
3558
3559 [propget, id(DISPID_IHTMLCURRENTSTYLE2_WORDWRAP), displaybind, bindable]
3560 BSTR wordWrap();
3561
3562 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTUNDERLINEPOSITION), displaybind, bindable]
3563 BSTR textUnderlinePosition();
3564
3565 [propget, id(DISPID_IHTMLCURRENTSTYLE2_HASLAYOUT), displaybind, bindable]
3566 VARIANT_BOOL hasLayout();
3567
3568 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARBASECOLOR), displaybind, bindable]
3569 VARIANT scrollbarBaseColor();
3570
3571 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARFACECOLOR), displaybind, bindable]
3572 VARIANT scrollbarFaceColor();
3573
3574 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBAR3DLIGHTCOLOR), displaybind, bindable]
3575 VARIANT scrollbar3dLightColor();
3576
3577 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARSHADOWCOLOR), displaybind, bindable]
3578 VARIANT scrollbarShadowColor();
3579
3580 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARHIGHLIGHTCOLOR), displaybind, bindable]
3581 VARIANT scrollbarHighlightColor();
3582
3583 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARDARKSHADOWCOLOR), displaybind, bindable]
3584 VARIANT scrollbarDarkShadowColor();
3585
3586 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARARROWCOLOR), displaybind, bindable]
3587 VARIANT scrollbarArrowColor();
3588
3589 [propget, id(DISPID_IHTMLCURRENTSTYLE2_SCROLLBARTRACKCOLOR), displaybind, bindable]
3590 VARIANT scrollbarTrackColor();
3591
3592 [propget, id(DISPID_IHTMLCURRENTSTYLE2_WRITINGMODE), displaybind, bindable]
3593 BSTR writingMode();
3594
3595 [propget, id(DISPID_IHTMLCURRENTSTYLE2_ZOOM), displaybind, bindable]
3596 VARIANT zoom();
3597
3598 [propget, id(DISPID_IHTMLCURRENTSTYLE2_FILTER), displaybind, bindable]
3599 BSTR filter();
3600
3601 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTALIGNLAST), displaybind, bindable]
3602 BSTR textAlignLast();
3603
3604 [propget, id(DISPID_IHTMLCURRENTSTYLE2_TEXTKASHIDASPACE), displaybind, bindable]
3605 VARIANT textKashidaSpace();
3606
3607 [propget, id(DISPID_IHTMLCURRENTSTYLE2_ISBLOCK), displaybind, bindable, hidden, restricted, nonbrowsable]
3608 VARIANT_BOOL isBlock();
3609
3610 [propget, id(DISPID_IHTMLCURRENTSTYLE3_TEXTOVERFLOW), displaybind, bindable]
3611 BSTR textOverflow();
3612
3613 [propget, id(DISPID_IHTMLCURRENTSTYLE3_MINHEIGHT), displaybind, bindable]
3614 VARIANT minHeight();
3615
3616 [propget, id(DISPID_IHTMLCURRENTSTYLE3_WORDSPACING), displaybind, bindable]
3617 VARIANT wordSpacing();
3618
3619 [propget, id(DISPID_IHTMLCURRENTSTYLE3_WHITESPACE), displaybind, bindable]
3620 BSTR whiteSpace();
3621
3622 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MSINTERPOLATIONMODE), displaybind, bindable]
3623 BSTR msInterpolationMode();
3624
3625 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MAXHEIGHT), displaybind, bindable]
3626 VARIANT maxHeight();
3627
3628 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MINWIDTH), displaybind, bindable]
3629 VARIANT minWidth();
3630
3631 [propget, id(DISPID_IHTMLCURRENTSTYLE4_MAXWIDTH), displaybind, bindable]
3632 VARIANT maxWidth();
3633}
3634
3635[
3636 noncreatable,
3637 uuid(3050f3dc-98b5-11cf-bb82-00aa00bdce0b)
3638]
3639coclass HTMLCurrentStyle
3640{
3641 [default] dispinterface DispHTMLCurrentStyle;
3642 interface IHTMLCurrentStyle;
3643 interface IHTMLCurrentStyle2;
3644 interface IHTMLCurrentStyle3;
3645 interface IHTMLCurrentStyle4;
3646}
3647
3648/*****************************************************************************
3649 * IHTMLRect interface
3650 */
3651[
3652 odl,
3653 oleautomation,
3654 dual,
3655 uuid(3050f4a3-98b5-11cf-bb82-00aa00bdce0b)
3656]
3657interface IHTMLRect : IDispatch
3658{
3659 [propput, id(DISPID_IHTMLRECT_LEFT)]
3660 HRESULT left([in] LONG v);
3661
3662 [propget, id(DISPID_IHTMLRECT_LEFT)]
3663 HRESULT left([retval, out] LONG *p);
3664
3665 [propput, id(DISPID_IHTMLRECT_TOP)]
3666 HRESULT top([in] LONG v);
3667
3668 [propget, id(DISPID_IHTMLRECT_TOP)]
3669 HRESULT top([retval, out] LONG *p);
3670
3671 [propput, id(DISPID_IHTMLRECT_RIGHT)]
3672 HRESULT right([in] LONG v);
3673
3674 [propget, id(DISPID_IHTMLRECT_RIGHT)]
3675 HRESULT right([retval, out] LONG *p);
3676
3677 [propput, id(DISPID_IHTMLRECT_BOTTOM)]
3678 HRESULT bottom([in] LONG v);
3679
3680 [propget, id(DISPID_IHTMLRECT_BOTTOM)]
3681 HRESULT bottom([retval, out] LONG *p);
3682}
3683
3684/*****************************************************************************
3685 * IHTMLRectCollection interface
3686 */
3687[
3688 odl,
3689 oleautomation,
3690 dual,
3691 uuid(3050f4a4-98b5-11cf-bb82-00aa00bdce0b)
3692]
3693interface IHTMLRectCollection : IDispatch
3694{
3695 [propget, id(DISPID_IHTMLRECTCOLLECTION_LENGTH)]
3696 HRESULT length([retval, out] LONG *p);
3697
3698 [propget, id(DISPID_IHTMLRECTCOLLECTION__NEWENUM), hidden, restricted]
3699 HRESULT _newEnum([retval, out] IUnknown **p);
3700
3701 [id(DISPID_IHTMLRECTCOLLECTION_ITEM)]
3702 HRESULT item(
3703 [in] VARIANT *pvarIndex,
3704 [retval, out] VARIANT *pvarResult);
3705}
3706
3707/*****************************************************************************
3708 * IHTMLDOMNode interface
3709 */
3710[
3711 odl,
3712 oleautomation,
3713 dual,
3714 uuid(3050f5da-98b5-11cf-bb82-00aa00bdce0b)
3715]
3716interface IHTMLDOMNode : IDispatch
3717{
3718 [propget, id(DISPID_IHTMLDOMNODE_NODETYPE)]
3719 HRESULT nodeType([retval, out] LONG *p);
3720
3721 [propget, id(DISPID_IHTMLDOMNODE_PARENTNODE)]
3722 HRESULT parentNode([retval, out] IHTMLDOMNode **p);
3723
3724 [id(DISPID_IHTMLDOMNODE_HASCHILDNODES)]
3725 HRESULT hasChildNodes([retval, out] VARIANT_BOOL *fChildren);
3726
3727 [propget, id(DISPID_IHTMLDOMNODE_CHILDNODES)]
3728 HRESULT childNodes([retval, out] IDispatch **p);
3729
3730 [propget, id(DISPID_IHTMLDOMNODE_ATTRIBUTES)]
3731 HRESULT attributes([retval, out] IDispatch **p);
3732
3733 [id(DISPID_IHTMLDOMNODE_INSERTBEFORE)]
3734 HRESULT insertBefore(
3735 [in] IHTMLDOMNode *newChild,
3736 [optional, in] VARIANT refChild,
3737 [retval, out] IHTMLDOMNode **node);
3738
3739 [id(DISPID_IHTMLDOMNODE_REMOVECHILD)]
3740 HRESULT removeChild(
3741 [in] IHTMLDOMNode *oldChild,
3742 [retval, out] IHTMLDOMNode **node);
3743
3744 [id(DISPID_IHTMLDOMNODE_REPLACECHILD)]
3745 HRESULT replaceChild(
3746 [in] IHTMLDOMNode *newChild,
3747 [in] IHTMLDOMNode *oldChild,
3748 [retval, out] IHTMLDOMNode **node);
3749
3750 [id(DISPID_IHTMLDOMNODE_CLONENODE)]
3751 HRESULT cloneNode(
3752 [in] VARIANT_BOOL fDeep,
3753 [retval, out] IHTMLDOMNode **clonedNode);
3754
3755 [id(DISPID_IHTMLDOMNODE_REMOVENODE)]
3756 HRESULT removeNode(
3757 [defaultvalue(0), in] VARIANT_BOOL fDeep,
3758 [retval, out] IHTMLDOMNode **removed);
3759
3760 [id(DISPID_IHTMLDOMNODE_SWAPNODE)]
3761 HRESULT swapNode(
3762 [in] IHTMLDOMNode *otherNode,
3763 [retval, out] IHTMLDOMNode **swappedNode);
3764
3765 [id(DISPID_IHTMLDOMNODE_REPLACENODE)]
3766 HRESULT replaceNode(
3767 [in] IHTMLDOMNode *replacement,
3768 [retval, out] IHTMLDOMNode **replaced);
3769
3770 [id(DISPID_IHTMLDOMNODE_APPENDCHILD)]
3771 HRESULT appendChild(
3772 [in] IHTMLDOMNode *newChild,
3773 [retval, out] IHTMLDOMNode **node);
3774
3775 [propget, id(DISPID_IHTMLDOMNODE_NODENAME)]
3776 HRESULT nodeName([retval, out] BSTR *p);
3777
3778 [propput, id(DISPID_IHTMLDOMNODE_NODEVALUE)]
3779 HRESULT nodeValue([in] VARIANT v);
3780
3781 [propget, id(DISPID_IHTMLDOMNODE_NODEVALUE)]
3782 HRESULT nodeValue([retval, out] VARIANT *p);
3783
3784 [propget, id(DISPID_IHTMLDOMNODE_FIRSTCHILD)]
3785 HRESULT firstChild([retval, out] IHTMLDOMNode **p);
3786
3787 [propget, id(DISPID_IHTMLDOMNODE_LASTCHILD)]
3788 HRESULT lastChild([retval, out] IHTMLDOMNode **p);
3789
3790 [propget, id(DISPID_IHTMLDOMNODE_PREVIOUSSIBLING)]
3791 HRESULT previousSibling([retval, out] IHTMLDOMNode **p);
3792
3793 [propget, id(DISPID_IHTMLDOMNODE_NEXTSIBLING)]
3794 HRESULT nextSibling([retval, out] IHTMLDOMNode **p);
3795}
3796
3797#define WINE_IHTMLDOMNODE_DISPINTERFACE_DECL \
3798 [propget, id(DISPID_IHTMLDOMNODE_NODETYPE)] \
3799 LONG nodeType(); \
3800 \
3801 [propget, id(DISPID_IHTMLDOMNODE_PARENTNODE)] \
3802 IHTMLDOMNode* parentNode(); \
3803 \
3804 [id(DISPID_IHTMLDOMNODE_HASCHILDNODES)] \
3805 VARIANT_BOOL hasChildNodes(); \
3806 \
3807 [propget, id(DISPID_IHTMLDOMNODE_CHILDNODES)] \
3808 IDispatch* childNodes(); \
3809 \
3810 [propget, id(DISPID_IHTMLDOMNODE_ATTRIBUTES)] \
3811 IDispatch* attributes(); \
3812 \
3813 [id(DISPID_IHTMLDOMNODE_INSERTBEFORE)] \
3814 IHTMLDOMNode* insertBefore( \
3815 [in] IHTMLDOMNode* newChild, \
3816 [optional, in] VARIANT refChild); \
3817 \
3818 [id(DISPID_IHTMLDOMNODE_REMOVECHILD)] \
3819 IHTMLDOMNode* removeChild([in] IHTMLDOMNode* oldChild); \
3820 \
3821 [id(DISPID_IHTMLDOMNODE_REPLACECHILD)] \
3822 IHTMLDOMNode* replaceChild( \
3823 [in] IHTMLDOMNode* newChild, \
3824 [in] IHTMLDOMNode* oldChild); \
3825 \
3826 [id(DISPID_IHTMLDOMNODE_CLONENODE)] \
3827 IHTMLDOMNode* cloneNode([in] VARIANT_BOOL fDeep); \
3828 \
3829 [id(DISPID_IHTMLDOMNODE_REMOVENODE)] \
3830 IHTMLDOMNode* removeNode([defaultvalue(0), in] VARIANT_BOOL fDeep); \
3831 \
3832 [id(DISPID_IHTMLDOMNODE_SWAPNODE)] \
3833 IHTMLDOMNode* swapNode([in] IHTMLDOMNode* otherNode); \
3834 \
3835 [id(DISPID_IHTMLDOMNODE_REPLACENODE)] \
3836 IHTMLDOMNode* replaceNode([in] IHTMLDOMNode* replacement); \
3837 \
3838 [id(DISPID_IHTMLDOMNODE_APPENDCHILD)] \
3839 IHTMLDOMNode* appendChild([in] IHTMLDOMNode* newChild); \
3840 \
3841 [propget, id(DISPID_IHTMLDOMNODE_NODENAME)] \
3842 BSTR nodeName(); \
3843 \
3844 [propput, id(DISPID_IHTMLDOMNODE_NODEVALUE)] \
3845 void nodeValue(VARIANT v); \
3846 \
3847 [propget, id(DISPID_IHTMLDOMNODE_NODEVALUE)] \
3848 VARIANT nodeValue(); \
3849 \
3850 [propget, id(DISPID_IHTMLDOMNODE_FIRSTCHILD)] \
3851 IHTMLDOMNode* firstChild(); \
3852 \
3853 [propget, id(DISPID_IHTMLDOMNODE_LASTCHILD)] \
3854 IHTMLDOMNode* lastChild(); \
3855 \
3856 [propget, id(DISPID_IHTMLDOMNODE_PREVIOUSSIBLING)] \
3857 IHTMLDOMNode* previousSibling(); \
3858 \
3859 [propget, id(DISPID_IHTMLDOMNODE_NEXTSIBLING)] \
3860 IHTMLDOMNode* nextSibling()
3861
3862/*****************************************************************************
3863 * IHTMLDOMNode2 interface
3864 */
3865[
3866 odl,
3867 oleautomation,
3868 dual,
3869 uuid(3050f80b-98b5-11cf-bb82-00aa00bdce0b)
3870]
3871interface IHTMLDOMNode2 : IDispatch
3872{
3873 [propget, id(DISPID_IHTMLDOMNODE2_OWNERDOCUMENT)]
3874 HRESULT ownerDocument([retval, out] IDispatch **p);
3875}
3876
3877#define WINE_IHTMLDOMNODE2_DISPINTERFACE_DECL \
3878 [propget, id(DISPID_IHTMLDOMNODE2_OWNERDOCUMENT)] \
3879 IDispatch *ownerDocument()
3880
3881#define WINE_HTMLDOMNODE_DISPINTERFACE_DECL \
3882 WINE_IHTMLDOMNODE_DISPINTERFACE_DECL; \
3883 WINE_IHTMLDOMNODE2_DISPINTERFACE_DECL
3884
3885/*****************************************************************************
3886 * IHTMLDOMNode3 interface
3887 */
3888[
3889 odl,
3890 oleautomation,
3891 dual,
3892 uuid(305106e0-98b5-11cf-bb82-00aa00bdce0b)
3893]
3894interface IHTMLDOMNode3 : IDispatch
3895{
3896 [propput, id(DISPID_IHTMLDOMNODE3_PREFIX)]
3897 HRESULT prefix([in] VARIANT v);
3898
3899 [propget, id(DISPID_IHTMLDOMNODE3_PREFIX)]
3900 HRESULT prefix([out, retval] VARIANT *p);
3901
3902 [propget, id(DISPID_IHTMLDOMNODE3_LOCALNAME)]
3903 HRESULT localName([out, retval] VARIANT *p);
3904
3905 [propget, id(DISPID_IHTMLDOMNODE3_NAMESPACEURI)]
3906 HRESULT namespaceURI([out, retval] VARIANT *p);
3907
3908 [propput, id(DISPID_IHTMLDOMNODE3_TEXTCONTENT)]
3909 HRESULT textContent([in] VARIANT v);
3910
3911 [propget, id(DISPID_IHTMLDOMNODE3_TEXTCONTENT)]
3912 HRESULT textContent([out, retval] VARIANT *p);
3913
3914 [id(DISPID_IHTMLDOMNODE3_ISEQUALNODE)]
3915 HRESULT isEqualNode(
3916 [in] IHTMLDOMNode3 *otherNode,
3917 [out, retval] VARIANT_BOOL *isEqual);
3918
3919 [id(DISPID_IHTMLDOMNODE3_LOOKUPNAMESPACEURI)]
3920 HRESULT lookupNamespaceURI(
3921 [in] VARIANT *pvarPrefix,
3922 [out, retval] VARIANT *pvarNamespaceURI);
3923
3924 [id(DISPID_IHTMLDOMNODE3_LOOKUPPREFIX)]
3925 HRESULT lookupPrefix(
3926 [in] VARIANT *pvarNamespaceURI,
3927 [out, retval] VARIANT *pvarPrefix);
3928
3929 [id(DISPID_IHTMLDOMNODE3_ISDEFAULTNAMESPACE)]
3930 HRESULT isDefaultNamespace(
3931 [in] VARIANT *pvarNamespace,
3932 [out, retval] VARIANT_BOOL *pfDefaultNamespace);
3933
3934 [id(DISPID_IHTMLDOMNODE3_IE9_APPENDCHILD)]
3935 HRESULT appendChild(
3936 [in] IHTMLDOMNode *newChild,
3937 [out, retval] IHTMLDOMNode **node);
3938
3939 [id(DISPID_IHTMLDOMNODE3_IE9_INSERTBEFORE)]
3940 HRESULT insertBefore(
3941 [in] IHTMLDOMNode *newChild,
3942 [in, optional] VARIANT refChild,
3943 [out, retval] IHTMLDOMNode **node);
3944
3945 [id(DISPID_IHTMLDOMNODE3_IE9_REMOVECHILD)]
3946 HRESULT removeChild(
3947 [in] IHTMLDOMNode *oldChild,
3948 [out, retval] IHTMLDOMNode **node);
3949
3950 [id(DISPID_IHTMLDOMNODE3_IE9_REPLACECHILD)]
3951 HRESULT replaceChild(
3952 [in] IHTMLDOMNode *newChild,
3953 [in] IHTMLDOMNode *oldChild,
3954 [out, retval] IHTMLDOMNode **node);
3955
3956 [id(DISPID_IHTMLDOMNODE3_ISSAMENODE)]
3957 HRESULT isSameNode(
3958 [in] IHTMLDOMNode3 *otherNode,
3959 [out, retval] VARIANT_BOOL *isSame);
3960
3961 [id(DISPID_IHTMLDOMNODE3_COMPAREDOCUMENTPOSITION)]
3962 HRESULT compareDocumentPosition(
3963 [in] IHTMLDOMNode *otherNode,
3964 [out, retval] USHORT *flags);
3965
3966 [id(DISPID_IHTMLDOMNODE3_ISSUPPORTED)]
3967 HRESULT isSupported(
3968 [in] BSTR feature,
3969 [in] VARIANT version,
3970 [out, retval] VARIANT_BOOL *pfisSupported);
3971}
3972
3973/*****************************************************************************
3974 * IHTMLDOMAttribute interface
3975 */
3976[
3977 odl,
3978 oleautomation,
3979 dual,
3980 uuid(3050f4b0-98b5-11cf-bb82-00aa00bdce0b)
3981]
3982interface IHTMLDOMAttribute : IDispatch
3983{
3984 [propget, id(DISPID_IHTMLDOMATTRIBUTE_NODENAME)]
3985 HRESULT nodeName([retval, out] BSTR *p);
3986
3987 [propput, id(DISPID_IHTMLDOMATTRIBUTE_NODEVALUE)]
3988 HRESULT nodeValue([in] VARIANT v);
3989
3990 [propget, id(DISPID_IHTMLDOMATTRIBUTE_NODEVALUE)]
3991 HRESULT nodeValue([retval, out] VARIANT *p);
3992
3993 [propget, id(DISPID_IHTMLDOMATTRIBUTE_SPECIFIED)]
3994 HRESULT specified([retval, out] VARIANT_BOOL *p);
3995}
3996
3997/*****************************************************************************
3998 * IHTMLDOMAttribute2 interface
3999 */
4000[
4001 odl,
4002 oleautomation,
4003 dual,
4004 uuid(3050f810-98b5-11cf-bb82-00aa00bdce0b)
4005]
4006interface IHTMLDOMAttribute2 : IDispatch
4007{
4008 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NAME)]
4009 HRESULT name([retval, out] BSTR *p);
4010
4011 [propput, id(DISPID_IHTMLDOMATTRIBUTE2_VALUE)]
4012 HRESULT value([in] BSTR v);
4013
4014 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_VALUE)]
4015 HRESULT value([retval, out] BSTR *p);
4016
4017 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_EXPANDO)]
4018 HRESULT expando([retval, out] VARIANT_BOOL *p);
4019
4020 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NODETYPE)]
4021 HRESULT nodeType([retval, out] long *p);
4022
4023 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_PARENTNODE)]
4024 HRESULT parentNode([retval, out] IHTMLDOMNode **p);
4025
4026 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_CHILDNODES)]
4027 HRESULT childNodes([retval, out] IDispatch **p);
4028
4029 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_FIRSTCHILD)]
4030 HRESULT firstChild([retval, out] IHTMLDOMNode **p);
4031
4032 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_LASTCHILD)]
4033 HRESULT lastChild([retval, out] IHTMLDOMNode **p);
4034
4035 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_PREVIOUSSIBLING)]
4036 HRESULT previousSibling([retval, out] IHTMLDOMNode **p);
4037
4038 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NEXTSIBLING)]
4039 HRESULT nextSibling([retval, out] IHTMLDOMNode **p);
4040
4041 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_ATTRIBUTES)]
4042 HRESULT attributes([retval, out] IDispatch **p);
4043
4044 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_OWNERDOCUMENT)]
4045 HRESULT ownerDocument([retval, out] IDispatch **p);
4046
4047 [id(DISPID_IHTMLDOMATTRIBUTE2_INSERTBEFORE)]
4048 HRESULT insertBefore(
4049 [in] IHTMLDOMNode *newChild,
4050 [optional, in] VARIANT refChild,
4051 [retval, out] IHTMLDOMNode **node);
4052
4053 [id(DISPID_IHTMLDOMATTRIBUTE2_REPLACECHILD)]
4054 HRESULT replaceChild(
4055 [in] IHTMLDOMNode *newChild,
4056 [in] IHTMLDOMNode *oldChild,
4057 [retval, out] IHTMLDOMNode **node);
4058
4059 [id(DISPID_IHTMLDOMATTRIBUTE2_REMOVECHILD)]
4060 HRESULT removeChild(
4061 [in] IHTMLDOMNode *oldChild,
4062 [retval, out] IHTMLDOMNode **node);
4063
4064 [id(DISPID_IHTMLDOMATTRIBUTE2_APPENDCHILD)]
4065 HRESULT appendChild(
4066 [in] IHTMLDOMNode *newChild,
4067 [retval, out] IHTMLDOMNode **node);
4068
4069 [id(DISPID_IHTMLDOMATTRIBUTE2_HASCHILDNODES)]
4070 HRESULT hasChildNodes([retval, out] VARIANT_BOOL *fChildren);
4071
4072 [id(DISPID_IHTMLDOMATTRIBUTE2_CLONENODE)]
4073 HRESULT cloneNode(
4074 [in] VARIANT_BOOL fDeep,
4075 [retval, out] IHTMLDOMAttribute **clonedNode);
4076}
4077
4078/*****************************************************************************
4079 * IHTMLDOMTextNode interface
4080 */
4081[
4082 odl,
4083 oleautomation,
4084 dual,
4085 uuid(3050f4b1-98b5-11cf-bb82-00aa00bdce0b)
4086]
4087interface IHTMLDOMTextNode : IDispatch
4088{
4089 [propput, id(DISPID_IHTMLDOMTEXTNODE_DATA)]
4090 HRESULT data([in] BSTR v);
4091
4092 [propget, id(DISPID_IHTMLDOMTEXTNODE_DATA)]
4093 HRESULT data([out, retval] BSTR *p);
4094
4095 [id(DISPID_IHTMLDOMTEXTNODE_TOSTRING)]
4096 HRESULT toString([out, retval] BSTR *String);
4097
4098 [propget, id(DISPID_IHTMLDOMTEXTNODE_LENGTH)]
4099 HRESULT length([out, retval] LONG *p);
4100
4101 [id(DISPID_IHTMLDOMTEXTNODE_SPLITTEXT)]
4102 HRESULT splitText(
4103 [in] LONG offset,
4104 [out, retval] IHTMLDOMNode **pRetNode);
4105}
4106
4107/*****************************************************************************
4108 * IHTMLDOMTextNode2 interface
4109 */
4110[
4111 odl,
4112 oleautomation,
4113 dual,
4114 uuid(3050f809-98b5-11cf-bb82-00aa00bdce0b)
4115]
4116interface IHTMLDOMTextNode2 : IDispatch
4117{
4118 [id(DISPID_IHTMLDOMTEXTNODE2_SUBSTRINGDATA)]
4119 HRESULT substringData([in] LONG offset,[in] LONG Count,[retval, out] BSTR* pbstrsubString);
4120
4121 [id(DISPID_IHTMLDOMTEXTNODE2_APPENDDATA)]
4122 HRESULT appendData([in] BSTR bstrstring);
4123
4124 [id(DISPID_IHTMLDOMTEXTNODE2_INSERTDATA)]
4125 HRESULT insertData([in] LONG offset,[in] BSTR bstrstring);
4126
4127 [id(DISPID_IHTMLDOMTEXTNODE2_DELETEDATA)]
4128 HRESULT deleteData([in] LONG offset,[in] LONG Count);
4129
4130 [id(DISPID_IHTMLDOMTEXTNODE2_REPLACEDATA)]
4131 HRESULT replaceData([in] LONG offset,[in] LONG Count,[in] BSTR bstrstring);
4132}
4133
4134[
4135 noncreatable,
4136 uuid(3050f4ba-98b5-11cf-bb82-00aa00bdce0b)
4137]
4138coclass HTMLDOMTextNode
4139{
4140 [default] dispinterface DispHTMLDOMTextNode;
4141 interface IHTMLDOMTextNode;
4142 interface IHTMLDOMTextNode2;
4143 interface IHTMLDOMNode;
4144 interface IHTMLDOMNode2;
4145}
4146
4147/*****************************************************************************
4148 * IHTMLDOMImplementation interface
4149 */
4150[
4151 odl,
4152 oleautomation,
4153 dual,
4154 uuid(3050f80d-98b5-11cf-bb82-00aa00bdce0b)
4155]
4156interface IHTMLDOMImplementation : IDispatch
4157{
4158 [id(DISPID_IHTMLDOMIMPLEMENTATION_HASFEATURE)]
4159 HRESULT hasFeature(
4160 [in] BSTR bstrfeature,
4161 [optional, in] VARIANT version,
4162 [retval, out] VARIANT_BOOL *pfHasFeature);
4163}
4164
4165/*****************************************************************************
4166 * DispHTMLDOMAttribute dispinterface
4167 */
4168[
4169 hidden,
4170 uuid(3050f564-98b5-11cf-bb82-00aa00bdce0b)
4171]
4172dispinterface DispHTMLDOMAttribute
4173{
4174 properties:
4175 methods:
4176 [propget, id(DISPID_IHTMLDOMATTRIBUTE_NODENAME)]
4177 BSTR nodeName();
4178
4179 [propput, id(DISPID_IHTMLDOMATTRIBUTE_NODEVALUE)]
4180 void nodeValue(VARIANT v);
4181
4182 [propget, id(DISPID_IHTMLDOMATTRIBUTE_NODEVALUE)]
4183 VARIANT nodeValue();
4184
4185 [propget, id(DISPID_IHTMLDOMATTRIBUTE_SPECIFIED)]
4186 VARIANT_BOOL specified();
4187
4188 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NAME)]
4189 BSTR name();
4190
4191 [propput, id(DISPID_IHTMLDOMATTRIBUTE2_VALUE)]
4192 void value(BSTR v);
4193
4194 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_VALUE)]
4195 BSTR value();
4196
4197 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_EXPANDO)]
4198 VARIANT_BOOL expando();
4199
4200 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NODETYPE)]
4201 long nodeType();
4202
4203 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_PARENTNODE)]
4204 IHTMLDOMNode *parentNode();
4205
4206 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_CHILDNODES)]
4207 IDispatch *childNodes();
4208
4209 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_FIRSTCHILD)]
4210 IHTMLDOMNode *firstChild();
4211
4212 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_LASTCHILD)]
4213 IHTMLDOMNode *lastChild();
4214
4215 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_PREVIOUSSIBLING)]
4216 IHTMLDOMNode *previousSibling();
4217
4218 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_NEXTSIBLING)]
4219 IHTMLDOMNode *nextSibling();
4220
4221 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_ATTRIBUTES)]
4222 IDispatch *attributes();
4223
4224 [propget, id(DISPID_IHTMLDOMATTRIBUTE2_OWNERDOCUMENT)]
4225 IDispatch *ownerDocument();
4226
4227 [id(DISPID_IHTMLDOMATTRIBUTE2_INSERTBEFORE)]
4228 IHTMLDOMNode *insertBefore(
4229 [in] IHTMLDOMNode *newChild,
4230 [optional, in] VARIANT refChild);
4231
4232 [id(DISPID_IHTMLDOMATTRIBUTE2_REPLACECHILD)]
4233 IHTMLDOMNode *replaceChild(
4234 [in] IHTMLDOMNode *newChild,
4235 [in] IHTMLDOMNode *oldChild);
4236
4237 [id(DISPID_IHTMLDOMATTRIBUTE2_REMOVECHILD)]
4238 IHTMLDOMNode *removeChild([in] IHTMLDOMNode *oldChild);
4239
4240 [id(DISPID_IHTMLDOMATTRIBUTE2_APPENDCHILD)]
4241 IHTMLDOMNode *appendChild([in] IHTMLDOMNode *newChild);
4242
4243 [id(DISPID_IHTMLDOMATTRIBUTE2_HASCHILDNODES)]
4244 VARIANT_BOOL hasChildNodes();
4245
4246 [id(DISPID_IHTMLDOMATTRIBUTE2_CLONENODE)]
4247 IHTMLDOMAttribute *cloneNode([in] VARIANT_BOOL fDeep);
4248
4249 [propput, id(DISPID_IHTMLDOMATTRIBUTE3_IE8_NODEVALUE)]
4250 void ie8_nodeValue(VARIANT v);
4251
4252 [propget, id(DISPID_IHTMLDOMATTRIBUTE3_IE8_NODEVALUE)]
4253 VARIANT ie8_nodeValue();
4254
4255 [propput, id(DISPID_IHTMLDOMATTRIBUTE3_IE8_VALUE)]
4256 void ie8_value(BSTR v);
4257
4258 [propget, id(DISPID_IHTMLDOMATTRIBUTE3_IE8_VALUE)]
4259 BSTR ie8_value();
4260
4261 [propget, id(DISPID_IHTMLDOMATTRIBUTE3_IE8_SPECIFIED)]
4262 VARIANT_BOOL ie8_specified();
4263
4264 [propget, id(DISPID_IHTMLDOMATTRIBUTE3_OWNERELEMENT)]
4265 IHTMLElement2 *ownerElement();
4266
4267 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL;
4268}
4269
4270/*****************************************************************************
4271 * IHTMLDocumentCompatibleInfo interface
4272 */
4273[
4274 odl,
4275 oleautomation,
4276 dual,
4277 uuid(3051041a-98b5-11cf-bb82-00aa00bdce0b)
4278]
4279interface IHTMLDocumentCompatibleInfo : IDispatch
4280{
4281 [propget, id(DISPID_IHTMLDOCUMENTCOMPATIBLEINFO_USERAGENT)]
4282 HRESULT userAgent([retval, out] BSTR *p);
4283
4284 [propget, id(DISPID_IHTMLDOCUMENTCOMPATIBLEINFO_VERSION)]
4285 HRESULT version([retval, out] BSTR *p);
4286}
4287
4288/*****************************************************************************
4289 * IHTMLDocumentCompatibleInfoCollection interface
4290 */
4291[
4292 odl,
4293 oleautomation,
4294 dual,
4295 uuid(30510418-98b5-11cf-bb82-00aa00bdce0b)
4296]
4297interface IHTMLDocumentCompatibleInfoCollection : IDispatch
4298{
4299 [propget, id(DISPID_IHTMLDOCUMENTCOMPATIBLEINFOCOLLECTION_LENGTH)]
4300 HRESULT length([retval, out] long *p);
4301
4302 [id(DISPID_IHTMLDOCUMENTCOMPATIBLEINFOCOLLECTION_ITEM)]
4303 HRESULT item([in] long i, [retval, out]IHTMLDocumentCompatibleInfo **p);
4304}
4305
4306/*****************************************************************************
4307 * DispHTMLDOMTextNode dispinterface
4308 */
4309[
4310 hidden,
4311 uuid(3050f565-98b5-11cf-bb82-00aa00bdce0b)
4312]
4313dispinterface DispHTMLDOMTextNode
4314{
4315properties:
4316methods:
4317 [propput, id(DISPID_IHTMLDOMTEXTNODE_DATA)]
4318 void data(BSTR v);
4319
4320 [propget, id(DISPID_IHTMLDOMTEXTNODE_DATA)]
4321 BSTR data();
4322
4323 [id(DISPID_IHTMLDOMTEXTNODE_TOSTRING)]
4324 BSTR toString();
4325
4326 [propget, id(DISPID_IHTMLDOMTEXTNODE_LENGTH)]
4327 LONG length();
4328
4329 [id(DISPID_IHTMLDOMTEXTNODE_SPLITTEXT)]
4330 IHTMLDOMNode *splitText([in] LONG offset);
4331
4332 [id(DISPID_IHTMLDOMTEXTNODE2_SUBSTRINGDATA)]
4333 BSTR substringData(
4334 [in] LONG offset,
4335 [in] LONG Count);
4336
4337 [id(DISPID_IHTMLDOMTEXTNODE2_APPENDDATA)]
4338 void appendData([in] BSTR bstrstring);
4339
4340 [id(DISPID_IHTMLDOMTEXTNODE2_INSERTDATA)]
4341 void insertData(
4342 [in] LONG offset,
4343 [in] BSTR bstrstring);
4344
4345 [id(DISPID_IHTMLDOMTEXTNODE2_DELETEDATA)]
4346 void deleteData(
4347 [in] LONG offset,
4348 [in] LONG Count);
4349
4350 [id(DISPID_IHTMLDOMTEXTNODE2_REPLACEDATA)]
4351 void replaceData(
4352 [in] LONG offset,
4353 [in] LONG Count,
4354 [in] BSTR bstrstring);
4355
4356 WINE_HTMLDOMNODE_DISPINTERFACE_DECL;
4357}
4358
4359/*****************************************************************************
4360 * IHTMLAttributeCollection interface
4361 */
4362[
4363 odl,
4364 oleautomation,
4365 dual,
4366 uuid(3050f4c3-98b5-11cf-bb82-00aa00bdce0b)
4367]
4368interface IHTMLAttributeCollection : IDispatch
4369{
4370 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION_LENGTH)]
4371 HRESULT length(
4372 [retval, out] long *p);
4373
4374 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION__NEWENUM), hidden, restricted]
4375 HRESULT _newEnum(
4376 [retval, out] IUnknown **p);
4377
4378 [id(DISPID_IHTMLATTRIBUTECOLLECTION_ITEM)]
4379 HRESULT item(
4380 [optional, in] VARIANT *name,
4381 [retval, out] IDispatch **pdisp);
4382}
4383
4384/*****************************************************************************
4385 * IHTMLAttributeCollection2 interface
4386 */
4387[
4388 odl,
4389 oleautomation,
4390 dual,
4391 uuid(3050f80a-98b5-11cf-bb82-00aa00bdce0b)
4392 ]
4393interface IHTMLAttributeCollection2 : IDispatch
4394{
4395 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_GETNAMEDITEM)]
4396 HRESULT getNamedItem(
4397 [in] BSTR bstrName,
4398 [retval, out] IHTMLDOMAttribute **newretNode);
4399
4400 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_SETNAMEDITEM)]
4401 HRESULT setNamedItem(
4402 [in] IHTMLDOMAttribute *ppNode,
4403 [retval, out] IHTMLDOMAttribute **newretNode);
4404
4405 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_REMOVENAMEDITEM)]
4406 HRESULT removeNamedItem(
4407 [in] BSTR bstrName,
4408 [retval, out] IHTMLDOMAttribute **newretNode);
4409}
4410
4411/*****************************************************************************
4412 * IHTMLAttributeCollection3 interface
4413 */
4414[
4415 odl,
4416 oleautomation,
4417 dual,
4418 uuid(30510469-98b5-11cf-bb82-00aa00bdce0b)
4419]
4420interface IHTMLAttributeCollection3 : IDispatch
4421{
4422 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_GETNAMEDITEM)]
4423 HRESULT getNamedItem(
4424 [in] BSTR bstrName,
4425 [retval, out] IHTMLDOMAttribute **ppNodeOut);
4426
4427 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_SETNAMEDITEM)]
4428 HRESULT setNamedItem(
4429 [in] IHTMLDOMAttribute *pNodeIn,
4430 [retval, out] IHTMLDOMAttribute **ppNodeOut);
4431
4432 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_REMOVENAMEDITEM)]
4433 HRESULT removeNamedItem(
4434 [in] BSTR bstrName,
4435 [retval, out] IHTMLDOMAttribute **ppNodeOut);
4436
4437 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_ITEM)]
4438 HRESULT item(
4439 [in] long index,
4440 [retval, out] IHTMLDOMAttribute **ppNodeOut);
4441
4442 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_LENGTH)]
4443 HRESULT length([retval, out] long *p);
4444}
4445
4446/*****************************************************************************
4447 * DispHTMLAttributeCollection dispinterface
4448 */
4449[
4450 hidden,
4451 uuid(3050f56c-98b5-11cf-bb82-00aa00bdce0b)
4452]
4453dispinterface DispHTMLAttributeCollection
4454{
4455properties:
4456methods:
4457 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION_LENGTH)]
4458 long length();
4459
4460 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION__NEWENUM), hidden, restricted]
4461 IUnknown *_newEnum();
4462
4463 [id(DISPID_IHTMLATTRIBUTECOLLECTION_ITEM)]
4464 IDispatch *item([optional, in] VARIANT *name);
4465
4466 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_GETNAMEDITEM)]
4467 IHTMLDOMAttribute *getNamedItem([in] BSTR bstrName);
4468
4469 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_SETNAMEDITEM)]
4470 IHTMLDOMAttribute *setNamedItem([in] IHTMLDOMAttribute *ppNode);
4471
4472 [id(DISPID_IHTMLATTRIBUTECOLLECTION2_REMOVENAMEDITEM)]
4473 IHTMLDOMAttribute *removeNamedItem([in] BSTR bstrName);
4474
4475 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_GETNAMEDITEM)]
4476 IHTMLDOMAttribute *ie8_getNamedItem([in] BSTR bstrName);
4477
4478 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_SETNAMEDITEM)]
4479 IHTMLDOMAttribute *ie8_setNamedItem([in] IHTMLDOMAttribute *pNodeIn);
4480
4481 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_REMOVENAMEDITEM)]
4482 IHTMLDOMAttribute *ie8_removeNamedItem([in] BSTR bstrName);
4483
4484 [id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_ITEM)]
4485 IHTMLDOMAttribute *ie8_item([in] long index);
4486
4487 [propget, id(DISPID_IHTMLATTRIBUTECOLLECTION3_IE8_LENGTH)]
4488 long ie8_length();
4489
4490 [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
4491 IDispatch *constructor();
4492}
4493
4494/*****************************************************************************
4495 * IHTMLDOMChildrenCollection interface
4496 */
4497[
4498 odl,
4499 oleautomation,
4500 dual,
4501 uuid(3050f5ab-98b5-11cf-bb82-00aa00bdce0b)
4502]
4503interface IHTMLDOMChildrenCollection : IDispatch
4504{
4505 [propget, id(DISPID_IHTMLDOMCHILDRENCOLLECTION_LENGTH)]
4506 HRESULT length([out, retval] LONG *p);
4507
4508 [propget, id(DISPID_IHTMLDOMCHILDRENCOLLECTION__NEWENUM), hidden, restricted]
4509 HRESULT _newEnum([out, retval] IUnknown **p);
4510
4511 [id(DISPID_IHTMLDOMCHILDRENCOLLECTION_ITEM)]
4512 HRESULT item(
4513 [in] LONG index,
4514 [out, retval] IDispatch **ppItem);
4515}
4516
4517/*****************************************************************************
4518 * DispDOMChildrenCollection dispinterface
4519 */
4520[
4521 hidden,
4522 uuid(3050f577-98b5-11cf-bb82-00aa00bdce0b)
4523]
4524dispinterface DispDOMChildrenCollection
4525{
4526properties:
4527methods:
4528 [propget, id(DISPID_IHTMLDOMCHILDRENCOLLECTION_LENGTH)]
4529 LONG length();
4530
4531 [propget, id(DISPID_IHTMLDOMCHILDRENCOLLECTION__NEWENUM), hidden, restricted]
4532 IUnknown *_newEnum();
4533
4534 [id(DISPID_IHTMLDOMCHILDRENCOLLECTION_ITEM)]
4535 IDispatch *item([in] LONG index);
4536}
4537
4538interface IHTMLElementCollection;
4539
4540/*****************************************************************************
4541 * IHTMLElement interface
4542 */
4543[
4544 odl,
4545 dual,
4546 oleautomation,
4547 uuid(3050f1FF-98B5-11CF-BB82-00AA00BDCE0B)
4548]
4549interface IHTMLElement : IDispatch
4550{
4551 [id(DISPID_IHTMLELEMENT_SETATTRIBUTE)]
4552 HRESULT setAttribute(
4553 [in] BSTR strAttributeName,
4554 [in] VARIANT AttributeValue,
4555 [defaultvalue(1), in] LONG lFlags);
4556
4557 [id(DISPID_IHTMLELEMENT_GETATTRIBUTE)]
4558 HRESULT getAttribute(
4559 [in] BSTR strAttributeName,
4560 [defaultvalue(0), in] LONG lFlags,
4561 [retval, out] VARIANT *AttributeValue);
4562
4563 [id(DISPID_IHTMLELEMENT_REMOVEATTRIBUTE)]
4564 HRESULT removeAttribute(
4565 [in] BSTR strAttributeName,
4566 [defaultvalue(1), in] LONG lFlags,
4567 [retval, out] VARIANT_BOOL *pfSuccess);
4568
4569 [propput, id(DISPID_IHTMLELEMENT_CLASSNAME)]
4570 HRESULT className([in] BSTR v);
4571
4572 [propget, id(DISPID_IHTMLELEMENT_CLASSNAME)]
4573 HRESULT className([retval, out] BSTR *p);
4574
4575 [propput, id(DISPID_IHTMLELEMENT_ID)]
4576 HRESULT id([in] BSTR v);
4578 [propget, id(DISPID_IHTMLELEMENT_ID)]
4579 HRESULT id([retval, out] BSTR *p);
4580
4581 [propget, id(DISPID_IHTMLELEMENT_TAGNAME)]
4582 HRESULT tagName([retval, out] BSTR *p);
4584 [propget, id(DISPID_IHTMLELEMENT_PARENTELEMENT)]
4585 HRESULT parentElement([retval, out] IHTMLElement **p);
4586
4587 [propget, id(DISPID_IHTMLELEMENT_STYLE)]
4588 HRESULT style([retval, out] IHTMLStyle **p);
4589
4590 [propput, id(DISPID_IHTMLELEMENT_ONHELP)]
4591 HRESULT onhelp([in] VARIANT v);
4592
4593 [propget, id(DISPID_IHTMLELEMENT_ONHELP)]
4594 HRESULT onhelp([retval, out] VARIANT *p);
4596 [propput, id(DISPID_IHTMLELEMENT_ONCLICK)]
4597 HRESULT onclick([in] VARIANT v);
4598
4599 [propget, id(DISPID_IHTMLELEMENT_ONCLICK)]
4600 HRESULT onclick([retval, out] VARIANT *p);
4601
4602 [propput, id(DISPID_IHTMLELEMENT_ONDBLCLICK)]
4603 HRESULT ondblclick([in] VARIANT v);
4604
4605 [propget, id(DISPID_IHTMLELEMENT_ONDBLCLICK)]
4606 HRESULT ondblclick([retval, out] VARIANT *p);
4608 [propput, id(DISPID_IHTMLELEMENT_ONKEYDOWN)]
4609 HRESULT onkeydown([in] VARIANT v);
4610
4611 [propget, id(DISPID_IHTMLELEMENT_ONKEYDOWN)]
4612 HRESULT onkeydown([retval, out] VARIANT *p);
4613
4614 [propput, id(DISPID_IHTMLELEMENT_ONKEYUP)]
4615 HRESULT onkeyup([in] VARIANT v);
4616
4617 [propget, id(DISPID_IHTMLELEMENT_ONKEYUP)]
4618 HRESULT onkeyup([retval, out] VARIANT *p);
4620 [propput, id(DISPID_IHTMLELEMENT_ONKEYPRESS)]
4621 HRESULT onkeypress([in] VARIANT v);
4622
4623 [propget, id(DISPID_IHTMLELEMENT_ONKEYPRESS)]
4624 HRESULT onkeypress([retval, out] VARIANT *p);
4625
4626 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEOUT)]
4627 HRESULT onmouseout([in] VARIANT v);
4628
4629 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEOUT)]
4630 HRESULT onmouseout([retval, out] VARIANT *p);
4631
4632 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEOVER)]
4633 HRESULT onmouseover([in] VARIANT v);
4634
4635 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEOVER)]
4636 HRESULT onmouseover([retval, out] VARIANT *p);
4638 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEMOVE)]
4639 HRESULT onmousemove([in] VARIANT v);
4640
4641 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEMOVE)]
4642 HRESULT onmousemove([retval, out] VARIANT *p);
4643
4644 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEDOWN)]
4645 HRESULT onmousedown([in] VARIANT v);
4646
4647 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEDOWN)]
4648 HRESULT onmousedown([retval, out] VARIANT *p);
4650 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEUP)]
4651 HRESULT onmouseup([in] VARIANT v);
4652
4653 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEUP)]
4654 HRESULT onmouseup([retval, out] VARIANT *p);
4655
4656 [propget, id(DISPID_IHTMLELEMENT_DOCUMENT)]
4657 HRESULT document([retval, out] IDispatch **p);
4658
4659 [propput, id(DISPID_IHTMLELEMENT_TITLE)]
4660 HRESULT title([in] BSTR v);
4662 [propget, id(DISPID_IHTMLELEMENT_TITLE)]
4663 HRESULT title([retval, out] BSTR *p);
4664
4665 [propput, id(DISPID_IHTMLELEMENT_LANGUAGE)]
4666 HRESULT language([in] BSTR v);
4668 [propget, id(DISPID_IHTMLELEMENT_LANGUAGE)]
4669 HRESULT language([retval, out] BSTR *p);
4670
4671 [propput, id(DISPID_IHTMLELEMENT_ONSELECTSTART)]
4672 HRESULT onselectstart([in] VARIANT v);
4673
4674 [propget, id(DISPID_IHTMLELEMENT_ONSELECTSTART)]
4675 HRESULT onselectstart([retval, out] VARIANT *p);
4676
4677 [id(DISPID_IHTMLELEMENT_SCROLLINTOVIEW)]
4678 HRESULT scrollIntoView([optional, in] VARIANT varargStart);
4680 [id(DISPID_IHTMLELEMENT_CONTAINS)]
4681 HRESULT contains(
4682 [in] IHTMLElement *pChild,
4683 [retval, out] VARIANT_BOOL *pfResult);
4685 [propget, id(DISPID_IHTMLELEMENT_SOURCEINDEX)]
4686 HRESULT sourceIndex([retval, out] LONG *p);
4688 [propget, id(DISPID_IHTMLELEMENT_RECORDNUMBER)]
4689 HRESULT recordNumber([retval, out] VARIANT *p);
4690
4691 [propput, id(DISPID_IHTMLELEMENT_LANG)]
4692 HRESULT lang([in] BSTR v);
4693
4694 [propget, id(DISPID_IHTMLELEMENT_LANG)]
4695 HRESULT lang([retval, out] BSTR *p);
4697 [propget, id(DISPID_IHTMLELEMENT_OFFSETLEFT)]
4698 HRESULT offsetLeft([retval, out] LONG *p);
4699
4700 [propget, id(DISPID_IHTMLELEMENT_OFFSETTOP)]
4701 HRESULT offsetTop([retval, out] LONG *p);
4702
4703 [propget, id(DISPID_IHTMLELEMENT_OFFSETWIDTH)]
4704 HRESULT offsetWidth([retval, out] LONG *p);
4706 [propget, id(DISPID_IHTMLELEMENT_OFFSETHEIGHT)]
4707 HRESULT offsetHeight([retval, out] LONG *p);
4708
4709 [propget, id(DISPID_IHTMLELEMENT_OFFSETPARENT)]
4710 HRESULT offsetParent([retval, out] IHTMLElement **p);
4711
4712 [propput, id(DISPID_IHTMLELEMENT_INNERHTML)]
4713 HRESULT innerHTML([in] BSTR v);
4714
4715 [propget, id(DISPID_IHTMLELEMENT_INNERHTML)]
4716 HRESULT innerHTML([retval, out] BSTR *p);
4718 [propput, id(DISPID_IHTMLELEMENT_INNERTEXT)]
4719 HRESULT innerText([in] BSTR v);
4720
4721 [propget, id(DISPID_IHTMLELEMENT_INNERTEXT)]
4722 HRESULT innerText([retval, out] BSTR *p);
4723
4724 [propput, id(DISPID_IHTMLELEMENT_OUTERHTML)]
4725 HRESULT outerHTML([in] BSTR v);
4726
4727 [propget, id(DISPID_IHTMLELEMENT_OUTERHTML)]
4728 HRESULT outerHTML([retval, out] BSTR *p);
4730 [propput, id(DISPID_IHTMLELEMENT_OUTERTEXT)]
4731 HRESULT outerText([in] BSTR v);
4732
4733 [propget, id(DISPID_IHTMLELEMENT_OUTERTEXT)]
4734 HRESULT outerText([retval, out] BSTR *p);
4735
4736 [id(DISPID_IHTMLELEMENT_INSERTADJACENTHTML)]
4737 HRESULT insertAdjacentHTML([in] BSTR where, [in] BSTR html);
4738
4739 [id(DISPID_IHTMLELEMENT_INSERTADJACENTTEXT)]
4740 HRESULT insertAdjacentText([in] BSTR where, [in] BSTR text);
4742 [propget, id(DISPID_IHTMLELEMENT_PARENTTEXTEDIT)]
4743 HRESULT parentTextEdit([retval, out] IHTMLElement **p);
4744
4745 [propget, id(DISPID_IHTMLELEMENT_ISTEXTEDIT)]
4746 HRESULT isTextEdit([retval, out] VARIANT_BOOL *p);
4747
4748 [id(DISPID_IHTMLELEMENT_CLICK)]
4749 HRESULT click();
4750
4751 [propget, id(DISPID_IHTMLELEMENT_FILTERS)]
4752 HRESULT filters([retval, out] IHTMLFiltersCollection **p);
4753
4754 [propput, id(DISPID_IHTMLELEMENT_ONDRAGSTART)]
4755 HRESULT ondragstart([in] VARIANT v);
4756
4757 [propget, id(DISPID_IHTMLELEMENT_ONDRAGSTART)]
4758 HRESULT ondragstart([retval, out] VARIANT *p);
4759
4760 [id(DISPID_IHTMLELEMENT_TOSTRING)]
4761 HRESULT toString([retval, out] BSTR *String);
4762
4763 [propput, id(DISPID_IHTMLELEMENT_ONBEFOREUPDATE)]
4764 HRESULT onbeforeupdate([in] VARIANT v);
4765
4766 [propget, id(DISPID_IHTMLELEMENT_ONBEFOREUPDATE)]
4767 HRESULT onbeforeupdate([retval, out] VARIANT *p);
4768
4769 [propput, id(DISPID_IHTMLELEMENT_ONAFTERUPDATE)]
4770 HRESULT onafterupdate([in] VARIANT v);
4771
4772 [propget, id(DISPID_IHTMLELEMENT_ONAFTERUPDATE)]
4773 HRESULT onafterupdate([retval, out] VARIANT *p);
4774
4775 [propput, id(DISPID_IHTMLELEMENT_ONERRORUPDATE)]
4776 HRESULT onerrorupdate([in] VARIANT v);
4777
4778 [propget, id(DISPID_IHTMLELEMENT_ONERRORUPDATE)]
4779 HRESULT onerrorupdate([retval, out] VARIANT *p);
4780
4781 [propput, id(DISPID_IHTMLELEMENT_ONROWEXIT)]
4782 HRESULT onrowexit([in] VARIANT v);
4783
4784 [propget, id(DISPID_IHTMLELEMENT_ONROWEXIT)]
4785 HRESULT onrowexit([retval, out] VARIANT *p);
4786
4787 [propput, id(DISPID_IHTMLELEMENT_ONROWENTER)]
4788 HRESULT onrowenter([in] VARIANT v);
4789
4790 [propget, id(DISPID_IHTMLELEMENT_ONROWENTER)]
4791 HRESULT onrowenter([retval, out] VARIANT *p);
4792
4793 [propput, id(DISPID_IHTMLELEMENT_ONDATASETCHANGED)]
4794 HRESULT ondatasetchanged([in] VARIANT v);
4795
4796 [propget, id(DISPID_IHTMLELEMENT_ONDATASETCHANGED)]
4797 HRESULT ondatasetchanged([retval, out] VARIANT *p);
4798
4799 [propput, id(DISPID_IHTMLELEMENT_ONDATAAVAILABLE)]
4800 HRESULT ondataavailable([in] VARIANT v);
4801
4802 [propget, id(DISPID_IHTMLELEMENT_ONDATAAVAILABLE)]
4803 HRESULT ondataavailable([retval, out] VARIANT *p);
4804
4805 [propput, id(DISPID_IHTMLELEMENT_ONDATASETCOMPLETE)]
4806 HRESULT ondatasetcomplete([in] VARIANT v);
4807
4808 [propget, id(DISPID_IHTMLELEMENT_ONDATASETCOMPLETE)]
4809 HRESULT ondatasetcomplete([retval, out] VARIANT *p);
4810
4811 [propput, id(DISPID_IHTMLELEMENT_ONFILTERCHANGE)]
4812 HRESULT onfilterchange([in] VARIANT v);
4813
4814 [propget, id(DISPID_IHTMLELEMENT_ONFILTERCHANGE)]
4815 HRESULT onfilterchange([retval, out] VARIANT *p);
4816
4817 [propget, id(DISPID_IHTMLELEMENT_CHILDREN)]
4818 HRESULT children([retval, out] IDispatch **p);
4819
4820 [propget, id(DISPID_IHTMLELEMENT_ALL)]
4821 HRESULT all([retval, out] IDispatch **p);
4822}
4823
4824#define WINE_IHTMLELEMENT_DISPINTERFACE_DECL \
4825 [id(DISPID_IHTMLELEMENT_SETATTRIBUTE)] \
4826 void setAttribute( \
4827 [in] BSTR strAttributeName, \
4828 [in] VARIANT AttValue, \
4829 [defaultvalue(1), in] LONG lFlags); \
4830 \
4831 [id(DISPID_IHTMLELEMENT_GETATTRIBUTE)] \
4832 VARIANT getAttribute( \
4833 [in] BSTR strAttributeName, \
4834 [defaultvalue(0), in] LONG lFlags); \
4835 \
4836 [id(DISPID_IHTMLELEMENT_REMOVEATTRIBUTE)] \
4837 VARIANT_BOOL removeAttribute( \
4838 [in] BSTR strAttributeName, \
4839 [defaultvalue(1), in] LONG lFlags); \
4840 \
4841 [propput, id(DISPID_IHTMLELEMENT_CLASSNAME), bindable] \
4842 void className(BSTR v); \
4843 \
4844 [propget, id(DISPID_IHTMLELEMENT_CLASSNAME), bindable] \
4845 BSTR className(); \
4846 \
4847 [propput, id(DISPID_IHTMLELEMENT_ID), bindable] \
4848 void id(BSTR v); \
4849 \
4850 [propget, id(DISPID_IHTMLELEMENT_ID), bindable] \
4851 BSTR id(); \
4852 \
4853 [propget, id(DISPID_IHTMLELEMENT_TAGNAME)] \
4854 BSTR tagName(); \
4855 \
4856 [propget, id(DISPID_IHTMLELEMENT_PARENTELEMENT)] \
4857 IHTMLElement *parentElement(); \
4858 \
4859 [propget, id(DISPID_IHTMLELEMENT_STYLE), nonbrowsable] \
4860 IHTMLStyle *style(); \
4861 \
4862 [propput, id(DISPID_IHTMLELEMENT_ONHELP), displaybind, bindable] \
4863 void onhelp(VARIANT v); \
4864 \
4865 [propget, id(DISPID_IHTMLELEMENT_ONHELP), displaybind, bindable] \
4866 VARIANT onhelp(); \
4867 \
4868 [propput, id(DISPID_IHTMLELEMENT_ONCLICK), displaybind, bindable] \
4869 void onclick(VARIANT v); \
4870 \
4871 [propget, id(DISPID_IHTMLELEMENT_ONCLICK), displaybind, bindable] \
4872 VARIANT onclick(); \
4873 \
4874 [propput, id(DISPID_IHTMLELEMENT_ONDBLCLICK), displaybind, bindable]\
4875 void ondblclick(VARIANT v); \
4876 \
4877 [propget, id(DISPID_IHTMLELEMENT_ONDBLCLICK), displaybind, bindable]\
4878 VARIANT ondblclick(); \
4879 \
4880 [propput, id(DISPID_IHTMLELEMENT_ONKEYDOWN), displaybind, bindable] \
4881 void onkeydown(VARIANT v); \
4882 \
4883 [propget, id(DISPID_IHTMLELEMENT_ONKEYDOWN), displaybind, bindable] \
4884 VARIANT onkeydown(); \
4885 \
4886 [propput, id(DISPID_IHTMLELEMENT_ONKEYUP), displaybind, bindable] \
4887 void onkeyup(VARIANT v); \
4888 \
4889 [propget, id(DISPID_IHTMLELEMENT_ONKEYUP), displaybind, bindable] \
4890 VARIANT onkeyup(); \
4891 \
4892 [propput, id(DISPID_IHTMLELEMENT_ONKEYPRESS), displaybind, bindable]\
4893 void onkeypress(VARIANT v); \
4894 \
4895 [propget, id(DISPID_IHTMLELEMENT_ONKEYPRESS), displaybind, bindable]\
4896 VARIANT onkeypress(); \
4897 \
4898 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEOUT), displaybind, bindable]\
4899 void onmouseout(VARIANT v); \
4900 \
4901 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEOUT), displaybind, bindable]\
4902 VARIANT onmouseout(); \
4903 \
4904 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEOVER), displaybind, bindable] \
4905 void onmouseover(VARIANT v); \
4906 \
4907 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEOVER), displaybind, bindable] \
4908 VARIANT onmouseover(); \
4909 \
4910 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEMOVE), displaybind, bindable] \
4911 void onmousemove(VARIANT v); \
4912 \
4913 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEMOVE), displaybind, bindable] \
4914 VARIANT onmousemove(); \
4915 \
4916 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEDOWN), displaybind, bindable] \
4917 void onmousedown(VARIANT v); \
4918 \
4919 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEDOWN), displaybind, bindable] \
4920 VARIANT onmousedown(); \
4921 \
4922 [propput, id(DISPID_IHTMLELEMENT_ONMOUSEUP), displaybind, bindable] \
4923 void onmouseup(VARIANT v); \
4924 \
4925 [propget, id(DISPID_IHTMLELEMENT_ONMOUSEUP), displaybind, bindable] \
4926 VARIANT onmouseup(); \
4927 \
4928 [propget, id(DISPID_IHTMLELEMENT_DOCUMENT)] IDispatch* document(); \
4929 \
4930 [propput, id(DISPID_IHTMLELEMENT_TITLE), displaybind, bindable] \
4931 void title(BSTR v); \
4932 \
4933 [propget, id(DISPID_IHTMLELEMENT_TITLE), displaybind, bindable] \
4934 BSTR title(); \
4935 \
4936 [propput, id(DISPID_IHTMLELEMENT_LANGUAGE), displaybind, bindable] \
4937 void language(BSTR v); \
4938 \
4939 [propget, id(DISPID_IHTMLELEMENT_LANGUAGE), displaybind, bindable] \
4940 BSTR language(); \
4941 \
4942 [propput, id(DISPID_IHTMLELEMENT_ONSELECTSTART), displaybind, bindable] \
4943 void onselectstart(VARIANT v); \
4944 \
4945 [propget, id(DISPID_IHTMLELEMENT_ONSELECTSTART), displaybind, bindable] \
4946 VARIANT onselectstart(); \
4947 \
4948 [id(DISPID_IHTMLELEMENT_SCROLLINTOVIEW)] \
4949 void scrollIntoView([optional, in] VARIANT varargStart); \
4950 \
4951 [id(DISPID_IHTMLELEMENT_CONTAINS)] \
4952 VARIANT_BOOL contains([in] IHTMLElement* pChild); \
4953 \
4954 [propget, id(DISPID_IHTMLELEMENT_SOURCEINDEX), bindable] \
4955 LONG sourceIndex(); \
4956 \
4957 [propget, id(DISPID_IHTMLELEMENT_RECORDNUMBER)] \
4958 VARIANT recordNumber(); \
4959 \
4960 [propput, id(DISPID_IHTMLELEMENT_LANG)] \
4961 void lang(BSTR v); \
4962 \
4963 [propget, id(DISPID_IHTMLELEMENT_LANG)] \
4964 BSTR lang(); \
4965 \
4966 [propget, id(DISPID_IHTMLELEMENT_OFFSETLEFT)] \
4967 LONG offsetLeft(); \
4968 \
4969 [propget, id(DISPID_IHTMLELEMENT_OFFSETTOP)] \
4970 LONG offsetTop(); \
4971 \
4972 [propget, id(DISPID_IHTMLELEMENT_OFFSETWIDTH)] \
4973 LONG offsetWidth(); \
4974 \
4975 [propget, id(DISPID_IHTMLELEMENT_OFFSETHEIGHT)] \
4976 LONG offsetHeight(); \
4977 \
4978 [propget, id(DISPID_IHTMLELEMENT_OFFSETPARENT)] \
4979 IHTMLElement* offsetParent(); \
4980 \
4981 [propput, id(DISPID_IHTMLELEMENT_INNERHTML)] \
4982 void innerHTML(BSTR v); \
4983 \
4984 [propget, id(DISPID_IHTMLELEMENT_INNERHTML)] \
4985 BSTR innerHTML(); \
4986 \
4987 [propput, id(DISPID_IHTMLELEMENT_INNERTEXT)] \
4988 void innerText(BSTR v); \
4989 \
4990 [propget, id(DISPID_IHTMLELEMENT_INNERTEXT)] \
4991 BSTR innerText(); \
4992 \
4993 [propput, id(DISPID_IHTMLELEMENT_OUTERHTML)] \
4994 void outerHTML(BSTR v); \
4995 \
4996 [propget, id(DISPID_IHTMLELEMENT_OUTERHTML)] \
4997 BSTR outerHTML(); \
4998 \
4999 [propput, id(DISPID_IHTMLELEMENT_OUTERTEXT)] \
5000 void outerText(BSTR v); \
5001 \
5002 [propget, id(DISPID_IHTMLELEMENT_OUTERTEXT)] \
5003 BSTR outerText(); \
5004 \
5005 [id(DISPID_IHTMLELEMENT_INSERTADJACENTHTML)] \
5006 void insertAdjacentHTML( \
5007 [in] BSTR where, \
5008 [in] BSTR html); \
5009 \
5010 [id(DISPID_IHTMLELEMENT_INSERTADJACENTTEXT)] \
5011 void insertAdjacentText( \
5012 [in] BSTR where, \
5013 [in] BSTR text); \
5014 \
5015 [propget, id(DISPID_IHTMLELEMENT_PARENTTEXTEDIT)] \
5016 IHTMLElement* parentTextEdit(); \
5017 \
5018 [propget, id(DISPID_IHTMLELEMENT_ISTEXTEDIT)] \
5019 VARIANT_BOOL isTextEdit(); \
5020 \
5021 [id(DISPID_IHTMLELEMENT_CLICK)] \
5022 void click(); \
5023 \
5024 [propget, id(DISPID_IHTMLELEMENT_FILTERS)] \
5025 IHTMLFiltersCollection* filters(); \
5026 \
5027 [propput, id(DISPID_IHTMLELEMENT_ONDRAGSTART), displaybind, bindable] \
5028 void ondragstart(VARIANT v); \
5029 \
5030 [propget, id(DISPID_IHTMLELEMENT_ONDRAGSTART), displaybind, bindable] \
5031 VARIANT ondragstart(); \
5032 \
5033 [id(DISPID_IHTMLELEMENT_TOSTRING)] \
5034 BSTR toString(); \
5035 \
5036 [propput, id(DISPID_IHTMLELEMENT_ONBEFOREUPDATE), displaybind, bindable] \
5037 void onbeforeupdate(VARIANT v); \
5038 \
5039 [propget, id(DISPID_IHTMLELEMENT_ONBEFOREUPDATE), displaybind, bindable] \
5040 VARIANT onbeforeupdate(); \
5041 \
5042 [propput, id(DISPID_IHTMLELEMENT_ONAFTERUPDATE), displaybind, bindable] \
5043 void onafterupdate(VARIANT v); \
5044 \
5045 [propget, id(DISPID_IHTMLELEMENT_ONAFTERUPDATE), displaybind, bindable] \
5046 VARIANT onafterupdate(); \
5047 \
5048 [propput, id(DISPID_IHTMLELEMENT_ONERRORUPDATE), displaybind, bindable] \
5049 void onerrorupdate(VARIANT v); \
5050 \
5051 [propget, id(DISPID_IHTMLELEMENT_ONERRORUPDATE), displaybind, bindable] \
5052 VARIANT onerrorupdate(); \
5053 \
5054 [propput, id(DISPID_IHTMLELEMENT_ONROWEXIT), displaybind, bindable] \
5055 void onrowexit(VARIANT v); \
5056 \
5057 [propget, id(DISPID_IHTMLELEMENT_ONROWEXIT), displaybind, bindable] \
5058 VARIANT onrowexit(); \
5059 \
5060 [propput, id(DISPID_IHTMLELEMENT_ONROWENTER), displaybind, bindable] \
5061 void onrowenter(VARIANT v); \
5062 \
5063 [propget, id(DISPID_IHTMLELEMENT_ONROWENTER), displaybind, bindable] \
5064 VARIANT onrowenter(); \
5065 \
5066 [propput, id(DISPID_IHTMLELEMENT_ONDATASETCHANGED), displaybind, bindable] \
5067 void ondatasetchanged(VARIANT v); \
5068 \
5069 [propget, id(DISPID_IHTMLELEMENT_ONDATASETCHANGED), displaybind, bindable] \
5070 VARIANT ondatasetchanged(); \
5071 \
5072 [propput, id(DISPID_IHTMLELEMENT_ONDATAAVAILABLE), displaybind, bindable] \
5073 void ondataavailable(VARIANT v); \
5074 \
5075 [propget, id(DISPID_IHTMLELEMENT_ONDATAAVAILABLE), displaybind, bindable] \
5076 VARIANT ondataavailable(); \
5077 \
5078 [propput, id(DISPID_IHTMLELEMENT_ONDATASETCOMPLETE), displaybind, bindable] \
5079 void ondatasetcomplete(VARIANT v); \
5080 \
5081 [propget, id(DISPID_IHTMLELEMENT_ONDATASETCOMPLETE), displaybind, bindable] \
5082 VARIANT ondatasetcomplete(); \
5083 \
5084 [propput, id(DISPID_IHTMLELEMENT_ONFILTERCHANGE), displaybind, bindable] \
5085 void onfilterchange(VARIANT v); \
5086 \
5087 [propget, id(DISPID_IHTMLELEMENT_ONFILTERCHANGE), displaybind, bindable] \
5088 VARIANT onfilterchange(); \
5089 \
5090 [propget, id(DISPID_IHTMLELEMENT_CHILDREN)] \
5091 IDispatch* children(); \
5092 \
5093 [propget, id(DISPID_IHTMLELEMENT_ALL)] \
5094 IDispatch* all()
5095
5096/*****************************************************************************
5097 * IHTMLElement2 interface
5098 */
5099[
5100 odl,
5101 oleautomation,
5102 dual,
5103 uuid(3050f434-98b5-11cf-bb82-00aa00bdce0b)
5104]
5105interface IHTMLElement2 : IDispatch
5106{
5107 [propget, id(DISPID_IHTMLELEMENT2_SCOPENAME)]
5108 HRESULT scopeName([retval, out] BSTR *p);
5109
5110 [id(DISPID_IHTMLELEMENT2_SETCAPTURE)]
5111 HRESULT setCapture([defaultvalue(-1), in] VARIANT_BOOL containerCapture);
5112
5113 [id(DISPID_IHTMLELEMENT2_RELEASECAPTURE)]
5114 HRESULT releaseCapture();
5116 [propput, id(DISPID_IHTMLELEMENT2_ONLOSECAPTURE), displaybind, bindable]
5117 HRESULT onlosecapture([in] VARIANT v);
5118
5119 [propget, id(DISPID_IHTMLELEMENT2_ONLOSECAPTURE), displaybind, bindable]
5120 HRESULT onlosecapture([retval, out] VARIANT *p);
5121
5122 [id(DISPID_IHTMLELEMENT2_COMPONENTFROMPOINT)]
5123 HRESULT componentFromPoint(
5124 [in] LONG x,
5125 [in] LONG y,
5126 [retval, out] BSTR *component);
5127
5128 [id(DISPID_IHTMLELEMENT2_DOSCROLL)]
5129 HRESULT doScroll([optional, in] VARIANT component);
5130
5131 [propput, id(DISPID_IHTMLELEMENT2_ONSCROLL), displaybind, bindable]
5132 HRESULT onscroll([in] VARIANT v);
5133
5134 [propget, id(DISPID_IHTMLELEMENT2_ONSCROLL), displaybind, bindable]
5135 HRESULT onscroll([retval, out] VARIANT *p);
5137 [propput, id(DISPID_IHTMLELEMENT2_ONDRAG), displaybind, bindable]
5138 HRESULT ondrag([in] VARIANT v);
5139
5140 [propget, id(DISPID_IHTMLELEMENT2_ONDRAG), displaybind, bindable]
5141 HRESULT ondrag([retval, out] VARIANT *p);
5142
5143 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGEND), displaybind, bindable]
5144 HRESULT ondragend([in] VARIANT v);
5145
5146 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGEND), displaybind, bindable]
5147 HRESULT ondragend([retval, out] VARIANT *p);
5149 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGENTER), displaybind, bindable]
5150 HRESULT ondragenter([in] VARIANT v);
5151
5152 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGENTER), displaybind, bindable]
5153 HRESULT ondragenter([retval, out] VARIANT *p);
5154
5155 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGOVER), displaybind, bindable]
5156 HRESULT ondragover([in] VARIANT v);
5157
5158 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGOVER), displaybind, bindable]
5159 HRESULT ondragover([retval, out] VARIANT *p);
5161 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGLEAVE), displaybind, bindable]
5162 HRESULT ondragleave([in] VARIANT v);
5163
5164 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGLEAVE), displaybind, bindable]
5165 HRESULT ondragleave([retval, out] VARIANT *p);
5166
5167 [propput, id(DISPID_IHTMLELEMENT2_ONDROP), displaybind, bindable]
5168 HRESULT ondrop([in] VARIANT v);
5169
5170 [propget, id(DISPID_IHTMLELEMENT2_ONDROP), displaybind, bindable]
5171 HRESULT ondrop([retval, out] VARIANT *p);
5173 [propput, id(DISPID_IHTMLELEMENT2_ONBEFORECUT), displaybind, bindable]
5174 HRESULT onbeforecut([in] VARIANT v);
5175
5176 [propget, id(DISPID_IHTMLELEMENT2_ONBEFORECUT), displaybind, bindable]
5177 HRESULT onbeforecut([retval, out] VARIANT *p);
5178
5179 [propput, id(DISPID_IHTMLELEMENT2_ONCUT), displaybind, bindable]
5180 HRESULT oncut([in] VARIANT v);
5181
5182 [propget, id(DISPID_IHTMLELEMENT2_ONCUT), displaybind, bindable]
5183 HRESULT oncut([retval, out] VARIANT *p);
5184
5185 [propput, id(DISPID_IHTMLELEMENT2_ONBEFORECOPY), displaybind, bindable]
5186 HRESULT onbeforecopy([in] VARIANT v);
5188 [propget, id(DISPID_IHTMLELEMENT2_ONBEFORECOPY), displaybind, bindable]
5189 HRESULT onbeforecopy([retval, out] VARIANT *p);
5191 [propput, id(DISPID_IHTMLELEMENT2_ONCOPY), displaybind, bindable]
5192 HRESULT oncopy([in] VARIANT v);
5194 [propget, id(DISPID_IHTMLELEMENT2_ONCOPY), displaybind, bindable]
5195 HRESULT oncopy([retval, out] VARIANT *p);
5196
5197 [propput, id(DISPID_IHTMLELEMENT2_ONBEFOREPASTE), displaybind, bindable]
5198 HRESULT onbeforepaste([in] VARIANT v);
5200 [propget, id(DISPID_IHTMLELEMENT2_ONBEFOREPASTE), displaybind, bindable]
5201 HRESULT onbeforepaste([retval, out] VARIANT *p);
5202
5203 [propput, id(DISPID_IHTMLELEMENT2_ONPASTE), displaybind, bindable]
5204 HRESULT onpaste([in] VARIANT v);
5205
5206 [propget, id(DISPID_IHTMLELEMENT2_ONPASTE), displaybind, bindable]
5207 HRESULT onpaste([retval, out] VARIANT *p);
5209 [propget, id(DISPID_IHTMLELEMENT2_CURRENTSTYLE), nonbrowsable]
5210 HRESULT currentStyle([retval, out] IHTMLCurrentStyle **p);
5211
5212 [propput, id(DISPID_IHTMLELEMENT2_ONPROPERTYCHANGE), displaybind, bindable]
5213 HRESULT onpropertychange([in] VARIANT v);
5214
5215 [propget, id(DISPID_IHTMLELEMENT2_ONPROPERTYCHANGE), displaybind, bindable]
5216 HRESULT onpropertychange([retval, out] VARIANT *p);
5217
5218 [id(DISPID_IHTMLELEMENT2_GETCLIENTRECTS)]
5219 HRESULT getClientRects([retval, out] IHTMLRectCollection **pRectCol);
5220
5221 [id(DISPID_IHTMLELEMENT2_GETBOUNDINGCLIENTRECT)]
5222 HRESULT getBoundingClientRect([retval, out] IHTMLRect **pRect);
5224 [id(DISPID_IHTMLELEMENT2_SETEXPRESSION)]
5225 HRESULT setExpression(
5226 [in] BSTR propname,
5227 [in] BSTR expression,
5228 [defaultvalue(""), in] BSTR language);
5229
5230 [id(DISPID_IHTMLELEMENT2_GETEXPRESSION)]
5231 HRESULT getExpression(
5232 [in] BSTR propname,
5233 [retval, out] VARIANT *expression);
5234
5235 [id(DISPID_IHTMLELEMENT2_REMOVEEXPRESSION)]
5236 HRESULT removeExpression(
5237 [in] BSTR propname,
5238 [retval, out] VARIANT_BOOL *pfSuccess);
5239
5240 [propput, id(DISPID_IHTMLELEMENT2_TABINDEX), displaybind, bindable]
5241 HRESULT tabIndex([in] short v);
5243 [propget, id(DISPID_IHTMLELEMENT2_TABINDEX), displaybind, bindable]
5244 HRESULT tabIndex([retval, out] short *p);
5245
5246 [id(DISPID_IHTMLELEMENT2_FOCUS)]
5247 HRESULT focus();
5248
5249 [propput, id(DISPID_IHTMLELEMENT2_ACCESSKEY), displaybind, bindable]
5250 HRESULT accessKey([in] BSTR v);
5251
5252 [propget, id(DISPID_IHTMLELEMENT2_ACCESSKEY), displaybind, bindable]
5253 HRESULT accessKey([retval, out] BSTR *p);
5254
5255 [propput, id(DISPID_IHTMLELEMENT2_ONBLUR), displaybind, bindable]
5256 HRESULT onblur([in] VARIANT v);
5257
5258 [propget, id(DISPID_IHTMLELEMENT2_ONBLUR), displaybind, bindable]
5259 HRESULT onblur([retval, out] VARIANT *p);
5260
5261 [propput, id(DISPID_IHTMLELEMENT2_ONFOCUS), displaybind, bindable]
5262 HRESULT onfocus([in] VARIANT v);
5263
5264 [propget, id(DISPID_IHTMLELEMENT2_ONFOCUS), displaybind, bindable]
5265 HRESULT onfocus([retval, out] VARIANT *p);
5266
5267 [propput, id(DISPID_IHTMLELEMENT2_ONRESIZE), displaybind, bindable]
5268 HRESULT onresize([in] VARIANT v);
5270 [propget, id(DISPID_IHTMLELEMENT2_ONRESIZE), displaybind, bindable]
5271 HRESULT onresize([retval, out] VARIANT *p);
5272
5273 [id(DISPID_IHTMLELEMENT2_BLUR)]
5274 HRESULT blur();
5275
5276 [id(DISPID_IHTMLELEMENT2_ADDFILTER)]
5277 HRESULT addFilter([in] IUnknown *pUnk);
5278
5279 [id(DISPID_IHTMLELEMENT2_REMOVEFILTER)]
5280 HRESULT removeFilter([in] IUnknown *pUnk);
5281
5282 [propget, id(DISPID_IHTMLELEMENT2_CLIENTHEIGHT), displaybind, bindable]
5283 HRESULT clientHeight([retval, out] LONG *p);
5285 [propget, id(DISPID_IHTMLELEMENT2_CLIENTWIDTH), displaybind, bindable]
5286 HRESULT clientWidth([retval, out] LONG *p);
5287
5288 [propget, id(DISPID_IHTMLELEMENT2_CLIENTTOP), displaybind, bindable]
5289 HRESULT clientTop([retval, out] LONG *p);
5290
5291 [propget, id(DISPID_IHTMLELEMENT2_CLIENTLEFT), displaybind, bindable]
5292 HRESULT clientLeft([retval, out] LONG *p);
5293
5294 [id(DISPID_IHTMLELEMENT2_ATTACHEVENT)]
5295 HRESULT attachEvent(
5296 [in] BSTR event,
5297 [in] IDispatch *pDisp,
5298 [retval, out] VARIANT_BOOL *pfResult);
5299
5300 [id(DISPID_IHTMLELEMENT2_DETACHEVENT)]
5301 HRESULT detachEvent(
5302 [in] BSTR event,
5303 [in] IDispatch *pDisp);
5304
5305 [propget, id(DISPID_IHTMLELEMENT2_READYSTATE)]
5306 HRESULT readyState([retval, out] VARIANT *p);
5308 [propput, id(DISPID_IHTMLELEMENT2_ONREADYSTATECHANGE), displaybind, bindable]
5309 HRESULT onreadystatechange([in] VARIANT v);
5310
5311 [propget, id(DISPID_IHTMLELEMENT2_ONREADYSTATECHANGE), displaybind, bindable]
5312 HRESULT onreadystatechange([retval, out] VARIANT *p);
5314 [propput, id(DISPID_IHTMLELEMENT2_ONROWSDELETE), displaybind, bindable]
5315 HRESULT onrowsdelete([in] VARIANT v);
5316
5317 [propget, id(DISPID_IHTMLELEMENT2_ONROWSDELETE), displaybind, bindable]
5318 HRESULT onrowsdelete([retval, out] VARIANT *p);
5320 [propput, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable]
5321 HRESULT onrowsinserted([in] VARIANT v);
5322
5323 [propget, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable]
5324 HRESULT onrowsinserted([retval, out] VARIANT *p);
5325
5326 [propput, id(DISPID_IHTMLELEMENT2_ONCELLCHANGE), displaybind, bindable]
5327 HRESULT oncellchange([in] VARIANT v);
5328
5329 [propget, id(DISPID_IHTMLELEMENT2_ONCELLCHANGE), displaybind, bindable]
5330 HRESULT oncellchange([retval, out] VARIANT *p);
5331
5332 [propput, id(DISPID_IHTMLELEMENT2_DIR), displaybind, bindable]
5333 HRESULT dir([in] BSTR v);
5334
5335 [propget, id(DISPID_IHTMLELEMENT2_DIR), displaybind, bindable]
5336 HRESULT dir([retval, out] BSTR *p);
5337
5338 [id(DISPID_IHTMLELEMENT2_CREATECONTROLRANGE)]
5339 HRESULT createControlRange([retval, out] IDispatch **range);
5340
5341 [propget, id(DISPID_IHTMLELEMENT2_SCROLLHEIGHT), displaybind, bindable]
5342 HRESULT scrollHeight([retval, out] LONG *p);
5343
5344 [propget, id(DISPID_IHTMLELEMENT2_SCROLLWIDTH), displaybind, bindable]
5345 HRESULT scrollWidth([retval, out] LONG *p);
5347 [propput, id(DISPID_IHTMLELEMENT2_SCROLLTOP), displaybind, bindable]
5348 HRESULT scrollTop([in] LONG v);
5349
5350 [propget, id(DISPID_IHTMLELEMENT2_SCROLLTOP), displaybind, bindable]
5351 HRESULT scrollTop([retval, out] LONG *p);
5352
5353 [propput, id(DISPID_IHTMLELEMENT2_SCROLLLEFT), displaybind, bindable]
5354 HRESULT scrollLeft([in] LONG v);
5355
5356 [propget, id(DISPID_IHTMLELEMENT2_SCROLLLEFT), displaybind, bindable]
5357 HRESULT scrollLeft([retval, out] LONG *p);
5358
5359 [id(DISPID_IHTMLELEMENT2_CLEARATTRIBUTES)]
5360 HRESULT clearAttributes();
5361
5362 [id(DISPID_IHTMLELEMENT2_MERGEATTRIBUTES)]
5363 HRESULT mergeAttributes([in] IHTMLElement *mergeThis);
5364
5365 [propput, id(DISPID_IHTMLELEMENT2_ONCONTEXTMENU), displaybind, bindable]
5366 HRESULT oncontextmenu([in] VARIANT v);
5367
5368 [propget, id(DISPID_IHTMLELEMENT2_ONCONTEXTMENU), displaybind, bindable]
5369 HRESULT oncontextmenu([retval, out] VARIANT *p);
5370
5371 [id(DISPID_IHTMLELEMENT2_INSERTADJACENTELEMENT)]
5372 HRESULT insertAdjacentElement(
5373 [in] BSTR where,
5374 [in] IHTMLElement *insertedElement,
5375 [retval, out] IHTMLElement **inserted);
5376
5377 [id(DISPID_IHTMLELEMENT2_APPLYELEMENT)]
5378 HRESULT applyElement(
5379 [in] IHTMLElement *apply,
5380 [in] BSTR where,
5381 [retval, out] IHTMLElement **applied);
5382
5383 [id(DISPID_IHTMLELEMENT2_GETADJACENTTEXT)]
5384 HRESULT getAdjacentText(
5385 [in] BSTR where,
5386 [retval, out] BSTR *text);
5387
5388 [id(DISPID_IHTMLELEMENT2_REPLACEADJACENTTEXT)]
5389 HRESULT replaceAdjacentText(
5390 [in] BSTR where,
5391 [in] BSTR newText,
5392 [retval, out] BSTR *oldText);
5393
5394 [propget, id(DISPID_IHTMLELEMENT2_CANHAVECHILDREN)]
5395 HRESULT canHaveChildren([retval, out] VARIANT_BOOL *p);
5396
5397 [id(DISPID_IHTMLELEMENT2_ADDBEHAVIOR)]
5398 HRESULT addBehavior(
5399 [in] BSTR bstrUrl,
5400 [optional, in] VARIANT *pvarFactory,
5401 [retval, out] LONG *pCookie);
5402
5403 [id(DISPID_IHTMLELEMENT2_REMOVEBEHAVIOR)]
5404 HRESULT removeBehavior(
5405 [in] LONG cookie,
5406 [retval, out] VARIANT_BOOL *pfResult);
5407
5408 [propget, id(DISPID_IHTMLELEMENT2_RUNTIMESTYLE), nonbrowsable]
5409 HRESULT runtimeStyle([retval, out] IHTMLStyle **p);
5410
5411 [propget, id(DISPID_IHTMLELEMENT2_BEHAVIORURNS)]
5412 HRESULT behaviorUrns([retval, out] IDispatch **p);
5413
5414 [propput, id(DISPID_IHTMLELEMENT2_TAGURN)]
5415 HRESULT tagUrn([in] BSTR v);
5416
5417 [propget, id(DISPID_IHTMLELEMENT2_TAGURN)]
5418 HRESULT tagUrn([retval, out] BSTR *p);
5419
5420 [propput, id(DISPID_IHTMLELEMENT2_ONBEFOREEDITFOCUS), displaybind, bindable]
5421 HRESULT onbeforeeditfocus([in] VARIANT v);
5422
5423 [propget, id(DISPID_IHTMLELEMENT2_ONBEFOREEDITFOCUS), displaybind, bindable]
5424 HRESULT onbeforeeditfocus([retval, out] VARIANT *p);
5425
5426 [propget, id(DISPID_IHTMLELEMENT2_READYSTATEVALUE), hidden, restricted]
5427 HRESULT readyStateValue([retval, out] LONG *p);
5428
5429 [id(DISPID_IHTMLELEMENT2_GETELEMENTSBYTAGNAME)]
5430 HRESULT getElementsByTagName(
5431 [in] BSTR v,
5432 [retval, out] IHTMLElementCollection **pelColl);
5433}
5434
5435#define WINE_IHTMLELEMENT2_DISPINTERFACE_DECL \
5436 [propget, id(DISPID_IHTMLELEMENT2_SCOPENAME)] \
5437 BSTR scopeName(); \
5438 \
5439 [id(DISPID_IHTMLELEMENT2_SETCAPTURE)] \
5440 void setCapture([defaultvalue(-1), in] VARIANT_BOOL containerCapture); \
5441 \
5442 [id(DISPID_IHTMLELEMENT2_RELEASECAPTURE)] \
5443 void releaseCapture(); \
5444 \
5445 [propput, id(DISPID_IHTMLELEMENT2_ONLOSECAPTURE), displaybind, bindable] \
5446 void onlosecapture(VARIANT v); \
5447 \
5448 [propget, id(DISPID_IHTMLELEMENT2_ONLOSECAPTURE), displaybind, bindable] \
5449 VARIANT onlosecapture(); \
5450 \
5451 [id(DISPID_IHTMLELEMENT2_COMPONENTFROMPOINT)] \
5452 BSTR componentFromPoint([in] LONG x,[in] LONG y); \
5453 \
5454 [id(DISPID_IHTMLELEMENT2_DOSCROLL)] \
5455 void doScroll([optional, in] VARIANT component); \
5456 \
5457 [propput, id(DISPID_IHTMLELEMENT2_ONSCROLL), displaybind, bindable] \
5458 void onscroll(VARIANT v); \
5459 \
5460 [propget, id(DISPID_IHTMLELEMENT2_ONSCROLL), displaybind, bindable] \
5461 VARIANT onscroll(); \
5462 \
5463 [propput, id(DISPID_IHTMLELEMENT2_ONDRAG), displaybind, bindable] \
5464 void ondrag(VARIANT v); \
5465 \
5466 [propget, id(DISPID_IHTMLELEMENT2_ONDRAG), displaybind, bindable] \
5467 VARIANT ondrag(); \
5468 \
5469 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGEND), displaybind, bindable] \
5470 void ondragend(VARIANT v); \
5471 \
5472 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGEND), displaybind, bindable] \
5473 VARIANT ondragend(); \
5474 \
5475 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGENTER), displaybind, bindable] \
5476 void ondragenter(VARIANT v); \
5477 \
5478 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGENTER), displaybind, bindable] \
5479 VARIANT ondragenter(); \
5480 \
5481 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGOVER), displaybind, bindable] \
5482 void ondragover(VARIANT v); \
5483 \
5484 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGOVER), displaybind, bindable] \
5485 VARIANT ondragover(); \
5486 \
5487 [propput, id(DISPID_IHTMLELEMENT2_ONDRAGLEAVE), displaybind, bindable] \
5488 void ondragleave(VARIANT v); \
5489 \
5490 [propget, id(DISPID_IHTMLELEMENT2_ONDRAGLEAVE), displaybind, bindable] \
5491 VARIANT ondragleave(); \
5492 \
5493 [propput, id(DISPID_IHTMLELEMENT2_ONDROP), displaybind, bindable] \
5494 void ondrop(VARIANT v); \
5495 \
5496 [propget, id(DISPID_IHTMLELEMENT2_ONDROP), displaybind, bindable] \
5497 VARIANT ondrop(); \
5498 \
5499 [propput, id(DISPID_IHTMLELEMENT2_ONBEFORECUT), displaybind, bindable] \
5500 void onbeforecut(VARIANT v); \
5501 \
5502 [propget, id(DISPID_IHTMLELEMENT2_ONBEFORECUT), displaybind, bindable] \
5503 VARIANT onbeforecut(); \
5504 \
5505 [propput, id(DISPID_IHTMLELEMENT2_ONCUT), displaybind, bindable] \
5506 void oncut(VARIANT v); \
5507 \
5508 [propget, id(DISPID_IHTMLELEMENT2_ONCUT), displaybind, bindable] \
5509 VARIANT oncut(); \
5510 \
5511 [propput, id(DISPID_IHTMLELEMENT2_ONBEFORECOPY), displaybind, bindable] \
5512 void onbeforecopy(VARIANT v); \
5513 \
5514 [propget, id(DISPID_IHTMLELEMENT2_ONBEFORECOPY), displaybind, bindable] \
5515 VARIANT onbeforecopy(); \
5516 \
5517 [propput, id(DISPID_IHTMLELEMENT2_ONCOPY), displaybind, bindable] \
5518 void oncopy(VARIANT v); \
5519 \
5520 [propget, id(DISPID_IHTMLELEMENT2_ONCOPY), displaybind, bindable] \
5521 VARIANT oncopy(); \
5522 \
5523 [propput, id(DISPID_IHTMLELEMENT2_ONBEFOREPASTE), displaybind, bindable] \
5524 void onbeforepaste(VARIANT v); \
5525 \
5526 [propget, id(DISPID_IHTMLELEMENT2_ONBEFOREPASTE), displaybind, bindable] \
5527 VARIANT onbeforepaste(); \
5528 \
5529 [propput, id(DISPID_IHTMLELEMENT2_ONPASTE), displaybind, bindable] \
5530 void onpaste(VARIANT v); \
5531 \
5532 [propget, id(DISPID_IHTMLELEMENT2_ONPASTE), displaybind, bindable] \
5533 VARIANT onpaste(); \
5534 \
5535 [propget, id(DISPID_IHTMLELEMENT2_CURRENTSTYLE), nonbrowsable] \
5536 IHTMLCurrentStyle* currentStyle(); \
5537 \
5538 [propput, id(DISPID_IHTMLELEMENT2_ONPROPERTYCHANGE), displaybind, bindable] \
5539 void onpropertychange(VARIANT v); \
5540 \
5541 [propget, id(DISPID_IHTMLELEMENT2_ONPROPERTYCHANGE), displaybind, bindable] \
5542 VARIANT onpropertychange(); \
5543 \
5544 [id(DISPID_IHTMLELEMENT2_GETCLIENTRECTS)] \
5545 IHTMLRectCollection* getClientRects(); \
5546 \
5547 [id(DISPID_IHTMLELEMENT2_GETBOUNDINGCLIENTRECT)] \
5548 IHTMLRect* getBoundingClientRect(); \
5549 \
5550 [id(DISPID_IHTMLELEMENT2_SETEXPRESSION)] \
5551 void setExpression( \
5552 [in] BSTR propname, \
5553 [in] BSTR expr, \
5554 [defaultvalue(""), in] BSTR lang); \
5555 \
5556 [id(DISPID_IHTMLELEMENT2_GETEXPRESSION)] \
5557 VARIANT getExpression([in] BSTR propname); \
5558 \
5559 [id(DISPID_IHTMLELEMENT2_REMOVEEXPRESSION)] \
5560 VARIANT_BOOL removeExpression([in] BSTR propname); \
5561 \
5562 [propput, id(DISPID_IHTMLELEMENT2_TABINDEX), displaybind, bindable] \
5563 void tabIndex(short v); \
5564 \
5565 [propget, id(DISPID_IHTMLELEMENT2_TABINDEX), displaybind, bindable] \
5566 short tabIndex(); \
5567 \
5568 [id(DISPID_IHTMLELEMENT2_FOCUS)] \
5569 void focus(); \
5570 \
5571 [propput, id(DISPID_IHTMLELEMENT2_ACCESSKEY), displaybind, bindable]\
5572 void accessKey(BSTR v); \
5573 \
5574 [propget, id(DISPID_IHTMLELEMENT2_ACCESSKEY), displaybind, bindable]\
5575 BSTR accessKey(); \
5576 \
5577 [propput, id(DISPID_IHTMLELEMENT2_ONBLUR), displaybind, bindable] \
5578 void onblur(VARIANT v); \
5579 \
5580 [propget, id(DISPID_IHTMLELEMENT2_ONBLUR), displaybind, bindable] \
5581 VARIANT onblur(); \
5582 \
5583 [propput, id(DISPID_IHTMLELEMENT2_ONFOCUS), displaybind, bindable] \
5584 void onfocus(VARIANT v); \
5585 \
5586 [propget, id(DISPID_IHTMLELEMENT2_ONFOCUS), displaybind, bindable] \
5587 VARIANT onfocus(); \
5588 \
5589 [propput, id(DISPID_IHTMLELEMENT2_ONRESIZE), displaybind, bindable] \
5590 void onresize(VARIANT v); \
5591 \
5592 [propget, id(DISPID_IHTMLELEMENT2_ONRESIZE), displaybind, bindable] \
5593 VARIANT onresize(); \
5594 \
5595 [id(DISPID_IHTMLELEMENT2_BLUR)] \
5596 void blur(); \
5597 \
5598 [id(DISPID_IHTMLELEMENT2_ADDFILTER)] \
5599 void addFilter([in] IUnknown* pUnk); \
5600 \
5601 [id(DISPID_IHTMLELEMENT2_REMOVEFILTER)] \
5602 void removeFilter([in] IUnknown* pUnk); \
5603 \
5604 [propget, id(DISPID_IHTMLELEMENT2_CLIENTHEIGHT), displaybind, bindable] \
5605 LONG clientHeight(); \
5606 \
5607 [propget, id(DISPID_IHTMLELEMENT2_CLIENTWIDTH), displaybind, bindable] \
5608 LONG clientWidth(); \
5609 \
5610 [propget, id(DISPID_IHTMLELEMENT2_CLIENTTOP), displaybind, bindable] \
5611 LONG clientTop(); \
5612 \
5613 [propget, id(DISPID_IHTMLELEMENT2_CLIENTLEFT), displaybind, bindable] \
5614 LONG clientLeft(); \
5615 \
5616 [id(DISPID_IHTMLELEMENT2_ATTACHEVENT)] \
5617 VARIANT_BOOL attachEvent( \
5618 [in] BSTR event, \
5619 [in] IDispatch* pDisp); \
5620 \
5621 [id(DISPID_IHTMLELEMENT2_DETACHEVENT)] \
5622 void detachEvent( \
5623 [in] BSTR event, \
5624 [in] IDispatch* pDisp); \
5625 \
5626 [propget, id(DISPID_IHTMLELEMENT2_READYSTATE)] VARIANT readyState(); \
5627 \
5628 [propput, id(DISPID_IHTMLELEMENT2_ONREADYSTATECHANGE), displaybind, bindable] \
5629 void onreadystatechange(VARIANT v); \
5630 \
5631 [propget, id(DISPID_IHTMLELEMENT2_ONREADYSTATECHANGE), displaybind, bindable] \
5632 VARIANT onreadystatechange(); \
5633 \
5634 [propput, id(DISPID_IHTMLELEMENT2_ONROWSDELETE), displaybind, bindable] \
5635 void onrowsdelete(VARIANT v); \
5636 \
5637 [propget, id(DISPID_IHTMLELEMENT2_ONROWSDELETE), displaybind, bindable] \
5638 VARIANT onrowsdelete(); \
5639 \
5640 [propput, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable] \
5641 void onrowsinserted(VARIANT v); \
5642 \
5643 [propget, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable] \
5644 VARIANT onrowsinserted(); \
5645 \
5646 [propput, id(DISPID_IHTMLELEMENT2_ONCELLCHANGE), displaybind, bindable] \
5647 void oncellchange(VARIANT v); \
5648 \
5649 [propget, id(DISPID_IHTMLELEMENT2_ONCELLCHANGE), displaybind, bindable] \
5650 VARIANT oncellchange(); \
5651 \
5652 [propput, id(DISPID_IHTMLELEMENT2_DIR), displaybind, bindable] \
5653 void dir(BSTR v); \
5654 \
5655 [propget, id(DISPID_IHTMLELEMENT2_DIR), displaybind, bindable] \
5656 BSTR dir(); \
5657 \
5658 [id(DISPID_IHTMLELEMENT2_CREATECONTROLRANGE)] \
5659 IDispatch* createControlRange(); \
5660 \
5661 [propget, id(DISPID_IHTMLELEMENT2_SCROLLHEIGHT), displaybind, bindable] \
5662 LONG scrollHeight(); \
5663 \
5664 [propget, id(DISPID_IHTMLELEMENT2_SCROLLWIDTH), displaybind, bindable] \
5665 LONG scrollWidth(); \
5666 \
5667 [propput, id(DISPID_IHTMLELEMENT2_SCROLLTOP), displaybind, bindable]\
5668 void scrollTop(LONG v); \
5669 \
5670 [propget, id(DISPID_IHTMLELEMENT2_SCROLLTOP), displaybind, bindable]\
5671 LONG scrollTop(); \
5672 \
5673 [propput, id(DISPID_IHTMLELEMENT2_SCROLLLEFT), displaybind, bindable] \
5674 void scrollLeft(LONG v); \
5675 \
5676 [propget, id(DISPID_IHTMLELEMENT2_SCROLLLEFT), displaybind, bindable] \
5677 LONG scrollLeft(); \
5678 \
5679 [id(DISPID_IHTMLELEMENT2_CLEARATTRIBUTES)] \
5680 void clearAttributes(); \
5681 \
5682 [propput, id(DISPID_IHTMLELEMENT2_ONCONTEXTMENU), displaybind, bindable] \
5683 void oncontextmenu(VARIANT v); \
5684 \
5685 [propget, id(DISPID_IHTMLELEMENT2_ONCONTEXTMENU), displaybind, bindable] \
5686 VARIANT oncontextmenu(); \
5687 \
5688 [id(DISPID_IHTMLELEMENT2_INSERTADJACENTELEMENT)] \
5689 IHTMLElement* insertAdjacentElement( \
5690 [in] BSTR where, \
5691 [in] IHTMLElement* insertedElement); \
5692 \
5693 [id(DISPID_IHTMLELEMENT2_APPLYELEMENT)] \
5694 IHTMLElement* applyElement([in] IHTMLElement* apply,[in] BSTR where); \
5695 \
5696 [id(DISPID_IHTMLELEMENT2_GETADJACENTTEXT)] \
5697 BSTR getAdjacentText([in] BSTR where); \
5698 \
5699 [id(DISPID_IHTMLELEMENT2_REPLACEADJACENTTEXT)] \
5700 BSTR replaceAdjacentText([in] BSTR where,[in] BSTR newText); \
5701 \
5702 [propget, id(DISPID_IHTMLELEMENT2_CANHAVECHILDREN)] \
5703 VARIANT_BOOL canHaveChildren(); \
5704 \
5705 [id(DISPID_IHTMLELEMENT2_ADDBEHAVIOR)] \
5706 LONG addBehavior([in] BSTR bstrUrl,[optional, in] VARIANT* pvarFactory); \
5707 \
5708 [id(DISPID_IHTMLELEMENT2_REMOVEBEHAVIOR)] \
5709 VARIANT_BOOL removeBehavior([in] LONG cookie); \
5710 \
5711 [propget, id(DISPID_IHTMLELEMENT2_RUNTIMESTYLE), nonbrowsable] \
5712 IHTMLStyle* runtimeStyle(); \
5713 \
5714 [propget, id(DISPID_IHTMLELEMENT2_BEHAVIORURNS)] \
5715 IDispatch* behaviorUrns(); \
5716 \
5717 [propput, id(DISPID_IHTMLELEMENT2_TAGURN)] \
5718 void tagUrn(BSTR v); \
5719 \
5720 [propget, id(DISPID_IHTMLELEMENT2_TAGURN)] \
5721 BSTR tagUrn(); \
5722 \
5723 [propput, id(DISPID_IHTMLELEMENT2_ONBEFOREEDITFOCUS), displaybind, bindable] \
5724 void onbeforeeditfocus(VARIANT v); \
5725 \
5726 [propget, id(DISPID_IHTMLELEMENT2_ONBEFOREEDITFOCUS), displaybind, bindable] \
5727 VARIANT onbeforeeditfocus(); \
5728 \
5729 [propget, id(DISPID_IHTMLELEMENT2_READYSTATEVALUE), hidden, restricted] \
5730 LONG readyStateValue(); \
5731 \
5732 [id(DISPID_IHTMLELEMENT2_GETELEMENTSBYTAGNAME)] \
5733 IHTMLElementCollection* getElementsByTagName([in] BSTR v)
5734
5735/*****************************************************************************
5736 * IHTMLElement3 interface
5737 */
5738[
5739 odl,
5740 oleautomation,
5741 dual,
5742 uuid(3050f673-98b5-11cf-bb82-00aa00bdce0b)
5743]
5744interface IHTMLElement3 : IDispatch
5745{
5746 [id(DISPID_IHTMLELEMENT3_MERGEATTRIBUTES)] HRESULT mergeAttributes([in]
5747 IHTMLElement* mergeThis,[optional, in] VARIANT* pvarFlags);
5748
5749 [propget, id(DISPID_IHTMLELEMENT3_ISMULTILINE)]
5750 HRESULT isMultiLine([retval, out] VARIANT_BOOL * p);
5752 [propget, id(DISPID_IHTMLELEMENT3_CANHAVEHTML)]
5753 HRESULT canHaveHTML([retval, out] VARIANT_BOOL * p);
5754
5755 [propput, id(DISPID_IHTMLELEMENT3_ONLAYOUTCOMPLETE), displaybind, bindable]
5756 HRESULT onlayoutcomplete([in] VARIANT v);
5758 [propget, id(DISPID_IHTMLELEMENT3_ONLAYOUTCOMPLETE), displaybind, bindable]
5759 HRESULT onlayoutcomplete([retval, out] VARIANT * p);
5760
5761 [propput, id(DISPID_IHTMLELEMENT3_ONPAGE), displaybind, bindable]
5762 HRESULT onpage([in] VARIANT v);
5763
5764 [propget, id(DISPID_IHTMLELEMENT3_ONPAGE), displaybind, bindable]
5765 HRESULT onpage([retval, out] VARIANT * p);
5766
5767 [propput, id(DISPID_IHTMLELEMENT3_INFLATEBLOCK), hidden, restricted, nonbrowsable]
5768 HRESULT inflateBlock([in] VARIANT_BOOL v);
5770 [propget, id(DISPID_IHTMLELEMENT3_INFLATEBLOCK), hidden, restricted, nonbrowsable]
5771 HRESULT inflateBlock([retval, out] VARIANT_BOOL * p);
5772
5773 [propput, id(DISPID_IHTMLELEMENT3_ONBEFOREDEACTIVATE), displaybind, bindable]
5774 HRESULT onbeforedeactivate([in] VARIANT v);
5776 [propget, id(DISPID_IHTMLELEMENT3_ONBEFOREDEACTIVATE), displaybind, bindable]
5777 HRESULT onbeforedeactivate([retval, out] VARIANT * p);
5778
5779 [id(DISPID_IHTMLELEMENT3_SETACTIVE)] HRESULT setActive();
5780
5781 [propput, id(DISPID_IHTMLELEMENT3_CONTENTEDITABLE), displaybind, bindable]
5782 HRESULT contentEditable([in] BSTR v);
5783
5784 [propget, id(DISPID_IHTMLELEMENT3_CONTENTEDITABLE), displaybind, bindable]
5785 HRESULT contentEditable([retval, out] BSTR * p);
5786
5787 [propget, id(DISPID_IHTMLELEMENT3_ISCONTENTEDITABLE)]
5788 HRESULT isContentEditable([retval, out] VARIANT_BOOL * p);
5789
5790 [propput, id(DISPID_IHTMLELEMENT3_HIDEFOCUS), displaybind, bindable]
5791 HRESULT hideFocus([in] VARIANT_BOOL v);
5792
5793 [propget, id(DISPID_IHTMLELEMENT3_HIDEFOCUS), displaybind, bindable]
5794 HRESULT hideFocus([retval, out] VARIANT_BOOL * p);
5795
5796 [propput, id(DISPID_IHTMLELEMENT3_DISABLED), displaybind, bindable]
5797 HRESULT disabled([in] VARIANT_BOOL v);
5798
5799 [propget, id(DISPID_IHTMLELEMENT3_DISABLED), displaybind, bindable]
5800 HRESULT disabled([retval, out] VARIANT_BOOL * p);
5802 [propget, id(DISPID_IHTMLELEMENT3_ISDISABLED)]
5803 HRESULT isDisabled([retval, out] VARIANT_BOOL * p);
5804
5805 [propput, id(DISPID_IHTMLELEMENT3_ONMOVE), displaybind, bindable]
5806 HRESULT onmove([in] VARIANT v);
5807
5808 [propget, id(DISPID_IHTMLELEMENT3_ONMOVE), displaybind, bindable]
5809 HRESULT onmove([retval, out] VARIANT * p);
5810
5811 [propput, id(DISPID_IHTMLELEMENT3_ONCONTROLSELECT), displaybind, bindable]
5812 HRESULT oncontrolselect([in] VARIANT v);
5814 [propget, id(DISPID_IHTMLELEMENT3_ONCONTROLSELECT), displaybind, bindable]
5815 HRESULT oncontrolselect([retval, out] VARIANT * p);
5816
5817 [id(DISPID_IHTMLELEMENT3_FIREEVENT)]
5818 HRESULT fireEvent(
5819 [in] BSTR bstrEventName,
5820 [optional, in] VARIANT* pvarEventObject,
5821 [retval, out] VARIANT_BOOL* pfCancelled);
5822
5823 [propput, id(DISPID_IHTMLELEMENT3_ONRESIZESTART), displaybind, bindable]
5824 HRESULT onresizestart([in] VARIANT v);
5826 [propget, id(DISPID_IHTMLELEMENT3_ONRESIZESTART), displaybind, bindable]
5827 HRESULT onresizestart([retval, out] VARIANT * p);
5828
5829 [propput, id(DISPID_IHTMLELEMENT3_ONRESIZEEND), displaybind, bindable]
5830 HRESULT onresizeend([in] VARIANT v);
5831
5832 [propget, id(DISPID_IHTMLELEMENT3_ONRESIZEEND), displaybind, bindable]
5833 HRESULT onresizeend([retval, out] VARIANT * p);
5834
5835 [propput, id(DISPID_IHTMLELEMENT3_ONMOVESTART), displaybind, bindable]
5836 HRESULT onmovestart([in] VARIANT v);
5837
5838 [propget, id(DISPID_IHTMLELEMENT3_ONMOVESTART), displaybind, bindable]
5839 HRESULT onmovestart([retval, out] VARIANT * p);
5840
5841 [propput, id(DISPID_IHTMLELEMENT3_ONMOVEEND), displaybind, bindable]
5842 HRESULT onmoveend([in] VARIANT v);
5843
5844 [propget, id(DISPID_IHTMLELEMENT3_ONMOVEEND), displaybind, bindable]
5845 HRESULT onmoveend([retval, out] VARIANT * p);
5846
5847 [propput, id(DISPID_IHTMLELEMENT3_ONMOUSEENTER), displaybind, bindable]
5848 HRESULT onmouseenter([in] VARIANT v);
5849
5850 [propget, id(DISPID_IHTMLELEMENT3_ONMOUSEENTER), displaybind, bindable]
5851 HRESULT onmouseenter([retval, out] VARIANT * p);
5852
5853 [propput, id(DISPID_IHTMLELEMENT3_ONMOUSELEAVE), displaybind, bindable]
5854 HRESULT onmouseleave([in] VARIANT v);
5855
5856 [propget, id(DISPID_IHTMLELEMENT3_ONMOUSELEAVE), displaybind, bindable]
5857 HRESULT onmouseleave([retval, out] VARIANT * p);
5858
5859 [propput, id(DISPID_IHTMLELEMENT3_ONACTIVATE), displaybind, bindable]
5860 HRESULT onactivate([in] VARIANT v);
5861
5862 [propget, id(DISPID_IHTMLELEMENT3_ONACTIVATE), displaybind, bindable]
5863 HRESULT onactivate([retval, out] VARIANT * p);
5864
5865 [propput, id(DISPID_IHTMLELEMENT3_ONDEACTIVATE), displaybind, bindable]
5866 HRESULT ondeactivate([in] VARIANT v);
5867
5868 [propget, id(DISPID_IHTMLELEMENT3_ONDEACTIVATE), displaybind, bindable]
5869 HRESULT ondeactivate([retval, out] VARIANT * p);
5870
5871 [id(DISPID_IHTMLELEMENT3_DRAGDROP)] HRESULT dragDrop([retval, out]
5872 VARIANT_BOOL* pfRet);
5873
5874 [propget, id(DISPID_IHTMLELEMENT3_GLYPHMODE), hidden, restricted, nonbrowsable]
5875 HRESULT glyphMode([retval, out] LONG * p);
5876}
5877
5878#define WINE_IHTMLELEMENT3_DISPINTERFACE_DECL \
5879 \
5880 [id(DISPID_IHTMLELEMENT3_MERGEATTRIBUTES)] \
5881 void mergeAttributes( \
5882 [in] IHTMLElement* mergeThis, \
5883 [optional, in] VARIANT* pvarFlags); \
5884 \
5885 [propget, id(DISPID_IHTMLELEMENT3_ISMULTILINE)] \
5886 VARIANT_BOOL isMultiLine(); \
5887 \
5888 [propget, id(DISPID_IHTMLELEMENT3_CANHAVEHTML)] \
5889 VARIANT_BOOL canHaveHTML(); \
5890 \
5891 [propput, id(DISPID_IHTMLELEMENT3_ONLAYOUTCOMPLETE), displaybind, bindable] \
5892 void onlayoutcomplete(VARIANT v); \
5893 \
5894 [propget, id(DISPID_IHTMLELEMENT3_ONLAYOUTCOMPLETE), displaybind, bindable] \
5895 VARIANT onlayoutcomplete(); \
5896 \
5897 [propput, id(DISPID_IHTMLELEMENT3_ONPAGE), displaybind, bindable] \
5898 void onpage(VARIANT v); \
5899 \
5900 [propget, id(DISPID_IHTMLELEMENT3_ONPAGE), displaybind, bindable] \
5901 VARIANT onpage(); \
5902 \
5903 [propput, id(DISPID_IHTMLELEMENT3_INFLATEBLOCK), hidden, restricted, nonbrowsable] \
5904 void inflateBlock(VARIANT_BOOL v); \
5905 \
5906 [propget, id(DISPID_IHTMLELEMENT3_INFLATEBLOCK), hidden, restricted, nonbrowsable] \
5907 VARIANT_BOOL inflateBlock(); \
5908 \
5909 [propput, id(DISPID_IHTMLELEMENT3_ONBEFOREDEACTIVATE), displaybind, bindable] \
5910 void onbeforedeactivate(VARIANT v); \
5911 \
5912 [propget, id(DISPID_IHTMLELEMENT3_ONBEFOREDEACTIVATE), displaybind, bindable] \
5913 VARIANT onbeforedeactivate(); \
5914 \
5915 [id(DISPID_IHTMLELEMENT3_SETACTIVE)] \
5916 void setActive(); \
5917 \
5918 [propput, id(DISPID_IHTMLELEMENT3_CONTENTEDITABLE), displaybind, bindable] \
5919 void contentEditable(BSTR v); \
5920 \
5921 [propget, id(DISPID_IHTMLELEMENT3_CONTENTEDITABLE), displaybind, bindable] \
5922 BSTR contentEditable(); \
5923 \
5924 [propget, id(DISPID_IHTMLELEMENT3_ISCONTENTEDITABLE)] \
5925 VARIANT_BOOL isContentEditable(); \
5926 \
5927 [propput, id(DISPID_IHTMLELEMENT3_HIDEFOCUS), displaybind, bindable]\
5928 void hideFocus(VARIANT_BOOL v); \
5929 \
5930 [propget, id(DISPID_IHTMLELEMENT3_HIDEFOCUS), displaybind, bindable]\
5931 VARIANT_BOOL hideFocus(); \
5932 \
5933 [propput, id(DISPID_IHTMLELEMENT3_DISABLED), displaybind, bindable] \
5934 void disabled(VARIANT_BOOL v); \
5935 \
5936 [propget, id(DISPID_IHTMLELEMENT3_DISABLED), displaybind, bindable] \
5937 VARIANT_BOOL disabled(); \
5938 \
5939 [propget, id(DISPID_IHTMLELEMENT3_ISDISABLED)] \
5940 VARIANT_BOOL isDisabled(); \
5941 \
5942 [propput, id(DISPID_IHTMLELEMENT3_ONMOVE), displaybind, bindable] \
5943 void onmove(VARIANT v); \
5944 \
5945 [propget, id(DISPID_IHTMLELEMENT3_ONMOVE), displaybind, bindable] \
5946 VARIANT onmove(); \
5947 \
5948 [propput, id(DISPID_IHTMLELEMENT3_ONCONTROLSELECT), displaybind, bindable] \
5949 void oncontrolselect(VARIANT v); \
5950 \
5951 [propget, id(DISPID_IHTMLELEMENT3_ONCONTROLSELECT), displaybind, bindable] \
5952 VARIANT oncontrolselect(); \
5953 \
5954 [id(DISPID_IHTMLELEMENT3_FIREEVENT)] \
5955 VARIANT_BOOL fireEvent( \
5956 [in] BSTR bstrEventName, \
5957 [optional, in] VARIANT* pvarEventObject); \
5958 \
5959 [propput, id(DISPID_IHTMLELEMENT3_ONRESIZESTART), displaybind, bindable] \
5960 void onresizestart(VARIANT v); \
5961 \
5962 [propget, id(DISPID_IHTMLELEMENT3_ONRESIZESTART), displaybind, bindable] \
5963 VARIANT onresizestart(); \
5964 \
5965 [propput, id(DISPID_IHTMLELEMENT3_ONRESIZEEND), displaybind, bindable] \
5966 void onresizeend(VARIANT v); \
5967 \
5968 [propget, id(DISPID_IHTMLELEMENT3_ONRESIZEEND), displaybind, bindable] \
5969 VARIANT onresizeend(); \
5970 \
5971 [propput, id(DISPID_IHTMLELEMENT3_ONMOVESTART), displaybind, bindable] \
5972 void onmovestart(VARIANT v); \
5973 \
5974 [propget, id(DISPID_IHTMLELEMENT3_ONMOVESTART), displaybind, bindable] \
5975 VARIANT onmovestart(); \
5976 \
5977 [propput, id(DISPID_IHTMLELEMENT3_ONMOVEEND), displaybind, bindable]\
5978 void onmoveend(VARIANT v); \
5979 \
5980 [propget, id(DISPID_IHTMLELEMENT3_ONMOVEEND), displaybind, bindable]\
5981 VARIANT onmoveend(); \
5982 \
5983 [propput, id(DISPID_IHTMLELEMENT3_ONMOUSEENTER), displaybind, bindable] \
5984 void onmouseenter(VARIANT v); \
5985 \
5986 [propget, id(DISPID_IHTMLELEMENT3_ONMOUSEENTER), displaybind, bindable] \
5987 VARIANT onmouseenter(); \
5988 \
5989 [propput, id(DISPID_IHTMLELEMENT3_ONMOUSELEAVE), displaybind, bindable] \
5990 void onmouseleave(VARIANT v); \
5991 \
5992 [propget, id(DISPID_IHTMLELEMENT3_ONMOUSELEAVE), displaybind, bindable] \
5993 VARIANT onmouseleave(); \
5994 \
5995 [propput, id(DISPID_IHTMLELEMENT3_ONACTIVATE), displaybind, bindable] \
5996 void onactivate(VARIANT v); \
5997 \
5998 [propget, id(DISPID_IHTMLELEMENT3_ONACTIVATE), displaybind, bindable] \
5999 VARIANT onactivate(); \
6000 \
6001 [propput, id(DISPID_IHTMLELEMENT3_ONDEACTIVATE), displaybind, bindable] \
6002 void ondeactivate(VARIANT v); \
6003 \
6004 [propget, id(DISPID_IHTMLELEMENT3_ONDEACTIVATE), displaybind, bindable] \
6005 VARIANT ondeactivate(); \
6006 \
6007 [id(DISPID_IHTMLELEMENT3_DRAGDROP)] \
6008 VARIANT_BOOL dragDrop(); \
6009 \
6010 [propget, id(DISPID_IHTMLELEMENT3_GLYPHMODE), hidden, restricted, nonbrowsable] \
6011 LONG glyphMode()
6012
6013/*****************************************************************************
6014 * IHTMLElement4 interface
6015 */
6016[
6017 odl,
6018 oleautomation,
6019 dual,
6020 uuid(3050f80f-98b5-11cf-bb82-00aa00bdce0b)
6021]
6022interface IHTMLElement4 : IDispatch
6023{
6024 [propput, id(DISPID_IHTMLELEMENT4_ONMOUSEWHEEL), displaybind, bindable]
6025 HRESULT onmousewheel([in] VARIANT v);
6026
6027 [propget, id(DISPID_IHTMLELEMENT4_ONMOUSEWHEEL), displaybind, bindable]
6028 HRESULT onmousewheel([retval, out] VARIANT * p);
6030 [id(DISPID_IHTMLELEMENT4_NORMALIZE)]
6031 HRESULT normalize();
6033 [id(DISPID_IHTMLELEMENT4_GETATTRIBUTENODE)]
6034 HRESULT getAttributeNode([in] BSTR bstrname,
6035 [retval, out] IHTMLDOMAttribute** ppAttribute);
6037 [id(DISPID_IHTMLELEMENT4_SETATTRIBUTENODE)]
6038 HRESULT setAttributeNode(
6039 [in] IHTMLDOMAttribute* pattr,
6040 [retval, out] IHTMLDOMAttribute** ppretAttribute);
6042 [id(DISPID_IHTMLELEMENT4_REMOVEATTRIBUTENODE)]
6043 HRESULT removeAttributeNode(
6044 [in] IHTMLDOMAttribute* pattr,
6045 [retval, out] IHTMLDOMAttribute** ppretAttribute);
6046
6047 [propput, id(DISPID_IHTMLELEMENT4_ONBEFOREACTIVATE), displaybind, bindable]
6048 HRESULT onbeforeactivate([in] VARIANT v);
6050 [propget, id(DISPID_IHTMLELEMENT4_ONBEFOREACTIVATE), displaybind, bindable]
6051 HRESULT onbeforeactivate([retval, out] VARIANT * p);
6052
6053 [propput, id(DISPID_IHTMLELEMENT4_ONFOCUSIN), displaybind, bindable]
6054 HRESULT onfocusin([in] VARIANT v);
6055
6056 [propget, id(DISPID_IHTMLELEMENT4_ONFOCUSIN), displaybind, bindable]
6057 HRESULT onfocusin([retval, out] VARIANT * p);
6058
6059 [propput, id(DISPID_IHTMLELEMENT4_ONFOCUSOUT), displaybind, bindable]
6060 HRESULT onfocusout([in] VARIANT v);
6061
6062 [propget, id(DISPID_IHTMLELEMENT4_ONFOCUSOUT), displaybind, bindable]
6063 HRESULT onfocusout([retval, out] VARIANT * p);
6064}
6065
6066#define WINE_IHTMLELEMENT4_DISPINTERFACE_DECL \
6067 [propput, id(DISPID_IHTMLELEMENT4_ONMOUSEWHEEL), displaybind, bindable] \
6068 void onmousewheel(VARIANT v); \
6069 \
6070 [propget, id(DISPID_IHTMLELEMENT4_ONMOUSEWHEEL), displaybind, bindable] \
6071 VARIANT onmousewheel(); \
6072 \
6073 [id(DISPID_IHTMLELEMENT4_NORMALIZE)] \
6074 void normalize(); \
6075 \
6076 [id(DISPID_IHTMLELEMENT4_GETATTRIBUTENODE)] \
6077 IHTMLDOMAttribute* getAttributeNode([in] BSTR bstrname); \
6078 \
6079 [id(DISPID_IHTMLELEMENT4_SETATTRIBUTENODE)] \
6080 IHTMLDOMAttribute* setAttributeNode([in] IHTMLDOMAttribute* pattr); \
6081 \
6082 [id(DISPID_IHTMLELEMENT4_REMOVEATTRIBUTENODE)] \
6083 IHTMLDOMAttribute* removeAttributeNode([in] IHTMLDOMAttribute* pattr); \
6084 \
6085 [propput, id(DISPID_IHTMLELEMENT4_ONBEFOREACTIVATE), displaybind, bindable] \
6086 void onbeforeactivate(VARIANT v); \
6087 \
6088 [propget, id(DISPID_IHTMLELEMENT4_ONBEFOREACTIVATE), displaybind, bindable] \
6089 VARIANT onbeforeactivate(); \
6090 \
6091 [propput, id(DISPID_IHTMLELEMENT4_ONFOCUSIN), displaybind, bindable]\
6092 void onfocusin(VARIANT v); \
6093 \
6094 [propget, id(DISPID_IHTMLELEMENT4_ONFOCUSIN), displaybind, bindable]\
6095 VARIANT onfocusin(); \
6096 \
6097 [propput, id(DISPID_IHTMLELEMENT4_ONFOCUSOUT), displaybind, bindable] \
6098 void onfocusout(VARIANT v); \
6099 \
6100 [propget, id(DISPID_IHTMLELEMENT4_ONFOCUSOUT), displaybind, bindable] \
6101 VARIANT onfocusout()
6102
6103#define WINE_IELEMENTSELECTOR_DISPINTERFACE_DECL \
6104 [id(DISPID_IELEMENTSELECTOR_QUERYSELECTOR)] \
6105 IHTMLElement *querySelector([in] BSTR v); \
6106 \
6107 [id(DISPID_IELEMENTSELECTOR_QUERYSELECTORALL)] \
6108 IHTMLDOMChildrenCollection *querySelectorAll([in] BSTR v)
6109
6110/*****************************************************************************
6111 * IHTMLUniqueName interface
6112 */
6113[
6114 odl,
6115 oleautomation,
6116 dual,
6117 uuid(3050f4d0-98b5-11cf-bb82-00aa00bdce0b)
6118]
6119interface IHTMLUniqueName : IDispatch
6120{
6121 [propget, id(DISPID_IHTMLUNIQUENAME_UNIQUENUMBER), hidden]
6122 HRESULT uniqueNumber([retval, out] LONG * p);
6124 [propget, id(DISPID_IHTMLUNIQUENAME_UNIQUEID), hidden]
6125 HRESULT uniqueID([retval, out] BSTR * p);
6126}
6127
6128#define WINE_IHTMLUNIQUENAME_DISPINTERFACE_DECL \
6129 [propget, id(DISPID_IHTMLUNIQUENAME_UNIQUENUMBER), hidden] \
6130 LONG uniqueNumber(); \
6131 \
6132 [propget, id(DISPID_IHTMLUNIQUENAME_UNIQUEID), hidden] \
6133 BSTR uniqueID()
6134
6135#define WINE_IHTMLELEMENT5_DISPINTERFACE_DECL \
6136 [id(DISPID_IHTMLELEMENT5_IE8_GETATTRIBUTENODE)] \
6137 IHTMLDOMAttribute2 *ie8_getAttributeNode([in] BSTR bstrname); \
6138 \
6139 [id(DISPID_IHTMLELEMENT5_IE8_SETATTRIBUTENODE)] \
6140 IHTMLDOMAttribute2 *ie8_setAttributeNode([in] IHTMLDOMAttribute2 *pattr); \
6141 \
6142 [id(DISPID_IHTMLELEMENT5_IE8_REMOVEATTRIBUTENODE)] \
6143 IHTMLDOMAttribute2 *ie8_removeAttributeNode([in] IHTMLDOMAttribute2 *pattr); \
6144 \
6145 [id(DISPID_IHTMLELEMENT5_HASATTRIBUTE)] \
6146 VARIANT_BOOL hasAttribute([in] BSTR name); \
6147 \
6148 [propput, id(DISPID_IHTMLELEMENT5_ROLE), displaybind, bindable] \
6149 void role(BSTR v); \
6150 \
6151 [propget, id(DISPID_IHTMLELEMENT5_ROLE), displaybind, bindable] \
6152 BSTR role(); \
6153 \
6154 [propput, id(DISPID_IHTMLELEMENT5_ARIABUSY), displaybind, bindable] \
6155 void ariaBusy(BSTR v); \
6156 \
6157 [propget, id(DISPID_IHTMLELEMENT5_ARIABUSY), displaybind, bindable] \
6158 BSTR ariaBusy(); \
6159 \
6160 [propput, id(DISPID_IHTMLELEMENT5_ARIACHECKED), displaybind, bindable] \
6161 void ariaChecked(BSTR v); \
6162 \
6163 [propget, id(DISPID_IHTMLELEMENT5_ARIACHECKED), displaybind, bindable] \
6164 BSTR ariaChecked(); \
6165 \
6166 [propput, id(DISPID_IHTMLELEMENT5_ARIADISABLED), displaybind, bindable] \
6167 void ariaDisabled(BSTR v); \
6168 \
6169 [propget, id(DISPID_IHTMLELEMENT5_ARIADISABLED), displaybind, bindable] \
6170 BSTR ariaDisabled(); \
6171 \
6172 [propput, id(DISPID_IHTMLELEMENT5_ARIAEXPANDED), displaybind, bindable] \
6173 void ariaExpanded(BSTR v); \
6174 \
6175 [propget, id(DISPID_IHTMLELEMENT5_ARIAEXPANDED), displaybind, bindable] \
6176 BSTR ariaExpanded(); \
6177 \
6178 [propput, id(DISPID_IHTMLELEMENT5_ARIAHASPOPUP), displaybind, bindable]\
6179 void ariaHaspopup(BSTR v); \
6180 \
6181 [propget, id(DISPID_IHTMLELEMENT5_ARIAHASPOPUP), displaybind, bindable] \
6182 BSTR ariaHaspopup(); \
6183 \
6184 [propput, id(DISPID_IHTMLELEMENT5_ARIAHIDDEN), displaybind, bindable] \
6185 void ariaHidden(BSTR v); \
6186 \
6187 [propget, id(DISPID_IHTMLELEMENT5_ARIAHIDDEN), displaybind, bindable] \
6188 BSTR ariaHidden(); \
6189 \
6190 [propput, id(DISPID_IHTMLELEMENT5_ARIAINVALID), displaybind, bindable] \
6191 void ariaInvalid(BSTR v); \
6192 \
6193 [propget, id(DISPID_IHTMLELEMENT5_ARIAINVALID), displaybind, bindable] \
6194 BSTR ariaInvalid(); \
6195 \
6196 [propput, id(DISPID_IHTMLELEMENT5_ARIAMULTISELECTABLE), displaybind, bindable] \
6197 void ariaMultiselectable(BSTR v); \
6198 \
6199 [propget, id(DISPID_IHTMLELEMENT5_ARIAMULTISELECTABLE), displaybind, bindable] \
6200 BSTR ariaMultiselectable(); \
6201 \
6202 [propput, id(DISPID_IHTMLELEMENT5_ARIAPRESSED), displaybind, bindable] \
6203 void ariaPressed(BSTR v); \
6204 \
6205 [propget, id(DISPID_IHTMLELEMENT5_ARIAPRESSED), displaybind, bindable] \
6206 BSTR ariaPressed(); \
6207 \
6208 [propput, id(DISPID_IHTMLELEMENT5_ARIAREADONLY), displaybind, bindable] \
6209 void ariaReadonly(BSTR v); \
6210 \
6211 [propget, id(DISPID_IHTMLELEMENT5_ARIAREADONLY), displaybind, bindable] \
6212 BSTR ariaReadonly(); \
6213 \
6214 [propput, id(DISPID_IHTMLELEMENT5_ARIAREQUIRED), displaybind, bindable] \
6215 void ariaRequired(BSTR v); \
6216 \
6217 [propget, id(DISPID_IHTMLELEMENT5_ARIAREQUIRED), displaybind, bindable] \
6218 BSTR ariaRequired(); \
6219 \
6220 [propput, id(DISPID_IHTMLELEMENT5_ARIASECRET), displaybind, bindable] \
6221 void ariaSecret(BSTR v); \
6222 \
6223 [propget, id(DISPID_IHTMLELEMENT5_ARIASECRET), displaybind, bindable] \
6224 BSTR ariaSecret(); \
6225 \
6226 [propput, id(DISPID_IHTMLELEMENT5_ARIASELECTED), displaybind, bindable] \
6227 void ariaSelected(BSTR v); \
6228 \
6229 [propget, id(DISPID_IHTMLELEMENT5_ARIASELECTED), displaybind, bindable] \
6230 BSTR ariaSelected(); \
6231 \
6232 [id(DISPID_IHTMLELEMENT5_IE8_GETATTRIBUTE)] \
6233 VARIANT ie8_getAttribute([in] BSTR strAttributeName); \
6234 \
6235 [id(DISPID_IHTMLELEMENT5_IE8_SETATTRIBUTE)] \
6236 void ie8_setAttribute([in] BSTR strAttributeName,[in] VARIANT AttributeValue); \
6237 \
6238 [id(DISPID_IHTMLELEMENT5_IE8_REMOVEATTRIBUTE)] \
6239 VARIANT_BOOL ie8_removeAttribute([in] BSTR strAttributeName); \
6240 \
6241 [propget, id(DISPID_IHTMLELEMENT5_IE8_ATTRIBUTES)] \
6242 IHTMLAttributeCollection3 *ie8_attributes(); \
6243 \
6244 [propput, id(DISPID_IHTMLELEMENT5_ARIAVALUENOW), displaybind, bindable] \
6245 void ariaValuenow(BSTR v); \
6246 \
6247 [propget, id(DISPID_IHTMLELEMENT5_ARIAVALUENOW), displaybind, bindable] \
6248 BSTR ariaValuenow(); \
6249 \
6250 [propput, id(DISPID_IHTMLELEMENT5_ARIAPOSINSET), displaybind, bindable] \
6251 void ariaPosinset(short v); \
6252 \
6253 [propget, id(DISPID_IHTMLELEMENT5_ARIAPOSINSET), displaybind, bindable] \
6254 short ariaPosinset(); \
6255 \
6256 [propput, id(DISPID_IHTMLELEMENT5_ARIASETSIZE), displaybind, bindable] \
6257 void ariaSetsize(short v); \
6258 \
6259 [propget, id(DISPID_IHTMLELEMENT5_ARIASETSIZE), displaybind, bindable] \
6260 short ariaSetsize(); \
6261 \
6262 [propput, id(DISPID_IHTMLELEMENT5_ARIALEVEL), displaybind, bindable]\
6263 void ariaLevel(short v); \
6264 \
6265 [propget, id(DISPID_IHTMLELEMENT5_ARIALEVEL), displaybind, bindable]\
6266 short ariaLevel(); \
6267 \
6268 [propput, id(DISPID_IHTMLELEMENT5_ARIAVALUEMIN), displaybind, bindable] \
6269 void ariaValuemin(BSTR v); \
6270 \
6271 [propget, id(DISPID_IHTMLELEMENT5_ARIAVALUEMIN), displaybind, bindable] \
6272 BSTR ariaValuemin(); \
6273 \
6274 [propput, id(DISPID_IHTMLELEMENT5_ARIAVALUEMAX), displaybind, bindable] \
6275 void ariaValuemax(BSTR v); \
6276 \
6277 [propget, id(DISPID_IHTMLELEMENT5_ARIAVALUEMAX), displaybind, bindable] \
6278 BSTR ariaValuemax(); \
6279 \
6280 [propput, id(DISPID_IHTMLELEMENT5_ARIACONTROLS), displaybind, bindable] \
6281 void ariaControls(BSTR v); \
6282 \
6283 [propget, id(DISPID_IHTMLELEMENT5_ARIACONTROLS), displaybind, bindable] \
6284 BSTR ariaControls(); \
6285 \
6286 [propput, id(DISPID_IHTMLELEMENT5_ARIADESCRIBEDBY), displaybind, bindable] \
6287 void ariaDescribedby(BSTR v); \
6288 \
6289 [propget, id(DISPID_IHTMLELEMENT5_ARIADESCRIBEDBY), displaybind, bindable] \
6290 BSTR ariaDescribedby(); \
6291 \
6292 [propput, id(DISPID_IHTMLELEMENT5_ARIAFLOWTO), displaybind, bindable] \
6293 void ariaFlowto(BSTR v); \
6294 \
6295 [propget, id(DISPID_IHTMLELEMENT5_ARIAFLOWTO), displaybind, bindable] \
6296 BSTR ariaFlowto(); \
6297 \
6298 [propput, id(DISPID_IHTMLELEMENT5_ARIALABELLEDBY), displaybind, bindable] \
6299 void ariaLabelledby(BSTR v); \
6300 \
6301 [propget, id(DISPID_IHTMLELEMENT5_ARIALABELLEDBY), displaybind, bindable] \
6302 BSTR ariaLabelledby(); \
6303 \
6304 [propput, id(DISPID_IHTMLELEMENT5_ARIAACTIVEDESCENDANT), displaybind, bindable] \
6305 void ariaActivedescendant(BSTR v); \
6306 \
6307 [propget, id(DISPID_IHTMLELEMENT5_ARIAACTIVEDESCENDANT), displaybind, bindable] \
6308 BSTR ariaActivedescendant(); \
6309 \
6310 [propput, id(DISPID_IHTMLELEMENT5_ARIAOWNS), displaybind, bindable] \
6311 void ariaOwns(BSTR v); \
6312 \
6313 [propget, id(DISPID_IHTMLELEMENT5_ARIAOWNS), displaybind, bindable] \
6314 BSTR ariaOwns(); \
6315 \
6316 [id(DISPID_IHTMLELEMENT5_HASATTRIBUTES)] \
6317 VARIANT_BOOL hasAttributes(); \
6318 \
6319 [propput, id(DISPID_IHTMLELEMENT5_ARIALIVE), displaybind, bindable] \
6320 void ariaLive(BSTR v); \
6321 \
6322 [propget, id(DISPID_IHTMLELEMENT5_ARIALIVE), displaybind, bindable] \
6323 BSTR ariaLive(); \
6324 \
6325 [propput, id(DISPID_IHTMLELEMENT5_ARIARELEVANT), displaybind, bindable] \
6326 void ariaRelevant(BSTR v); \
6327 \
6328 [propget, id(DISPID_IHTMLELEMENT5_ARIARELEVANT), displaybind, bindable] \
6329 BSTR ariaRelevant()
6330
6331[
6332 odl,
6333 oleautomation,
6334 dual,
6335 uuid(3050f3f2-98b5-11cf-bb82-00aa00bdce0b)
6336]
6337interface IHTMLDatabinding : IDispatch
6338{
6339 [propput, id(DISPID_IHTMLDATABINDING_DATAFLD)]
6340 HRESULT dataFld([in] BSTR v);
6341
6342 [propget, id(DISPID_IHTMLDATABINDING_DATAFLD)]
6343 HRESULT dataFld([retval, out] BSTR * p);
6344
6345 [propput, id(DISPID_IHTMLDATABINDING_DATASRC)]
6346 HRESULT dataSrc([in] BSTR v);
6348 [propget, id(DISPID_IHTMLDATABINDING_DATASRC)]
6349 HRESULT dataSrc([retval, out] BSTR * p);
6350
6351 [propput, id(DISPID_IHTMLDATABINDING_DATAFORMATAS)]
6352 HRESULT dataFormatAs([in] BSTR v);
6353
6354 [propget, id(DISPID_IHTMLDATABINDING_DATAFORMATAS)]
6355 HRESULT dataFormatAs([retval, out] BSTR * p);
6356}
6357
6358#define WINE_IHTMLDATABINDING_DISPINTERFACE_DECL \
6359 [propput, id(DISPID_IHTMLDATABINDING_DATAFLD)] \
6360 void dataFld(BSTR v); \
6361 \
6362 [propget, id(DISPID_IHTMLDATABINDING_DATAFLD)] \
6363 BSTR dataFld(); \
6364 \
6365 [propput, id(DISPID_IHTMLDATABINDING_DATASRC)] \
6366 void dataSrc(BSTR v); \
6367 \
6368 [propget, id(DISPID_IHTMLDATABINDING_DATASRC)] \
6369 BSTR dataSrc(); \
6370 \
6371 [propput, id(DISPID_IHTMLDATABINDING_DATAFORMATAS)] \
6372 void dataFormatAs(BSTR v); \
6373 \
6374 [propget, id(DISPID_IHTMLDATABINDING_DATAFORMATAS)] \
6375 BSTR dataFormatAs()
6376
6377#define WINE_HTMLELEMENT_DISPINTERFACE_DECL \
6378 WINE_IHTMLELEMENT_DISPINTERFACE_DECL; \
6379 WINE_IHTMLELEMENT2_DISPINTERFACE_DECL; \
6380 WINE_IHTMLELEMENT3_DISPINTERFACE_DECL; \
6381 WINE_IHTMLELEMENT4_DISPINTERFACE_DECL; \
6382 WINE_IHTMLUNIQUENAME_DISPINTERFACE_DECL; \
6383 WINE_HTMLDOMNODE_DISPINTERFACE_DECL; \
6384 WINE_IHTMLELEMENT5_DISPINTERFACE_DECL; \
6385 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL
6386
6387#define WINE_HTMLDATAELEMENT_DISPINTERFACE_DECL \
6388 WINE_IHTMLELEMENT_DISPINTERFACE_DECL; \
6389 WINE_IHTMLELEMENT2_DISPINTERFACE_DECL; \
6390 WINE_IHTMLELEMENT3_DISPINTERFACE_DECL; \
6391 WINE_IHTMLELEMENT4_DISPINTERFACE_DECL; \
6392 WINE_IHTMLUNIQUENAME_DISPINTERFACE_DECL; \
6393 WINE_HTMLDOMNODE_DISPINTERFACE_DECL; \
6394 WINE_IHTMLDATABINDING_DISPINTERFACE_DECL; \
6395 WINE_IHTMLELEMENT5_DISPINTERFACE_DECL; \
6396 WINE_IELEMENTSELECTOR_DISPINTERFACE_DECL; \
6397 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL
6398
6399/*****************************************************************************
6400 * IHTMLGenericElement interface
6401 */
6402[
6403 odl,
6404 oleautomation,
6405 dual,
6406 uuid(3050f4b7-98b5-11cf-bb82-00aa00bdce0b)
6407]
6408interface IHTMLGenericElement : IDispatch
6409{
6410 [propget, id(DISPID_IHTMLGENERICELEMENT_RECORDSET), hidden]
6411 HRESULT recordset([out, retval] IDispatch **p);
6412
6413 [id(DISPID_IHTMLGENERICELEMENT_NAMEDRECORDSET)]
6414 HRESULT namedRecordset(
6415 [in] BSTR dataMember,
6416 [in, optional] VARIANT *hierarchy,
6417 [out, retval] IDispatch **ppRecordset);
6418}
6419
6420/*****************************************************************************
6421 * DispHTMLGenericElement dispinterface
6422 */
6423[
6424 hidden,
6425 uuid(3050f563-98b5-11cf-bb82-00aa00bdce0b)
6426]
6427dispinterface DispHTMLGenericElement
6428{
6429properties:
6430methods:
6431 WINE_HTMLDATAELEMENT_DISPINTERFACE_DECL;
6432
6433 [propget, id(DISPID_IHTMLGENERICELEMENT_RECORDSET), hidden]
6434 IDispatch *recordset();
6435
6436 [id(DISPID_IHTMLGENERICELEMENT_NAMEDRECORDSET)]
6437 IDispatch *namedRecordset(
6438 [in] BSTR dataMember,
6439 [in, optional] VARIANT *hierarchy);
6440}
6441
6442/*****************************************************************************
6443 * IHTMLStyleSheetRule interface
6444 */
6445[
6446 odl,
6447 oleautomation,
6448 dual,
6449 uuid(3050F357-98B5-11CF-BB82-00AA00BDCE0B)
6450]
6451interface IHTMLStyleSheetRule : IDispatch
6452{
6453 [propput, id(DISPID_IHTMLSTYLESHEETRULE_SELECTORTEXT)]
6454 HRESULT selectorText([in] BSTR v);
6455
6456 [propget, id(DISPID_IHTMLSTYLESHEETRULE_SELECTORTEXT)]
6457 HRESULT selectorText([retval, out] BSTR *p);
6458
6459 [propget, id(DISPID_IHTMLSTYLESHEETRULE_STYLE)]
6460 HRESULT style([retval, out] IHTMLRuleStyle **p);
6461
6462 [propget, id(DISPID_IHTMLSTYLESHEETRULE_READONLY)]
6463 HRESULT readOnly([retval, out] VARIANT_BOOL *p);
6464}
6465
6466[
6467 hidden,
6468 uuid(3050f50e-98b5-11cf-bb82-00aa00bdce0b)
6469]
6470dispinterface DispHTMLStyleSheetRule
6471{
6472properties:
6473methods:
6474 [propput, id(DISPID_IHTMLSTYLESHEETRULE_SELECTORTEXT)]
6475 void selectorText(BSTR v);
6477 [propget, id(DISPID_IHTMLSTYLESHEETRULE_SELECTORTEXT)]
6478 BSTR selectorText();
6479
6480 [propget, id(DISPID_IHTMLSTYLESHEETRULE_STYLE), nonbrowsable]
6481 IHTMLRuleStyle* style();
6483 [propget, id(DISPID_IHTMLSTYLESHEETRULE_READONLY)]
6484 VARIANT_BOOL readOnly();
6485
6486 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL;
6487}
6488
6489[
6490 noncreatable,
6491 uuid(3050f3ce-98b5-11cf-bb82-00aa00bdce0b)
6492]
6493coclass HTMLStyleSheetRule
6494{
6495 [default] dispinterface DispHTMLStyleSheetRule;
6496 interface IHTMLStyleSheetRule;
6497 interface IHTMLDOMConstructor;
6498}
6499
6500/*****************************************************************************
6501 * IHTMLStyleSheetRulesCollection interface
6502 */
6503[
6504 odl,
6505 oleautomation,
6506 dual,
6507 uuid(3050F2E5-98B5-11Cf-BB82-00AA00BDCE0B)
6508]
6509interface IHTMLStyleSheetRulesCollection : IDispatch
6510{
6511 [propget, id(DISPID_IHTMLSTYLESHEETRULESCOLLECTION_LENGTH)]
6512 HRESULT length([retval, out] LONG *p);
6513
6514 [id(DISPID_IHTMLSTYLESHEETRULESCOLLECTION_ITEM)]
6515 HRESULT item(
6516 [in] LONG index,
6517 [retval, out] IHTMLStyleSheetRule **ppHTMLStyleSheetRule);
6518}
6519
6520[
6521 hidden,
6522 uuid(3050f52f-98b5-11cf-bb82-00aa00bdce0b)
6523]
6524dispinterface DispHTMLStyleSheetRulesCollection
6525{
6526properties:
6527methods:
6528 [propget, id(DISPID_IHTMLSTYLESHEETRULESCOLLECTION_LENGTH)]
6529 long length();
6530
6531 [id(DISPID_IHTMLSTYLESHEETRULESCOLLECTION_ITEM)]
6532 IHTMLStyleSheetRule* item([in] long index);
6533
6534 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL;
6535}
6536
6537[
6538 noncreatable,
6539 uuid(3050f3cd-98b5-11cf-bb82-00aa00bdce0b)
6540]
6541coclass HTMLStyleSheetRulesCollection
6542{
6543 [default] dispinterface DispHTMLStyleSheetRulesCollection;
6544 interface IHTMLStyleSheetRulesCollection;
6545 interface IHTMLDOMConstructor;
6546}
6547
6548[
6549 odl,
6550 oleautomation,
6551 dual,
6552 uuid(3050f7ee-98b5-11cf-bb82-00aa00bdce0b)
6553]
6554interface IHTMLStyleSheetPage : IDispatch
6555{
6556 [propget, id(DISPID_IHTMLSTYLESHEETPAGE_SELECTOR)]
6557 HRESULT selector([retval, out] BSTR *p);
6558
6559 [propget, id(DISPID_IHTMLSTYLESHEETPAGE_PSEUDOCLASS)]
6560 HRESULT pseudoClass([retval, out] BSTR *p);
6561}
6562
6563[
6564 hidden,
6565 uuid(3050f540-98b5-11cf-bb82-00aa00bdce0b)
6566]
6567dispinterface DispHTMLStyleSheetPage
6568{
6569properties:
6570methods:
6571 [propget, id(DISPID_IHTMLSTYLESHEETPAGE_SELECTOR)]
6572 BSTR selector();
6573
6574 [propget, id(DISPID_IHTMLSTYLESHEETPAGE_PSEUDOCLASS)]
6575 BSTR pseudoClass();
6576
6577 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL;
6578}
6579[
6580 noncreatable,
6581 uuid(3050f7ef-98b5-11cf-bb82-00aa00bdce0b)
6582]
6583coclass HTMLStyleSheetPage
6584{
6585 [default] dispinterface DispHTMLStyleSheetPage;
6586 interface IHTMLStyleSheetPage;
6587 interface IHTMLDOMConstructor;
6588}
6589
6590[
6591 odl,
6592 oleautomation,
6593 dual,
6594 uuid(3050f7f0-98b5-11cf-bb82-00aa00bdce0b)
6595]
6596interface IHTMLStyleSheetPagesCollection : IDispatch
6597{
6598 [propget, id(DISPID_IHTMLSTYLESHEETPAGESCOLLECTION_LENGTH)]
6599 HRESULT length([retval, out] LONG *p);
6600
6601 [id(DISPID_IHTMLSTYLESHEETPAGESCOLLECTION_ITEM)]
6602 HRESULT item(
6603 [in] LONG index,
6604 [retval, out] IHTMLStyleSheetPage **ppHTMLStyleSheetPage);
6605}
6606
6607[
6608 hidden,
6609 uuid(3050f543-98b5-11cf-bb82-00aa00bdce0b)
6610]
6611dispinterface DispHTMLStyleSheetPagesCollection
6612{
6613properties:
6614methods:
6615 [propget, id(DISPID_IHTMLSTYLESHEETPAGESCOLLECTION_LENGTH)]
6616 long length();
6617
6618 [id(DISPID_IHTMLSTYLESHEETPAGESCOLLECTION_ITEM)]
6619 IHTMLStyleSheetPage* item([in] long index);
6620
6621 WINE_IHTMLDOMCONSTRUCTOR_DISPINTERFACE_DECL;
6622}
6623
6624[
6625 noncreatable,
6626 uuid(3050f7f1-98b5-11cf-bb82-00aa00bdce0b)
6627]
6628coclass HTMLStyleSheetPagesCollection
6629{
6630 [default] dispinterface DispHTMLStyleSheetPagesCollection;
6631 interface IHTMLStyleSheetPagesCollection;
6632 interface IHTMLDOMConstructor;
6633}
6634
6635/*****************************************************************************
6636 * IHTMLStyleSheet interface
6637 */
6638[
6639 odl,
6640 oleautomation,
6641 dual,
6642 uuid(3050F2E3-98B5-11CF-BB82-00AA00BDCE0B)
6643]
6644interface IHTMLStyleSheet : IDispatch
6645{
6646 [propput, id(DISPID_IHTMLSTYLESHEET_TITLE)]
6647 HRESULT title([in] BSTR v);
6648
6649 [propget, id(DISPID_IHTMLSTYLESHEET_TITLE)]
6650 HRESULT title([retval, out] BSTR *p);
6651
6652 [propget, id(DISPID_IHTMLSTYLESHEET_PARENTSTYLESHEET)]
6653 HRESULT parentStyleSheet([retval, out] IHTMLStyleSheet **p);
6654
6655 [propget, id(DISPID_IHTMLSTYLESHEET_OWNINGELEMENT)]
6656 HRESULT owningElement([retval, out] IHTMLElement **p);
6657
6658 [propput, id(DISPID_IHTMLSTYLESHEET_DISABLED)]
6659 HRESULT disabled([in] VARIANT_BOOL v);
6660
6661 [propget, id(DISPID_IHTMLSTYLESHEET_DISABLED)]
6662 HRESULT disabled([retval, out] VARIANT_BOOL *p);
6663
6664 [propget, id(DISPID_IHTMLSTYLESHEET_READONLY)]
6665 HRESULT readOnly([retval, out] VARIANT_BOOL *p);
6666
6667 [propget, id(DISPID_IHTMLSTYLESHEET_IMPORTS)]
6668 HRESULT imports([retval, out] IHTMLStyleSheetsCollection **p);
6669
6670 [propput, id(DISPID_IHTMLSTYLESHEET_HREF)]
6671 HRESULT href([in] BSTR v);
6672
6673 [propget, id(DISPID_IHTMLSTYLESHEET_HREF)]
6674 HRESULT href([retval, out] BSTR *p);
6675
6676 [propget, id(DISPID_IHTMLSTYLESHEET_TYPE)]
6677 HRESULT type([retval, out] BSTR *p);
6678
6679 [propget, id(DISPID_IHTMLSTYLESHEET_ID)]
6680 HRESULT id([retval, out] BSTR *p);
6681
6682 [id(DISPID_IHTMLSTYLESHEET_ADDIMPORT)]
6683 HRESULT addImport(
6684 [in] BSTR bstrURL,
6685 [defaultvalue(-1), in] LONG lIndex,
6686 [retval, out] LONG *plIndex);
6687
6688 [id(DISPID_IHTMLSTYLESHEET_ADDRULE)]
6689 HRESULT addRule(
6690 [in] BSTR bstrSelector,
6691 [in] BSTR bstrStyle,
6692 [defaultvalue(-1), in] LONG lIndex,
6693 [retval, out] LONG *plNewIndex);
6694
6695 [id(DISPID_IHTMLSTYLESHEET_REMOVEIMPORT)]
6696 HRESULT removeImport([in] LONG lIndex);
6697
6698 [id(DISPID_IHTMLSTYLESHEET_REMOVERULE)]
6699 HRESULT removeRule([in] LONG lIndex);
6700
6701 [propput, id(DISPID_IHTMLSTYLESHEET_MEDIA)]
6702 HRESULT media([in] BSTR v);
6703
6704 [propget, id(DISPID_IHTMLSTYLESHEET_MEDIA)]
6705 HRESULT media([retval, out] BSTR *p);
6706
6707 [propput, id(DISPID_IHTMLSTYLESHEET_CSSTEXT)]
6708 HRESULT cssText([in] BSTR v);
6709
6710 [propget, id(DISPID_IHTMLSTYLESHEET_CSSTEXT)]
6711 HRESULT cssText([retval, out] BSTR *p);
6712
6713 [propget, id(DISPID_IHTMLSTYLESHEET_RULES)]
6714 HRESULT rules([retval, out] IHTMLStyleSheetRulesCollection **p);
6715}
6716
6717/*****************************************************************************
6718 * IHTMLStyleSheet2 interface
6719 */
6720[
6721 odl,
6722 oleautomation,
6723 dual,
6724 uuid(3050f3d1-98b5-11cf-bb82-00aa00bdce0b)
6725]
6726interface IHTMLStyleSheet2 : IDispatch
6727{
6728 [propget, id(DISPID_IHTMLSTYLESHEET2_PAGES)]
6729 HRESULT pages([retval, out] IHTMLStyleSheetPagesCollection **p);
6730
6731 [id(DISPID_IHTMLSTYLESHEET2_ADDPAGERULE)]
6732 HRESULT addPageRule(
6733 [in] BSTR bstrSelector,
6734 [in] BSTR bstrStyle,
6735 [defaultvalue(-1), in] LONG lIndex,
6736 [retval, out] LONG *plNewIndex);
6737}
6738
6739[
6740 hidden,
6741 uuid(3050f58d-98b5-11cf-bb82-00aa00bdce0b)
6742]
6743dispinterface DispHTMLStyleSheet
6744{
6745properties:
6746methods:
6747 [propput, id(DISPID_IHTMLSTYLESHEET_TITLE)]
6748 void title(BSTR v);
6749
6750 [propget, id(DISPID_IHTMLSTYLESHEET_TITLE)]
6751 BSTR title();
6752
6753 [propget, id(DISPID_IHTMLSTYLESHEET_PARENTSTYLESHEET)]
6754 IHTMLStyleSheet* parentStyleSheet();
6755
6756 [propget, id(DISPID_IHTMLSTYLESHEET_OWNINGELEMENT)]
6757 IHTMLElement* owningElement();
6758
6759 [propput, id(DISPID_IHTMLSTYLESHEET_DISABLED)]
6760 void disabled(VARIANT_BOOL v);
6761
6762 [propget, id(DISPID_IHTMLSTYLESHEET_DISABLED)]
6763 VARIANT_BOOL disabled();
6764
6765 [propget, id(DISPID_IHTMLSTYLESHEET_READONLY)]
6766 VARIANT_BOOL readOnly();
6767
6768 [propget, id(DISPID_IHTMLSTYLESHEET_IMPORTS)]
6769 IHTMLStyleSheetsCollection* imports();
6770
6771 [propput, id(DISPID_IHTMLSTYLESHEET_HREF)]
6772 void href(BSTR v);
6773
6774 [propget, id(DISPID_IHTMLSTYLESHEET_HREF)]
6775 BSTR href();
6776
6777 [propget, id(DISPID_IHTMLSTYLESHEET_TYPE)]
6778 BSTR type();
6779
6780 [propget, id(DISPID_IHTMLSTYLESHEET_ID)]
6781 BSTR id();
6782
6783 [id(DISPID_IHTMLSTYLESHEET_ADDIMPORT)]
6784 LONG addImport(
6785 [in] BSTR bstrURL,
6786 [defaultvalue(-1), in] LONG lIndex);
6787
6788 [id(DISPID_IHTMLSTYLESHEET_ADDRULE)]
6789 LONG addRule(
6790 [in] BSTR bstrSelector,
6791 [in] BSTR bstrStyle,
6792 [defaultvalue(-1), in] LONG lIndex);
6793
6794 [id(DISPID_IHTMLSTYLESHEET_REMOVEIMPORT)]
6795 void removeImport([in] LONG lIndex);
6796
6797 [id(DISPID_IHTMLSTYLESHEET_REMOVERULE)]
6798 void removeRule([in] LONG lIndex);
6799
6800 [propput, id(DISPID_IHTMLSTYLESHEET_MEDIA)]
6801 void media(BSTR v);
6802
6803 [propget, id(DISPID_IHTMLSTYLESHEET_MEDIA)]
6804 BSTR media();
6805
6806 [propput, id(DISPID_IHTMLSTYLESHEET_CSSTEXT)]
6807 void cssText(BSTR v);
6808
6809 [propget, id(DISPID_IHTMLSTYLESHEET_CSSTEXT)]
6810 BSTR cssText();
6811
6812 [propget, id(DISPID_IHTMLSTYLESHEET_RULES)]
6813 IHTMLStyleSheetRulesCollection* rules();
6814
6815 [propget, id(DISPID_IHTMLSTYLESHEET2_PAGES)]
6816 IHTMLStyleSheetPagesCollection* pages();
6817
6818 [id(DISPID_IHTMLSTYLESHEET2_ADDPAGERULE)]
6819 LONG addPageRule(
6820 [in] BSTR bstrSelector,
6821 [in] BSTR bstrStyle,
6822 [defaultvalue(-1), in] LONG lIndex);
6823}
6824
6825[
6826 noncreatable,
6827 uuid(3050f2e4-98b5-11cf-bb82-00aa00bdce0b)
6828]
6829coclass HTMLStyleSheet
6830{
6831 [default] dispinterface DispHTMLStyleSheet;
6832 interface IHTMLStyleSheet;
6833 interface IHTMLStyleSheet2;
6834}
6835
6836/*****************************************************************************
6837 * IHTMLStyleSheetsCollection interface
6838 */
6839[
6840 odl,
6841 oleautomation,
6842 dual,
6843 uuid(3050F37E-98B5-11CF-BB82-00AA00BDCE0B)
6844]
6845interface IHTMLStyleSheetsCollection : IDispatch
6846{
6847 [propget, id(DISPID_IHTMLSTYLESHEETSCOLLECTION_LENGTH)]
6848 HRESULT length([retval, out] LONG *p);
6849
6850 [propget, id(DISPID_IHTMLSTYLESHEETSCOLLECTION__NEWENUM)]
6851 HRESULT _newEnum([retval, out] IUnknown **p);
6852
6853 [id(DISPID_IHTMLSTYLESHEETSCOLLECTION_ITEM)]
6854 HRESULT item(
6855 [in] VARIANT *pvarIndex,
6856 [retval, out] VARIANT *pvarResult);
6857}
6858
6859/*****************************************************************************
6860 * DispHTMLStyleSheetsCollection dispinterface
6861 */
6862[
6863 hidden,
6864 uuid(3050f547-98b5-11cf-bb82-00aa00bdce0b)
6865]
6866dispinterface DispHTMLStyleSheetsCollection
6867{
6868properties:
6869methods:
6870 [propget, id(DISPID_IHTMLSTYLESHEETSCOLLECTION_LENGTH)]
6871 long length();
6872
6873 [propget, id(DISPID_IHTMLSTYLESHEETSCOLLECTION__NEWENUM), hidden, restricted]
6874 IUnknown *_newEnum();
6875
6876 [id(DISPID_IHTMLSTYLESHEETSCOLLECTION_ITEM)]
6877 VARIANT item([in] VARIANT *pvarIndex);
6878
6879 [propget, id(DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR), hidden]
6880 IDispatch *constructor();
6881}
6882
6883/*****************************************************************************
6884 * IHTMLLinkElement interface
6885 */
6886[
6887 odl,
6888 oleautomation,
6889 dual,
6890 uuid(3050f205-98b5-11cf-bb82-00aa00bdce0b)
6891]
6892interface IHTMLLinkElement : IDispatch
6893{
6894 [propput, id(DISPID_IHTMLLINKELEMENT_HREF), displaybind, bindable]
6895 HRESULT href([in] BSTR v);
6896
6897 [propget, id(DISPID_IHTMLLINKELEMENT_HREF), displaybind, bindable]
6898 HRESULT href([out, retval] BSTR *p);
6899
6900 [propput, id(DISPID_IHTMLLINKELEMENT_REL), displaybind, bindable]
6901 HRESULT rel([in] BSTR v);
6902
6903 [propget, id(DISPID_IHTMLLINKELEMENT_REL), displaybind, bindable]
6904 HRESULT rel([out, retval] BSTR *p);
6905
6906 [propput, id(DISPID_IHTMLLINKELEMENT_REV), displaybind, bindable]
6907 HRESULT rev([in] BSTR v);
6908
6909 [propget, id(DISPID_IHTMLLINKELEMENT_REV), displaybind, bindable]
6910 HRESULT rev([out, retval] BSTR *p);
6911
6912 [propput, id(DISPID_IHTMLLINKELEMENT_TYPE), displaybind, bindable]
6913 HRESULT type([in] BSTR v);
6914
6915 [propget, id(DISPID_IHTMLLINKELEMENT_TYPE), displaybind, bindable]
6916 HRESULT type([out, retval] BSTR *p);
6917
6918 [propget, id(DISPID_IHTMLLINKELEMENT_READYSTATE)]
6919 HRESULT readyState([out, retval] BSTR *p);
6920
6921 [propput, id(DISPID_IHTMLLINKELEMENT_ONREADYSTATECHANGE), displaybind, bindable]
6922 HRESULT onreadystatechange([in] VARIANT v);
6923
6924 [propget, id(DISPID_IHTMLLINKELEMENT_ONREADYSTATECHANGE), displaybind, bindable]
6925 HRESULT onreadystatechange([out, retval] VARIANT *p);
6926
6927 [propput, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
6928 HRESULT onload([in] VARIANT v);
6929
6930 [propget, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
6931 HRESULT onload([out, retval] VARIANT *p);
6932
6933 [propput, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
6934 HRESULT onerror([in] VARIANT v);
6935
6936 [propget, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
6937 HRESULT onerror([out, retval] VARIANT *p);
6938
6939 [propget, id(DISPID_IHTMLLINKELEMENT_STYLESHEET)]
6940 HRESULT styleSheet([out, retval] IHTMLStyleSheet **p);
6941
6942 [propput, id(DISPID_IHTMLLINKELEMENT_DISABLED), displaybind, bindable]
6943 HRESULT disabled([in] VARIANT_BOOL v);
6944
6945 [propget, id(DISPID_IHTMLLINKELEMENT_DISABLED), displaybind, bindable]
6946 HRESULT disabled([out, retval] VARIANT_BOOL *p);
6947
6948 [propput, id(DISPID_IHTMLLINKELEMENT_MEDIA), displaybind, bindable]
6949 HRESULT media([in] BSTR v);
6950
6951 [propget, id(DISPID_IHTMLLINKELEMENT_MEDIA), displaybind, bindable]
6952 HRESULT media([out, retval] BSTR *p);
6953}
6954
6955/*****************************************************************************
6956 * IHTMLLinkElement2 interface
6957 */
6958[
6959 odl,
6960 oleautomation,
6961 dual,
6962 uuid(3050f4e5-98b5-11cf-bb82-00aa00bdce0b)
6963]
6964interface IHTMLLinkElement2 : IDispatch
6965{
6966 [propput, id(DISPID_IHTMLLINKELEMENT2_TARGET), displaybind, bindable]
6967 HRESULT target([in] BSTR v);
6968
6969 [propget, id(DISPID_IHTMLLINKELEMENT2_TARGET), displaybind, bindable]
6970 HRESULT target([out, retval] BSTR *p);
6971}
6972
6973/*****************************************************************************
6974 * IHTMLLinkElement3 interface
6975 */
6976[
6977 odl,
6978 oleautomation,
6979 dual,
6980 uuid(3050f81e-98b5-11cf-bb82-00aa00bdce0b)
6981]
6982interface IHTMLLinkElement3 : IDispatch
6983{
6984 [propput, id(DISPID_IHTMLLINKELEMENT3_CHARSET), displaybind, bindable]
6985 HRESULT charset([in] BSTR v);
6986
6987 [propget, id(DISPID_IHTMLLINKELEMENT3_CHARSET), displaybind, bindable]
6988 HRESULT charset([out, retval] BSTR *p);
6989
6990 [propput, id(DISPID_IHTMLLINKELEMENT3_HREFLANG), displaybind, bindable]
6991 HRESULT hreflang([in] BSTR v);
6992
6993 [propget, id(DISPID_IHTMLLINKELEMENT3_HREFLANG), displaybind, bindable]
6994 HRESULT hreflang([out, retval] BSTR *p);
6995}
6996
6997/*****************************************************************************
6998 * IHTMLLinkElement4 interface
6999 */
7000[
7001 odl,
7002 oleautomation,
7003 dual,
7004 uuid(3051043a-98b5-11cf-bb82-00aa00bdce0b)
7005]
7006interface IHTMLLinkElement4 : IDispatch
7007{
7008 [propput, id(DISPID_IHTMLLINKELEMENT4_IE8_HREF)]
7009 HRESULT href([in] BSTR v);
7010
7011 [propget, id(DISPID_IHTMLLINKELEMENT4_IE8_HREF)]
7012 HRESULT href([retval, out] BSTR * p);
7013}
7014
7015/*****************************************************************************
7016 * DispHTMLLinkElement dispinterface
7017 */
7018[
7019 hidden,
7020 uuid(3050f524-98b5-11cf-bb82-00aa00bdce0b)
7021]
7022dispinterface DispHTMLLinkElement
7023{
7024properties:
7025methods:
7026 WINE_HTMLELEMENT_DISPINTERFACE_DECL;
7027
7028 [propput, id(DISPID_IHTMLLINKELEMENT_HREF), displaybind, bindable]
7029 void href(BSTR v);
7030
7031 [propget, id(DISPID_IHTMLLINKELEMENT_HREF), displaybind, bindable]
7032 BSTR href();
7033
7034 [propput, id(DISPID_IHTMLLINKELEMENT_REL), displaybind, bindable]
7035 void rel(BSTR v);
7036
7037 [propget, id(DISPID_IHTMLLINKELEMENT_REL), displaybind, bindable]
7038 BSTR rel();
7039
7040 [propput, id(DISPID_IHTMLLINKELEMENT_REV), displaybind, bindable]
7041 void rev(BSTR v);
7042
7043 [propget, id(DISPID_IHTMLLINKELEMENT_REV), displaybind, bindable]
7044 BSTR rev();
7045
7046 [propput, id(DISPID_IHTMLLINKELEMENT_TYPE), displaybind, bindable]
7047 void type(BSTR v);
7048
7049 [propget, id(DISPID_IHTMLLINKELEMENT_TYPE), displaybind, bindable]
7050 BSTR type();
7051
7052 [propput, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
7053 void onload(VARIANT v);
7054
7055 [propget, id(DISPID_IHTMLLINKELEMENT_ONLOAD), displaybind, bindable]
7056 VARIANT onload();
7057
7058 [propput, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
7059 void onerror(VARIANT v);
7060
7061 [propget, id(DISPID_IHTMLLINKELEMENT_ONERROR), displaybind, bindable]
7062 VARIANT onerror();
7063
7064 [propget, id(DISPID_IHTMLLINKELEMENT_STYLESHEET)]
7065 IHTMLStyleSheet *styleSheet();
7066
7067 [propput, id(DISPID_IHTMLLINKELEMENT_MEDIA), displaybind, bindable]
7068 void media(BSTR v);
7069
7070 [propget, id(DISPID_IHTMLLINKELEMENT_MEDIA), displaybind, bindable]
7071 BSTR media();
7072
7073 [propput, id(DISPID_IHTMLLINKELEMENT2_TARGET), displaybind, bindable]
7074 void target(BSTR v);
7075
7076 [propget, id(DISPID_IHTMLLINKELEMENT2_TARGET), displaybind, bindable]
7077 BSTR target();
7078
7079 [propput, id(DISPID_IHTMLLINKELEMENT3_CHARSET), displaybind, bindable]
7080 void charset(BSTR v);
7081
7082 [propget, id(DISPID_IHTMLLINKELEMENT3_CHARSET), displaybind, bindable]
7083 BSTR charset();
7084
7085 [propput, id(DISPID_IHTMLLINKELEMENT3_HREFLANG), displaybind, bindable]
7086 void hreflang(BSTR v);
7087
7088 [propget, id(DISPID_IHTMLLINKELEMENT3_HREFLANG), displaybind, bindable]
7089 BSTR hreflang();
7090
7091 [propput, id(DISPID_IHTMLLINKELEMENT4_IE8_HREF)]
7092 void ie8_href(BSTR v);
7093
7094 [propget, id(DISPID_IHTMLLINKELEMENT4_IE8_HREF)]
7095 BSTR ie8_href();
7096}
7097
7098/*****************************************************************************
7099 * IHTMLTxtRange interface
7100 */
7101[
7102 odl,
7103 oleautomation,
7104 dual,
7105 uuid(3050f220-98b5-11cf-bb82-00aa00bdce0b)
7106]
7107interface IHTMLTxtRange : IDispatch
7108{
7109 [propget, id(DISPID_IHTMLTXTRANGE_HTMLTEXT)]
7110 HRESULT htmlText([retval, out] BSTR *p);
7111
7112 [propput, id(DISPID_IHTMLTXTRANGE_TEXT)]
7113 HRESULT text([in] BSTR v);
7114
7115 [propget, id(DISPID_IHTMLTXTRANGE_TEXT)]
7116 HRESULT text([retval, out] BSTR *p);
7117
7118 [id(DISPID_IHTMLTXTRANGE_PARENTELEMENT)]
7119 HRESULT parentElement([retval, out] IHTMLElement **parent);
7120
7121 [id(DISPID_IHTMLTXTRANGE_DUPLICATE)]
7122 HRESULT duplicate([retval, out] IHTMLTxtRange **Duplicate);
7123
7124 [id(DISPID_IHTMLTXTRANGE_INRANGE)]
7125 HRESULT inRange(
7126 [in] IHTMLTxtRange *Range,
7127 [retval, out] VARIANT_BOOL *InRange);
7128
7129 [id(DISPID_IHTMLTXTRANGE_ISEQUAL)]
7130 HRESULT isEqual(
7131 [in] IHTMLTxtRange *Range,
7132 [retval, out] VARIANT_BOOL *IsEqual);
7133
7134 [id(DISPID_IHTMLTXTRANGE_SCROLLINTOVIEW)]
7135 HRESULT scrollIntoView([defaultvalue(-1), in] VARIANT_BOOL fStart);
7136
7137 [id(DISPID_IHTMLTXTRANGE_COLLAPSE)]
7138 HRESULT collapse([defaultvalue(-1), in] VARIANT_BOOL Start);
7139
7140 [id(DISPID_IHTMLTXTRANGE_EXPAND)]
7141 HRESULT expand(
7142 [in] BSTR Unit,
7143 [retval, out] VARIANT_BOOL *Success);