OLD | NEW |
| (Empty) |
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
2 // for details. All rights reserved. Use of this source code is governed by a | |
3 // BSD-style license that can be found in the LICENSE file. | |
4 | |
5 // WARNING: Do not edit - generated code. | |
6 | |
7 interface $ID$EXTENDS default _$(ID)FactoryProvider { | |
8 $ID(); | |
9 $ID.css(String css); | |
10 | |
11 $!MEMBERS | |
12 | |
13 /** Gets the value of "animation" */ | |
14 String get animation(); | |
15 | |
16 /** Sets the value of "animation" */ | |
17 void set animation(var value); | |
18 | |
19 /** Gets the value of "animation-delay" */ | |
20 String get animationDelay(); | |
21 | |
22 /** Sets the value of "animation-delay" */ | |
23 void set animationDelay(var value); | |
24 | |
25 /** Gets the value of "animation-direction" */ | |
26 String get animationDirection(); | |
27 | |
28 /** Sets the value of "animation-direction" */ | |
29 void set animationDirection(var value); | |
30 | |
31 /** Gets the value of "animation-duration" */ | |
32 String get animationDuration(); | |
33 | |
34 /** Sets the value of "animation-duration" */ | |
35 void set animationDuration(var value); | |
36 | |
37 /** Gets the value of "animation-fill-mode" */ | |
38 String get animationFillMode(); | |
39 | |
40 /** Sets the value of "animation-fill-mode" */ | |
41 void set animationFillMode(var value); | |
42 | |
43 /** Gets the value of "animation-iteration-count" */ | |
44 String get animationIterationCount(); | |
45 | |
46 /** Sets the value of "animation-iteration-count" */ | |
47 void set animationIterationCount(var value); | |
48 | |
49 /** Gets the value of "animation-name" */ | |
50 String get animationName(); | |
51 | |
52 /** Sets the value of "animation-name" */ | |
53 void set animationName(var value); | |
54 | |
55 /** Gets the value of "animation-play-state" */ | |
56 String get animationPlayState(); | |
57 | |
58 /** Sets the value of "animation-play-state" */ | |
59 void set animationPlayState(var value); | |
60 | |
61 /** Gets the value of "animation-timing-function" */ | |
62 String get animationTimingFunction(); | |
63 | |
64 /** Sets the value of "animation-timing-function" */ | |
65 void set animationTimingFunction(var value); | |
66 | |
67 /** Gets the value of "appearance" */ | |
68 String get appearance(); | |
69 | |
70 /** Sets the value of "appearance" */ | |
71 void set appearance(var value); | |
72 | |
73 /** Gets the value of "backface-visibility" */ | |
74 String get backfaceVisibility(); | |
75 | |
76 /** Sets the value of "backface-visibility" */ | |
77 void set backfaceVisibility(var value); | |
78 | |
79 /** Gets the value of "background" */ | |
80 String get background(); | |
81 | |
82 /** Sets the value of "background" */ | |
83 void set background(var value); | |
84 | |
85 /** Gets the value of "background-attachment" */ | |
86 String get backgroundAttachment(); | |
87 | |
88 /** Sets the value of "background-attachment" */ | |
89 void set backgroundAttachment(var value); | |
90 | |
91 /** Gets the value of "background-clip" */ | |
92 String get backgroundClip(); | |
93 | |
94 /** Sets the value of "background-clip" */ | |
95 void set backgroundClip(var value); | |
96 | |
97 /** Gets the value of "background-color" */ | |
98 String get backgroundColor(); | |
99 | |
100 /** Sets the value of "background-color" */ | |
101 void set backgroundColor(var value); | |
102 | |
103 /** Gets the value of "background-composite" */ | |
104 String get backgroundComposite(); | |
105 | |
106 /** Sets the value of "background-composite" */ | |
107 void set backgroundComposite(var value); | |
108 | |
109 /** Gets the value of "background-image" */ | |
110 String get backgroundImage(); | |
111 | |
112 /** Sets the value of "background-image" */ | |
113 void set backgroundImage(var value); | |
114 | |
115 /** Gets the value of "background-origin" */ | |
116 String get backgroundOrigin(); | |
117 | |
118 /** Sets the value of "background-origin" */ | |
119 void set backgroundOrigin(var value); | |
120 | |
121 /** Gets the value of "background-position" */ | |
122 String get backgroundPosition(); | |
123 | |
124 /** Sets the value of "background-position" */ | |
125 void set backgroundPosition(var value); | |
126 | |
127 /** Gets the value of "background-position-x" */ | |
128 String get backgroundPositionX(); | |
129 | |
130 /** Sets the value of "background-position-x" */ | |
131 void set backgroundPositionX(var value); | |
132 | |
133 /** Gets the value of "background-position-y" */ | |
134 String get backgroundPositionY(); | |
135 | |
136 /** Sets the value of "background-position-y" */ | |
137 void set backgroundPositionY(var value); | |
138 | |
139 /** Gets the value of "background-repeat" */ | |
140 String get backgroundRepeat(); | |
141 | |
142 /** Sets the value of "background-repeat" */ | |
143 void set backgroundRepeat(var value); | |
144 | |
145 /** Gets the value of "background-repeat-x" */ | |
146 String get backgroundRepeatX(); | |
147 | |
148 /** Sets the value of "background-repeat-x" */ | |
149 void set backgroundRepeatX(var value); | |
150 | |
151 /** Gets the value of "background-repeat-y" */ | |
152 String get backgroundRepeatY(); | |
153 | |
154 /** Sets the value of "background-repeat-y" */ | |
155 void set backgroundRepeatY(var value); | |
156 | |
157 /** Gets the value of "background-size" */ | |
158 String get backgroundSize(); | |
159 | |
160 /** Sets the value of "background-size" */ | |
161 void set backgroundSize(var value); | |
162 | |
163 /** Gets the value of "border" */ | |
164 String get border(); | |
165 | |
166 /** Sets the value of "border" */ | |
167 void set border(var value); | |
168 | |
169 /** Gets the value of "border-after" */ | |
170 String get borderAfter(); | |
171 | |
172 /** Sets the value of "border-after" */ | |
173 void set borderAfter(var value); | |
174 | |
175 /** Gets the value of "border-after-color" */ | |
176 String get borderAfterColor(); | |
177 | |
178 /** Sets the value of "border-after-color" */ | |
179 void set borderAfterColor(var value); | |
180 | |
181 /** Gets the value of "border-after-style" */ | |
182 String get borderAfterStyle(); | |
183 | |
184 /** Sets the value of "border-after-style" */ | |
185 void set borderAfterStyle(var value); | |
186 | |
187 /** Gets the value of "border-after-width" */ | |
188 String get borderAfterWidth(); | |
189 | |
190 /** Sets the value of "border-after-width" */ | |
191 void set borderAfterWidth(var value); | |
192 | |
193 /** Gets the value of "border-before" */ | |
194 String get borderBefore(); | |
195 | |
196 /** Sets the value of "border-before" */ | |
197 void set borderBefore(var value); | |
198 | |
199 /** Gets the value of "border-before-color" */ | |
200 String get borderBeforeColor(); | |
201 | |
202 /** Sets the value of "border-before-color" */ | |
203 void set borderBeforeColor(var value); | |
204 | |
205 /** Gets the value of "border-before-style" */ | |
206 String get borderBeforeStyle(); | |
207 | |
208 /** Sets the value of "border-before-style" */ | |
209 void set borderBeforeStyle(var value); | |
210 | |
211 /** Gets the value of "border-before-width" */ | |
212 String get borderBeforeWidth(); | |
213 | |
214 /** Sets the value of "border-before-width" */ | |
215 void set borderBeforeWidth(var value); | |
216 | |
217 /** Gets the value of "border-bottom" */ | |
218 String get borderBottom(); | |
219 | |
220 /** Sets the value of "border-bottom" */ | |
221 void set borderBottom(var value); | |
222 | |
223 /** Gets the value of "border-bottom-color" */ | |
224 String get borderBottomColor(); | |
225 | |
226 /** Sets the value of "border-bottom-color" */ | |
227 void set borderBottomColor(var value); | |
228 | |
229 /** Gets the value of "border-bottom-left-radius" */ | |
230 String get borderBottomLeftRadius(); | |
231 | |
232 /** Sets the value of "border-bottom-left-radius" */ | |
233 void set borderBottomLeftRadius(var value); | |
234 | |
235 /** Gets the value of "border-bottom-right-radius" */ | |
236 String get borderBottomRightRadius(); | |
237 | |
238 /** Sets the value of "border-bottom-right-radius" */ | |
239 void set borderBottomRightRadius(var value); | |
240 | |
241 /** Gets the value of "border-bottom-style" */ | |
242 String get borderBottomStyle(); | |
243 | |
244 /** Sets the value of "border-bottom-style" */ | |
245 void set borderBottomStyle(var value); | |
246 | |
247 /** Gets the value of "border-bottom-width" */ | |
248 String get borderBottomWidth(); | |
249 | |
250 /** Sets the value of "border-bottom-width" */ | |
251 void set borderBottomWidth(var value); | |
252 | |
253 /** Gets the value of "border-collapse" */ | |
254 String get borderCollapse(); | |
255 | |
256 /** Sets the value of "border-collapse" */ | |
257 void set borderCollapse(var value); | |
258 | |
259 /** Gets the value of "border-color" */ | |
260 String get borderColor(); | |
261 | |
262 /** Sets the value of "border-color" */ | |
263 void set borderColor(var value); | |
264 | |
265 /** Gets the value of "border-end" */ | |
266 String get borderEnd(); | |
267 | |
268 /** Sets the value of "border-end" */ | |
269 void set borderEnd(var value); | |
270 | |
271 /** Gets the value of "border-end-color" */ | |
272 String get borderEndColor(); | |
273 | |
274 /** Sets the value of "border-end-color" */ | |
275 void set borderEndColor(var value); | |
276 | |
277 /** Gets the value of "border-end-style" */ | |
278 String get borderEndStyle(); | |
279 | |
280 /** Sets the value of "border-end-style" */ | |
281 void set borderEndStyle(var value); | |
282 | |
283 /** Gets the value of "border-end-width" */ | |
284 String get borderEndWidth(); | |
285 | |
286 /** Sets the value of "border-end-width" */ | |
287 void set borderEndWidth(var value); | |
288 | |
289 /** Gets the value of "border-fit" */ | |
290 String get borderFit(); | |
291 | |
292 /** Sets the value of "border-fit" */ | |
293 void set borderFit(var value); | |
294 | |
295 /** Gets the value of "border-horizontal-spacing" */ | |
296 String get borderHorizontalSpacing(); | |
297 | |
298 /** Sets the value of "border-horizontal-spacing" */ | |
299 void set borderHorizontalSpacing(var value); | |
300 | |
301 /** Gets the value of "border-image" */ | |
302 String get borderImage(); | |
303 | |
304 /** Sets the value of "border-image" */ | |
305 void set borderImage(var value); | |
306 | |
307 /** Gets the value of "border-image-outset" */ | |
308 String get borderImageOutset(); | |
309 | |
310 /** Sets the value of "border-image-outset" */ | |
311 void set borderImageOutset(var value); | |
312 | |
313 /** Gets the value of "border-image-repeat" */ | |
314 String get borderImageRepeat(); | |
315 | |
316 /** Sets the value of "border-image-repeat" */ | |
317 void set borderImageRepeat(var value); | |
318 | |
319 /** Gets the value of "border-image-slice" */ | |
320 String get borderImageSlice(); | |
321 | |
322 /** Sets the value of "border-image-slice" */ | |
323 void set borderImageSlice(var value); | |
324 | |
325 /** Gets the value of "border-image-source" */ | |
326 String get borderImageSource(); | |
327 | |
328 /** Sets the value of "border-image-source" */ | |
329 void set borderImageSource(var value); | |
330 | |
331 /** Gets the value of "border-image-width" */ | |
332 String get borderImageWidth(); | |
333 | |
334 /** Sets the value of "border-image-width" */ | |
335 void set borderImageWidth(var value); | |
336 | |
337 /** Gets the value of "border-left" */ | |
338 String get borderLeft(); | |
339 | |
340 /** Sets the value of "border-left" */ | |
341 void set borderLeft(var value); | |
342 | |
343 /** Gets the value of "border-left-color" */ | |
344 String get borderLeftColor(); | |
345 | |
346 /** Sets the value of "border-left-color" */ | |
347 void set borderLeftColor(var value); | |
348 | |
349 /** Gets the value of "border-left-style" */ | |
350 String get borderLeftStyle(); | |
351 | |
352 /** Sets the value of "border-left-style" */ | |
353 void set borderLeftStyle(var value); | |
354 | |
355 /** Gets the value of "border-left-width" */ | |
356 String get borderLeftWidth(); | |
357 | |
358 /** Sets the value of "border-left-width" */ | |
359 void set borderLeftWidth(var value); | |
360 | |
361 /** Gets the value of "border-radius" */ | |
362 String get borderRadius(); | |
363 | |
364 /** Sets the value of "border-radius" */ | |
365 void set borderRadius(var value); | |
366 | |
367 /** Gets the value of "border-right" */ | |
368 String get borderRight(); | |
369 | |
370 /** Sets the value of "border-right" */ | |
371 void set borderRight(var value); | |
372 | |
373 /** Gets the value of "border-right-color" */ | |
374 String get borderRightColor(); | |
375 | |
376 /** Sets the value of "border-right-color" */ | |
377 void set borderRightColor(var value); | |
378 | |
379 /** Gets the value of "border-right-style" */ | |
380 String get borderRightStyle(); | |
381 | |
382 /** Sets the value of "border-right-style" */ | |
383 void set borderRightStyle(var value); | |
384 | |
385 /** Gets the value of "border-right-width" */ | |
386 String get borderRightWidth(); | |
387 | |
388 /** Sets the value of "border-right-width" */ | |
389 void set borderRightWidth(var value); | |
390 | |
391 /** Gets the value of "border-spacing" */ | |
392 String get borderSpacing(); | |
393 | |
394 /** Sets the value of "border-spacing" */ | |
395 void set borderSpacing(var value); | |
396 | |
397 /** Gets the value of "border-start" */ | |
398 String get borderStart(); | |
399 | |
400 /** Sets the value of "border-start" */ | |
401 void set borderStart(var value); | |
402 | |
403 /** Gets the value of "border-start-color" */ | |
404 String get borderStartColor(); | |
405 | |
406 /** Sets the value of "border-start-color" */ | |
407 void set borderStartColor(var value); | |
408 | |
409 /** Gets the value of "border-start-style" */ | |
410 String get borderStartStyle(); | |
411 | |
412 /** Sets the value of "border-start-style" */ | |
413 void set borderStartStyle(var value); | |
414 | |
415 /** Gets the value of "border-start-width" */ | |
416 String get borderStartWidth(); | |
417 | |
418 /** Sets the value of "border-start-width" */ | |
419 void set borderStartWidth(var value); | |
420 | |
421 /** Gets the value of "border-style" */ | |
422 String get borderStyle(); | |
423 | |
424 /** Sets the value of "border-style" */ | |
425 void set borderStyle(var value); | |
426 | |
427 /** Gets the value of "border-top" */ | |
428 String get borderTop(); | |
429 | |
430 /** Sets the value of "border-top" */ | |
431 void set borderTop(var value); | |
432 | |
433 /** Gets the value of "border-top-color" */ | |
434 String get borderTopColor(); | |
435 | |
436 /** Sets the value of "border-top-color" */ | |
437 void set borderTopColor(var value); | |
438 | |
439 /** Gets the value of "border-top-left-radius" */ | |
440 String get borderTopLeftRadius(); | |
441 | |
442 /** Sets the value of "border-top-left-radius" */ | |
443 void set borderTopLeftRadius(var value); | |
444 | |
445 /** Gets the value of "border-top-right-radius" */ | |
446 String get borderTopRightRadius(); | |
447 | |
448 /** Sets the value of "border-top-right-radius" */ | |
449 void set borderTopRightRadius(var value); | |
450 | |
451 /** Gets the value of "border-top-style" */ | |
452 String get borderTopStyle(); | |
453 | |
454 /** Sets the value of "border-top-style" */ | |
455 void set borderTopStyle(var value); | |
456 | |
457 /** Gets the value of "border-top-width" */ | |
458 String get borderTopWidth(); | |
459 | |
460 /** Sets the value of "border-top-width" */ | |
461 void set borderTopWidth(var value); | |
462 | |
463 /** Gets the value of "border-vertical-spacing" */ | |
464 String get borderVerticalSpacing(); | |
465 | |
466 /** Sets the value of "border-vertical-spacing" */ | |
467 void set borderVerticalSpacing(var value); | |
468 | |
469 /** Gets the value of "border-width" */ | |
470 String get borderWidth(); | |
471 | |
472 /** Sets the value of "border-width" */ | |
473 void set borderWidth(var value); | |
474 | |
475 /** Gets the value of "bottom" */ | |
476 String get bottom(); | |
477 | |
478 /** Sets the value of "bottom" */ | |
479 void set bottom(var value); | |
480 | |
481 /** Gets the value of "box-align" */ | |
482 String get boxAlign(); | |
483 | |
484 /** Sets the value of "box-align" */ | |
485 void set boxAlign(var value); | |
486 | |
487 /** Gets the value of "box-direction" */ | |
488 String get boxDirection(); | |
489 | |
490 /** Sets the value of "box-direction" */ | |
491 void set boxDirection(var value); | |
492 | |
493 /** Gets the value of "box-flex" */ | |
494 String get boxFlex(); | |
495 | |
496 /** Sets the value of "box-flex" */ | |
497 void set boxFlex(var value); | |
498 | |
499 /** Gets the value of "box-flex-group" */ | |
500 String get boxFlexGroup(); | |
501 | |
502 /** Sets the value of "box-flex-group" */ | |
503 void set boxFlexGroup(var value); | |
504 | |
505 /** Gets the value of "box-lines" */ | |
506 String get boxLines(); | |
507 | |
508 /** Sets the value of "box-lines" */ | |
509 void set boxLines(var value); | |
510 | |
511 /** Gets the value of "box-ordinal-group" */ | |
512 String get boxOrdinalGroup(); | |
513 | |
514 /** Sets the value of "box-ordinal-group" */ | |
515 void set boxOrdinalGroup(var value); | |
516 | |
517 /** Gets the value of "box-orient" */ | |
518 String get boxOrient(); | |
519 | |
520 /** Sets the value of "box-orient" */ | |
521 void set boxOrient(var value); | |
522 | |
523 /** Gets the value of "box-pack" */ | |
524 String get boxPack(); | |
525 | |
526 /** Sets the value of "box-pack" */ | |
527 void set boxPack(var value); | |
528 | |
529 /** Gets the value of "box-reflect" */ | |
530 String get boxReflect(); | |
531 | |
532 /** Sets the value of "box-reflect" */ | |
533 void set boxReflect(var value); | |
534 | |
535 /** Gets the value of "box-shadow" */ | |
536 String get boxShadow(); | |
537 | |
538 /** Sets the value of "box-shadow" */ | |
539 void set boxShadow(var value); | |
540 | |
541 /** Gets the value of "box-sizing" */ | |
542 String get boxSizing(); | |
543 | |
544 /** Sets the value of "box-sizing" */ | |
545 void set boxSizing(var value); | |
546 | |
547 /** Gets the value of "caption-side" */ | |
548 String get captionSide(); | |
549 | |
550 /** Sets the value of "caption-side" */ | |
551 void set captionSide(var value); | |
552 | |
553 /** Gets the value of "clear" */ | |
554 String get clear(); | |
555 | |
556 /** Sets the value of "clear" */ | |
557 void set clear(var value); | |
558 | |
559 /** Gets the value of "clip" */ | |
560 String get clip(); | |
561 | |
562 /** Sets the value of "clip" */ | |
563 void set clip(var value); | |
564 | |
565 /** Gets the value of "color" */ | |
566 String get color(); | |
567 | |
568 /** Sets the value of "color" */ | |
569 void set color(var value); | |
570 | |
571 /** Gets the value of "color-correction" */ | |
572 String get colorCorrection(); | |
573 | |
574 /** Sets the value of "color-correction" */ | |
575 void set colorCorrection(var value); | |
576 | |
577 /** Gets the value of "column-break-after" */ | |
578 String get columnBreakAfter(); | |
579 | |
580 /** Sets the value of "column-break-after" */ | |
581 void set columnBreakAfter(var value); | |
582 | |
583 /** Gets the value of "column-break-before" */ | |
584 String get columnBreakBefore(); | |
585 | |
586 /** Sets the value of "column-break-before" */ | |
587 void set columnBreakBefore(var value); | |
588 | |
589 /** Gets the value of "column-break-inside" */ | |
590 String get columnBreakInside(); | |
591 | |
592 /** Sets the value of "column-break-inside" */ | |
593 void set columnBreakInside(var value); | |
594 | |
595 /** Gets the value of "column-count" */ | |
596 String get columnCount(); | |
597 | |
598 /** Sets the value of "column-count" */ | |
599 void set columnCount(var value); | |
600 | |
601 /** Gets the value of "column-gap" */ | |
602 String get columnGap(); | |
603 | |
604 /** Sets the value of "column-gap" */ | |
605 void set columnGap(var value); | |
606 | |
607 /** Gets the value of "column-rule" */ | |
608 String get columnRule(); | |
609 | |
610 /** Sets the value of "column-rule" */ | |
611 void set columnRule(var value); | |
612 | |
613 /** Gets the value of "column-rule-color" */ | |
614 String get columnRuleColor(); | |
615 | |
616 /** Sets the value of "column-rule-color" */ | |
617 void set columnRuleColor(var value); | |
618 | |
619 /** Gets the value of "column-rule-style" */ | |
620 String get columnRuleStyle(); | |
621 | |
622 /** Sets the value of "column-rule-style" */ | |
623 void set columnRuleStyle(var value); | |
624 | |
625 /** Gets the value of "column-rule-width" */ | |
626 String get columnRuleWidth(); | |
627 | |
628 /** Sets the value of "column-rule-width" */ | |
629 void set columnRuleWidth(var value); | |
630 | |
631 /** Gets the value of "column-span" */ | |
632 String get columnSpan(); | |
633 | |
634 /** Sets the value of "column-span" */ | |
635 void set columnSpan(var value); | |
636 | |
637 /** Gets the value of "column-width" */ | |
638 String get columnWidth(); | |
639 | |
640 /** Sets the value of "column-width" */ | |
641 void set columnWidth(var value); | |
642 | |
643 /** Gets the value of "columns" */ | |
644 String get columns(); | |
645 | |
646 /** Sets the value of "columns" */ | |
647 void set columns(var value); | |
648 | |
649 /** Gets the value of "content" */ | |
650 String get content(); | |
651 | |
652 /** Sets the value of "content" */ | |
653 void set content(var value); | |
654 | |
655 /** Gets the value of "counter-increment" */ | |
656 String get counterIncrement(); | |
657 | |
658 /** Sets the value of "counter-increment" */ | |
659 void set counterIncrement(var value); | |
660 | |
661 /** Gets the value of "counter-reset" */ | |
662 String get counterReset(); | |
663 | |
664 /** Sets the value of "counter-reset" */ | |
665 void set counterReset(var value); | |
666 | |
667 /** Gets the value of "cursor" */ | |
668 String get cursor(); | |
669 | |
670 /** Sets the value of "cursor" */ | |
671 void set cursor(var value); | |
672 | |
673 /** Gets the value of "direction" */ | |
674 String get direction(); | |
675 | |
676 /** Sets the value of "direction" */ | |
677 void set direction(var value); | |
678 | |
679 /** Gets the value of "display" */ | |
680 String get display(); | |
681 | |
682 /** Sets the value of "display" */ | |
683 void set display(var value); | |
684 | |
685 /** Gets the value of "empty-cells" */ | |
686 String get emptyCells(); | |
687 | |
688 /** Sets the value of "empty-cells" */ | |
689 void set emptyCells(var value); | |
690 | |
691 /** Gets the value of "filter" */ | |
692 String get filter(); | |
693 | |
694 /** Sets the value of "filter" */ | |
695 void set filter(var value); | |
696 | |
697 /** Gets the value of "flex-align" */ | |
698 String get flexAlign(); | |
699 | |
700 /** Sets the value of "flex-align" */ | |
701 void set flexAlign(var value); | |
702 | |
703 /** Gets the value of "flex-flow" */ | |
704 String get flexFlow(); | |
705 | |
706 /** Sets the value of "flex-flow" */ | |
707 void set flexFlow(var value); | |
708 | |
709 /** Gets the value of "flex-order" */ | |
710 String get flexOrder(); | |
711 | |
712 /** Sets the value of "flex-order" */ | |
713 void set flexOrder(var value); | |
714 | |
715 /** Gets the value of "flex-pack" */ | |
716 String get flexPack(); | |
717 | |
718 /** Sets the value of "flex-pack" */ | |
719 void set flexPack(var value); | |
720 | |
721 /** Gets the value of "float" */ | |
722 String get float(); | |
723 | |
724 /** Sets the value of "float" */ | |
725 void set float(var value); | |
726 | |
727 /** Gets the value of "flow-from" */ | |
728 String get flowFrom(); | |
729 | |
730 /** Sets the value of "flow-from" */ | |
731 void set flowFrom(var value); | |
732 | |
733 /** Gets the value of "flow-into" */ | |
734 String get flowInto(); | |
735 | |
736 /** Sets the value of "flow-into" */ | |
737 void set flowInto(var value); | |
738 | |
739 /** Gets the value of "font" */ | |
740 String get font(); | |
741 | |
742 /** Sets the value of "font" */ | |
743 void set font(var value); | |
744 | |
745 /** Gets the value of "font-family" */ | |
746 String get fontFamily(); | |
747 | |
748 /** Sets the value of "font-family" */ | |
749 void set fontFamily(var value); | |
750 | |
751 /** Gets the value of "font-feature-settings" */ | |
752 String get fontFeatureSettings(); | |
753 | |
754 /** Sets the value of "font-feature-settings" */ | |
755 void set fontFeatureSettings(var value); | |
756 | |
757 /** Gets the value of "font-size" */ | |
758 String get fontSize(); | |
759 | |
760 /** Sets the value of "font-size" */ | |
761 void set fontSize(var value); | |
762 | |
763 /** Gets the value of "font-size-delta" */ | |
764 String get fontSizeDelta(); | |
765 | |
766 /** Sets the value of "font-size-delta" */ | |
767 void set fontSizeDelta(var value); | |
768 | |
769 /** Gets the value of "font-smoothing" */ | |
770 String get fontSmoothing(); | |
771 | |
772 /** Sets the value of "font-smoothing" */ | |
773 void set fontSmoothing(var value); | |
774 | |
775 /** Gets the value of "font-stretch" */ | |
776 String get fontStretch(); | |
777 | |
778 /** Sets the value of "font-stretch" */ | |
779 void set fontStretch(var value); | |
780 | |
781 /** Gets the value of "font-style" */ | |
782 String get fontStyle(); | |
783 | |
784 /** Sets the value of "font-style" */ | |
785 void set fontStyle(var value); | |
786 | |
787 /** Gets the value of "font-variant" */ | |
788 String get fontVariant(); | |
789 | |
790 /** Sets the value of "font-variant" */ | |
791 void set fontVariant(var value); | |
792 | |
793 /** Gets the value of "font-weight" */ | |
794 String get fontWeight(); | |
795 | |
796 /** Sets the value of "font-weight" */ | |
797 void set fontWeight(var value); | |
798 | |
799 /** Gets the value of "height" */ | |
800 String get height(); | |
801 | |
802 /** Sets the value of "height" */ | |
803 void set height(var value); | |
804 | |
805 /** Gets the value of "highlight" */ | |
806 String get highlight(); | |
807 | |
808 /** Sets the value of "highlight" */ | |
809 void set highlight(var value); | |
810 | |
811 /** Gets the value of "hyphenate-character" */ | |
812 String get hyphenateCharacter(); | |
813 | |
814 /** Sets the value of "hyphenate-character" */ | |
815 void set hyphenateCharacter(var value); | |
816 | |
817 /** Gets the value of "hyphenate-limit-after" */ | |
818 String get hyphenateLimitAfter(); | |
819 | |
820 /** Sets the value of "hyphenate-limit-after" */ | |
821 void set hyphenateLimitAfter(var value); | |
822 | |
823 /** Gets the value of "hyphenate-limit-before" */ | |
824 String get hyphenateLimitBefore(); | |
825 | |
826 /** Sets the value of "hyphenate-limit-before" */ | |
827 void set hyphenateLimitBefore(var value); | |
828 | |
829 /** Gets the value of "hyphenate-limit-lines" */ | |
830 String get hyphenateLimitLines(); | |
831 | |
832 /** Sets the value of "hyphenate-limit-lines" */ | |
833 void set hyphenateLimitLines(var value); | |
834 | |
835 /** Gets the value of "hyphens" */ | |
836 String get hyphens(); | |
837 | |
838 /** Sets the value of "hyphens" */ | |
839 void set hyphens(var value); | |
840 | |
841 /** Gets the value of "image-rendering" */ | |
842 String get imageRendering(); | |
843 | |
844 /** Sets the value of "image-rendering" */ | |
845 void set imageRendering(var value); | |
846 | |
847 /** Gets the value of "left" */ | |
848 String get left(); | |
849 | |
850 /** Sets the value of "left" */ | |
851 void set left(var value); | |
852 | |
853 /** Gets the value of "letter-spacing" */ | |
854 String get letterSpacing(); | |
855 | |
856 /** Sets the value of "letter-spacing" */ | |
857 void set letterSpacing(var value); | |
858 | |
859 /** Gets the value of "line-box-contain" */ | |
860 String get lineBoxContain(); | |
861 | |
862 /** Sets the value of "line-box-contain" */ | |
863 void set lineBoxContain(var value); | |
864 | |
865 /** Gets the value of "line-break" */ | |
866 String get lineBreak(); | |
867 | |
868 /** Sets the value of "line-break" */ | |
869 void set lineBreak(var value); | |
870 | |
871 /** Gets the value of "line-clamp" */ | |
872 String get lineClamp(); | |
873 | |
874 /** Sets the value of "line-clamp" */ | |
875 void set lineClamp(var value); | |
876 | |
877 /** Gets the value of "line-height" */ | |
878 String get lineHeight(); | |
879 | |
880 /** Sets the value of "line-height" */ | |
881 void set lineHeight(var value); | |
882 | |
883 /** Gets the value of "list-style" */ | |
884 String get listStyle(); | |
885 | |
886 /** Sets the value of "list-style" */ | |
887 void set listStyle(var value); | |
888 | |
889 /** Gets the value of "list-style-image" */ | |
890 String get listStyleImage(); | |
891 | |
892 /** Sets the value of "list-style-image" */ | |
893 void set listStyleImage(var value); | |
894 | |
895 /** Gets the value of "list-style-position" */ | |
896 String get listStylePosition(); | |
897 | |
898 /** Sets the value of "list-style-position" */ | |
899 void set listStylePosition(var value); | |
900 | |
901 /** Gets the value of "list-style-type" */ | |
902 String get listStyleType(); | |
903 | |
904 /** Sets the value of "list-style-type" */ | |
905 void set listStyleType(var value); | |
906 | |
907 /** Gets the value of "locale" */ | |
908 String get locale(); | |
909 | |
910 /** Sets the value of "locale" */ | |
911 void set locale(var value); | |
912 | |
913 /** Gets the value of "logical-height" */ | |
914 String get logicalHeight(); | |
915 | |
916 /** Sets the value of "logical-height" */ | |
917 void set logicalHeight(var value); | |
918 | |
919 /** Gets the value of "logical-width" */ | |
920 String get logicalWidth(); | |
921 | |
922 /** Sets the value of "logical-width" */ | |
923 void set logicalWidth(var value); | |
924 | |
925 /** Gets the value of "margin" */ | |
926 String get margin(); | |
927 | |
928 /** Sets the value of "margin" */ | |
929 void set margin(var value); | |
930 | |
931 /** Gets the value of "margin-after" */ | |
932 String get marginAfter(); | |
933 | |
934 /** Sets the value of "margin-after" */ | |
935 void set marginAfter(var value); | |
936 | |
937 /** Gets the value of "margin-after-collapse" */ | |
938 String get marginAfterCollapse(); | |
939 | |
940 /** Sets the value of "margin-after-collapse" */ | |
941 void set marginAfterCollapse(var value); | |
942 | |
943 /** Gets the value of "margin-before" */ | |
944 String get marginBefore(); | |
945 | |
946 /** Sets the value of "margin-before" */ | |
947 void set marginBefore(var value); | |
948 | |
949 /** Gets the value of "margin-before-collapse" */ | |
950 String get marginBeforeCollapse(); | |
951 | |
952 /** Sets the value of "margin-before-collapse" */ | |
953 void set marginBeforeCollapse(var value); | |
954 | |
955 /** Gets the value of "margin-bottom" */ | |
956 String get marginBottom(); | |
957 | |
958 /** Sets the value of "margin-bottom" */ | |
959 void set marginBottom(var value); | |
960 | |
961 /** Gets the value of "margin-bottom-collapse" */ | |
962 String get marginBottomCollapse(); | |
963 | |
964 /** Sets the value of "margin-bottom-collapse" */ | |
965 void set marginBottomCollapse(var value); | |
966 | |
967 /** Gets the value of "margin-collapse" */ | |
968 String get marginCollapse(); | |
969 | |
970 /** Sets the value of "margin-collapse" */ | |
971 void set marginCollapse(var value); | |
972 | |
973 /** Gets the value of "margin-end" */ | |
974 String get marginEnd(); | |
975 | |
976 /** Sets the value of "margin-end" */ | |
977 void set marginEnd(var value); | |
978 | |
979 /** Gets the value of "margin-left" */ | |
980 String get marginLeft(); | |
981 | |
982 /** Sets the value of "margin-left" */ | |
983 void set marginLeft(var value); | |
984 | |
985 /** Gets the value of "margin-right" */ | |
986 String get marginRight(); | |
987 | |
988 /** Sets the value of "margin-right" */ | |
989 void set marginRight(var value); | |
990 | |
991 /** Gets the value of "margin-start" */ | |
992 String get marginStart(); | |
993 | |
994 /** Sets the value of "margin-start" */ | |
995 void set marginStart(var value); | |
996 | |
997 /** Gets the value of "margin-top" */ | |
998 String get marginTop(); | |
999 | |
1000 /** Sets the value of "margin-top" */ | |
1001 void set marginTop(var value); | |
1002 | |
1003 /** Gets the value of "margin-top-collapse" */ | |
1004 String get marginTopCollapse(); | |
1005 | |
1006 /** Sets the value of "margin-top-collapse" */ | |
1007 void set marginTopCollapse(var value); | |
1008 | |
1009 /** Gets the value of "marquee" */ | |
1010 String get marquee(); | |
1011 | |
1012 /** Sets the value of "marquee" */ | |
1013 void set marquee(var value); | |
1014 | |
1015 /** Gets the value of "marquee-direction" */ | |
1016 String get marqueeDirection(); | |
1017 | |
1018 /** Sets the value of "marquee-direction" */ | |
1019 void set marqueeDirection(var value); | |
1020 | |
1021 /** Gets the value of "marquee-increment" */ | |
1022 String get marqueeIncrement(); | |
1023 | |
1024 /** Sets the value of "marquee-increment" */ | |
1025 void set marqueeIncrement(var value); | |
1026 | |
1027 /** Gets the value of "marquee-repetition" */ | |
1028 String get marqueeRepetition(); | |
1029 | |
1030 /** Sets the value of "marquee-repetition" */ | |
1031 void set marqueeRepetition(var value); | |
1032 | |
1033 /** Gets the value of "marquee-speed" */ | |
1034 String get marqueeSpeed(); | |
1035 | |
1036 /** Sets the value of "marquee-speed" */ | |
1037 void set marqueeSpeed(var value); | |
1038 | |
1039 /** Gets the value of "marquee-style" */ | |
1040 String get marqueeStyle(); | |
1041 | |
1042 /** Sets the value of "marquee-style" */ | |
1043 void set marqueeStyle(var value); | |
1044 | |
1045 /** Gets the value of "mask" */ | |
1046 String get mask(); | |
1047 | |
1048 /** Sets the value of "mask" */ | |
1049 void set mask(var value); | |
1050 | |
1051 /** Gets the value of "mask-attachment" */ | |
1052 String get maskAttachment(); | |
1053 | |
1054 /** Sets the value of "mask-attachment" */ | |
1055 void set maskAttachment(var value); | |
1056 | |
1057 /** Gets the value of "mask-box-image" */ | |
1058 String get maskBoxImage(); | |
1059 | |
1060 /** Sets the value of "mask-box-image" */ | |
1061 void set maskBoxImage(var value); | |
1062 | |
1063 /** Gets the value of "mask-box-image-outset" */ | |
1064 String get maskBoxImageOutset(); | |
1065 | |
1066 /** Sets the value of "mask-box-image-outset" */ | |
1067 void set maskBoxImageOutset(var value); | |
1068 | |
1069 /** Gets the value of "mask-box-image-repeat" */ | |
1070 String get maskBoxImageRepeat(); | |
1071 | |
1072 /** Sets the value of "mask-box-image-repeat" */ | |
1073 void set maskBoxImageRepeat(var value); | |
1074 | |
1075 /** Gets the value of "mask-box-image-slice" */ | |
1076 String get maskBoxImageSlice(); | |
1077 | |
1078 /** Sets the value of "mask-box-image-slice" */ | |
1079 void set maskBoxImageSlice(var value); | |
1080 | |
1081 /** Gets the value of "mask-box-image-source" */ | |
1082 String get maskBoxImageSource(); | |
1083 | |
1084 /** Sets the value of "mask-box-image-source" */ | |
1085 void set maskBoxImageSource(var value); | |
1086 | |
1087 /** Gets the value of "mask-box-image-width" */ | |
1088 String get maskBoxImageWidth(); | |
1089 | |
1090 /** Sets the value of "mask-box-image-width" */ | |
1091 void set maskBoxImageWidth(var value); | |
1092 | |
1093 /** Gets the value of "mask-clip" */ | |
1094 String get maskClip(); | |
1095 | |
1096 /** Sets the value of "mask-clip" */ | |
1097 void set maskClip(var value); | |
1098 | |
1099 /** Gets the value of "mask-composite" */ | |
1100 String get maskComposite(); | |
1101 | |
1102 /** Sets the value of "mask-composite" */ | |
1103 void set maskComposite(var value); | |
1104 | |
1105 /** Gets the value of "mask-image" */ | |
1106 String get maskImage(); | |
1107 | |
1108 /** Sets the value of "mask-image" */ | |
1109 void set maskImage(var value); | |
1110 | |
1111 /** Gets the value of "mask-origin" */ | |
1112 String get maskOrigin(); | |
1113 | |
1114 /** Sets the value of "mask-origin" */ | |
1115 void set maskOrigin(var value); | |
1116 | |
1117 /** Gets the value of "mask-position" */ | |
1118 String get maskPosition(); | |
1119 | |
1120 /** Sets the value of "mask-position" */ | |
1121 void set maskPosition(var value); | |
1122 | |
1123 /** Gets the value of "mask-position-x" */ | |
1124 String get maskPositionX(); | |
1125 | |
1126 /** Sets the value of "mask-position-x" */ | |
1127 void set maskPositionX(var value); | |
1128 | |
1129 /** Gets the value of "mask-position-y" */ | |
1130 String get maskPositionY(); | |
1131 | |
1132 /** Sets the value of "mask-position-y" */ | |
1133 void set maskPositionY(var value); | |
1134 | |
1135 /** Gets the value of "mask-repeat" */ | |
1136 String get maskRepeat(); | |
1137 | |
1138 /** Sets the value of "mask-repeat" */ | |
1139 void set maskRepeat(var value); | |
1140 | |
1141 /** Gets the value of "mask-repeat-x" */ | |
1142 String get maskRepeatX(); | |
1143 | |
1144 /** Sets the value of "mask-repeat-x" */ | |
1145 void set maskRepeatX(var value); | |
1146 | |
1147 /** Gets the value of "mask-repeat-y" */ | |
1148 String get maskRepeatY(); | |
1149 | |
1150 /** Sets the value of "mask-repeat-y" */ | |
1151 void set maskRepeatY(var value); | |
1152 | |
1153 /** Gets the value of "mask-size" */ | |
1154 String get maskSize(); | |
1155 | |
1156 /** Sets the value of "mask-size" */ | |
1157 void set maskSize(var value); | |
1158 | |
1159 /** Gets the value of "match-nearest-mail-blockquote-color" */ | |
1160 String get matchNearestMailBlockquoteColor(); | |
1161 | |
1162 /** Sets the value of "match-nearest-mail-blockquote-color" */ | |
1163 void set matchNearestMailBlockquoteColor(var value); | |
1164 | |
1165 /** Gets the value of "max-height" */ | |
1166 String get maxHeight(); | |
1167 | |
1168 /** Sets the value of "max-height" */ | |
1169 void set maxHeight(var value); | |
1170 | |
1171 /** Gets the value of "max-logical-height" */ | |
1172 String get maxLogicalHeight(); | |
1173 | |
1174 /** Sets the value of "max-logical-height" */ | |
1175 void set maxLogicalHeight(var value); | |
1176 | |
1177 /** Gets the value of "max-logical-width" */ | |
1178 String get maxLogicalWidth(); | |
1179 | |
1180 /** Sets the value of "max-logical-width" */ | |
1181 void set maxLogicalWidth(var value); | |
1182 | |
1183 /** Gets the value of "max-width" */ | |
1184 String get maxWidth(); | |
1185 | |
1186 /** Sets the value of "max-width" */ | |
1187 void set maxWidth(var value); | |
1188 | |
1189 /** Gets the value of "min-height" */ | |
1190 String get minHeight(); | |
1191 | |
1192 /** Sets the value of "min-height" */ | |
1193 void set minHeight(var value); | |
1194 | |
1195 /** Gets the value of "min-logical-height" */ | |
1196 String get minLogicalHeight(); | |
1197 | |
1198 /** Sets the value of "min-logical-height" */ | |
1199 void set minLogicalHeight(var value); | |
1200 | |
1201 /** Gets the value of "min-logical-width" */ | |
1202 String get minLogicalWidth(); | |
1203 | |
1204 /** Sets the value of "min-logical-width" */ | |
1205 void set minLogicalWidth(var value); | |
1206 | |
1207 /** Gets the value of "min-width" */ | |
1208 String get minWidth(); | |
1209 | |
1210 /** Sets the value of "min-width" */ | |
1211 void set minWidth(var value); | |
1212 | |
1213 /** Gets the value of "nbsp-mode" */ | |
1214 String get nbspMode(); | |
1215 | |
1216 /** Sets the value of "nbsp-mode" */ | |
1217 void set nbspMode(var value); | |
1218 | |
1219 /** Gets the value of "opacity" */ | |
1220 String get opacity(); | |
1221 | |
1222 /** Sets the value of "opacity" */ | |
1223 void set opacity(var value); | |
1224 | |
1225 /** Gets the value of "orphans" */ | |
1226 String get orphans(); | |
1227 | |
1228 /** Sets the value of "orphans" */ | |
1229 void set orphans(var value); | |
1230 | |
1231 /** Gets the value of "outline" */ | |
1232 String get outline(); | |
1233 | |
1234 /** Sets the value of "outline" */ | |
1235 void set outline(var value); | |
1236 | |
1237 /** Gets the value of "outline-color" */ | |
1238 String get outlineColor(); | |
1239 | |
1240 /** Sets the value of "outline-color" */ | |
1241 void set outlineColor(var value); | |
1242 | |
1243 /** Gets the value of "outline-offset" */ | |
1244 String get outlineOffset(); | |
1245 | |
1246 /** Sets the value of "outline-offset" */ | |
1247 void set outlineOffset(var value); | |
1248 | |
1249 /** Gets the value of "outline-style" */ | |
1250 String get outlineStyle(); | |
1251 | |
1252 /** Sets the value of "outline-style" */ | |
1253 void set outlineStyle(var value); | |
1254 | |
1255 /** Gets the value of "outline-width" */ | |
1256 String get outlineWidth(); | |
1257 | |
1258 /** Sets the value of "outline-width" */ | |
1259 void set outlineWidth(var value); | |
1260 | |
1261 /** Gets the value of "overflow" */ | |
1262 String get overflow(); | |
1263 | |
1264 /** Sets the value of "overflow" */ | |
1265 void set overflow(var value); | |
1266 | |
1267 /** Gets the value of "overflow-x" */ | |
1268 String get overflowX(); | |
1269 | |
1270 /** Sets the value of "overflow-x" */ | |
1271 void set overflowX(var value); | |
1272 | |
1273 /** Gets the value of "overflow-y" */ | |
1274 String get overflowY(); | |
1275 | |
1276 /** Sets the value of "overflow-y" */ | |
1277 void set overflowY(var value); | |
1278 | |
1279 /** Gets the value of "padding" */ | |
1280 String get padding(); | |
1281 | |
1282 /** Sets the value of "padding" */ | |
1283 void set padding(var value); | |
1284 | |
1285 /** Gets the value of "padding-after" */ | |
1286 String get paddingAfter(); | |
1287 | |
1288 /** Sets the value of "padding-after" */ | |
1289 void set paddingAfter(var value); | |
1290 | |
1291 /** Gets the value of "padding-before" */ | |
1292 String get paddingBefore(); | |
1293 | |
1294 /** Sets the value of "padding-before" */ | |
1295 void set paddingBefore(var value); | |
1296 | |
1297 /** Gets the value of "padding-bottom" */ | |
1298 String get paddingBottom(); | |
1299 | |
1300 /** Sets the value of "padding-bottom" */ | |
1301 void set paddingBottom(var value); | |
1302 | |
1303 /** Gets the value of "padding-end" */ | |
1304 String get paddingEnd(); | |
1305 | |
1306 /** Sets the value of "padding-end" */ | |
1307 void set paddingEnd(var value); | |
1308 | |
1309 /** Gets the value of "padding-left" */ | |
1310 String get paddingLeft(); | |
1311 | |
1312 /** Sets the value of "padding-left" */ | |
1313 void set paddingLeft(var value); | |
1314 | |
1315 /** Gets the value of "padding-right" */ | |
1316 String get paddingRight(); | |
1317 | |
1318 /** Sets the value of "padding-right" */ | |
1319 void set paddingRight(var value); | |
1320 | |
1321 /** Gets the value of "padding-start" */ | |
1322 String get paddingStart(); | |
1323 | |
1324 /** Sets the value of "padding-start" */ | |
1325 void set paddingStart(var value); | |
1326 | |
1327 /** Gets the value of "padding-top" */ | |
1328 String get paddingTop(); | |
1329 | |
1330 /** Sets the value of "padding-top" */ | |
1331 void set paddingTop(var value); | |
1332 | |
1333 /** Gets the value of "page" */ | |
1334 String get page(); | |
1335 | |
1336 /** Sets the value of "page" */ | |
1337 void set page(var value); | |
1338 | |
1339 /** Gets the value of "page-break-after" */ | |
1340 String get pageBreakAfter(); | |
1341 | |
1342 /** Sets the value of "page-break-after" */ | |
1343 void set pageBreakAfter(var value); | |
1344 | |
1345 /** Gets the value of "page-break-before" */ | |
1346 String get pageBreakBefore(); | |
1347 | |
1348 /** Sets the value of "page-break-before" */ | |
1349 void set pageBreakBefore(var value); | |
1350 | |
1351 /** Gets the value of "page-break-inside" */ | |
1352 String get pageBreakInside(); | |
1353 | |
1354 /** Sets the value of "page-break-inside" */ | |
1355 void set pageBreakInside(var value); | |
1356 | |
1357 /** Gets the value of "perspective" */ | |
1358 String get perspective(); | |
1359 | |
1360 /** Sets the value of "perspective" */ | |
1361 void set perspective(var value); | |
1362 | |
1363 /** Gets the value of "perspective-origin" */ | |
1364 String get perspectiveOrigin(); | |
1365 | |
1366 /** Sets the value of "perspective-origin" */ | |
1367 void set perspectiveOrigin(var value); | |
1368 | |
1369 /** Gets the value of "perspective-origin-x" */ | |
1370 String get perspectiveOriginX(); | |
1371 | |
1372 /** Sets the value of "perspective-origin-x" */ | |
1373 void set perspectiveOriginX(var value); | |
1374 | |
1375 /** Gets the value of "perspective-origin-y" */ | |
1376 String get perspectiveOriginY(); | |
1377 | |
1378 /** Sets the value of "perspective-origin-y" */ | |
1379 void set perspectiveOriginY(var value); | |
1380 | |
1381 /** Gets the value of "pointer-events" */ | |
1382 String get pointerEvents(); | |
1383 | |
1384 /** Sets the value of "pointer-events" */ | |
1385 void set pointerEvents(var value); | |
1386 | |
1387 /** Gets the value of "position" */ | |
1388 String get position(); | |
1389 | |
1390 /** Sets the value of "position" */ | |
1391 void set position(var value); | |
1392 | |
1393 /** Gets the value of "quotes" */ | |
1394 String get quotes(); | |
1395 | |
1396 /** Sets the value of "quotes" */ | |
1397 void set quotes(var value); | |
1398 | |
1399 /** Gets the value of "region-break-after" */ | |
1400 String get regionBreakAfter(); | |
1401 | |
1402 /** Sets the value of "region-break-after" */ | |
1403 void set regionBreakAfter(var value); | |
1404 | |
1405 /** Gets the value of "region-break-before" */ | |
1406 String get regionBreakBefore(); | |
1407 | |
1408 /** Sets the value of "region-break-before" */ | |
1409 void set regionBreakBefore(var value); | |
1410 | |
1411 /** Gets the value of "region-break-inside" */ | |
1412 String get regionBreakInside(); | |
1413 | |
1414 /** Sets the value of "region-break-inside" */ | |
1415 void set regionBreakInside(var value); | |
1416 | |
1417 /** Gets the value of "region-overflow" */ | |
1418 String get regionOverflow(); | |
1419 | |
1420 /** Sets the value of "region-overflow" */ | |
1421 void set regionOverflow(var value); | |
1422 | |
1423 /** Gets the value of "resize" */ | |
1424 String get resize(); | |
1425 | |
1426 /** Sets the value of "resize" */ | |
1427 void set resize(var value); | |
1428 | |
1429 /** Gets the value of "right" */ | |
1430 String get right(); | |
1431 | |
1432 /** Sets the value of "right" */ | |
1433 void set right(var value); | |
1434 | |
1435 /** Gets the value of "rtl-ordering" */ | |
1436 String get rtlOrdering(); | |
1437 | |
1438 /** Sets the value of "rtl-ordering" */ | |
1439 void set rtlOrdering(var value); | |
1440 | |
1441 /** Gets the value of "size" */ | |
1442 String get size(); | |
1443 | |
1444 /** Sets the value of "size" */ | |
1445 void set size(var value); | |
1446 | |
1447 /** Gets the value of "speak" */ | |
1448 String get speak(); | |
1449 | |
1450 /** Sets the value of "speak" */ | |
1451 void set speak(var value); | |
1452 | |
1453 /** Gets the value of "src" */ | |
1454 String get src(); | |
1455 | |
1456 /** Sets the value of "src" */ | |
1457 void set src(var value); | |
1458 | |
1459 /** Gets the value of "table-layout" */ | |
1460 String get tableLayout(); | |
1461 | |
1462 /** Sets the value of "table-layout" */ | |
1463 void set tableLayout(var value); | |
1464 | |
1465 /** Gets the value of "tap-highlight-color" */ | |
1466 String get tapHighlightColor(); | |
1467 | |
1468 /** Sets the value of "tap-highlight-color" */ | |
1469 void set tapHighlightColor(var value); | |
1470 | |
1471 /** Gets the value of "text-align" */ | |
1472 String get textAlign(); | |
1473 | |
1474 /** Sets the value of "text-align" */ | |
1475 void set textAlign(var value); | |
1476 | |
1477 /** Gets the value of "text-combine" */ | |
1478 String get textCombine(); | |
1479 | |
1480 /** Sets the value of "text-combine" */ | |
1481 void set textCombine(var value); | |
1482 | |
1483 /** Gets the value of "text-decoration" */ | |
1484 String get textDecoration(); | |
1485 | |
1486 /** Sets the value of "text-decoration" */ | |
1487 void set textDecoration(var value); | |
1488 | |
1489 /** Gets the value of "text-decorations-in-effect" */ | |
1490 String get textDecorationsInEffect(); | |
1491 | |
1492 /** Sets the value of "text-decorations-in-effect" */ | |
1493 void set textDecorationsInEffect(var value); | |
1494 | |
1495 /** Gets the value of "text-emphasis" */ | |
1496 String get textEmphasis(); | |
1497 | |
1498 /** Sets the value of "text-emphasis" */ | |
1499 void set textEmphasis(var value); | |
1500 | |
1501 /** Gets the value of "text-emphasis-color" */ | |
1502 String get textEmphasisColor(); | |
1503 | |
1504 /** Sets the value of "text-emphasis-color" */ | |
1505 void set textEmphasisColor(var value); | |
1506 | |
1507 /** Gets the value of "text-emphasis-position" */ | |
1508 String get textEmphasisPosition(); | |
1509 | |
1510 /** Sets the value of "text-emphasis-position" */ | |
1511 void set textEmphasisPosition(var value); | |
1512 | |
1513 /** Gets the value of "text-emphasis-style" */ | |
1514 String get textEmphasisStyle(); | |
1515 | |
1516 /** Sets the value of "text-emphasis-style" */ | |
1517 void set textEmphasisStyle(var value); | |
1518 | |
1519 /** Gets the value of "text-fill-color" */ | |
1520 String get textFillColor(); | |
1521 | |
1522 /** Sets the value of "text-fill-color" */ | |
1523 void set textFillColor(var value); | |
1524 | |
1525 /** Gets the value of "text-indent" */ | |
1526 String get textIndent(); | |
1527 | |
1528 /** Sets the value of "text-indent" */ | |
1529 void set textIndent(var value); | |
1530 | |
1531 /** Gets the value of "text-line-through" */ | |
1532 String get textLineThrough(); | |
1533 | |
1534 /** Sets the value of "text-line-through" */ | |
1535 void set textLineThrough(var value); | |
1536 | |
1537 /** Gets the value of "text-line-through-color" */ | |
1538 String get textLineThroughColor(); | |
1539 | |
1540 /** Sets the value of "text-line-through-color" */ | |
1541 void set textLineThroughColor(var value); | |
1542 | |
1543 /** Gets the value of "text-line-through-mode" */ | |
1544 String get textLineThroughMode(); | |
1545 | |
1546 /** Sets the value of "text-line-through-mode" */ | |
1547 void set textLineThroughMode(var value); | |
1548 | |
1549 /** Gets the value of "text-line-through-style" */ | |
1550 String get textLineThroughStyle(); | |
1551 | |
1552 /** Sets the value of "text-line-through-style" */ | |
1553 void set textLineThroughStyle(var value); | |
1554 | |
1555 /** Gets the value of "text-line-through-width" */ | |
1556 String get textLineThroughWidth(); | |
1557 | |
1558 /** Sets the value of "text-line-through-width" */ | |
1559 void set textLineThroughWidth(var value); | |
1560 | |
1561 /** Gets the value of "text-orientation" */ | |
1562 String get textOrientation(); | |
1563 | |
1564 /** Sets the value of "text-orientation" */ | |
1565 void set textOrientation(var value); | |
1566 | |
1567 /** Gets the value of "text-overflow" */ | |
1568 String get textOverflow(); | |
1569 | |
1570 /** Sets the value of "text-overflow" */ | |
1571 void set textOverflow(var value); | |
1572 | |
1573 /** Gets the value of "text-overline" */ | |
1574 String get textOverline(); | |
1575 | |
1576 /** Sets the value of "text-overline" */ | |
1577 void set textOverline(var value); | |
1578 | |
1579 /** Gets the value of "text-overline-color" */ | |
1580 String get textOverlineColor(); | |
1581 | |
1582 /** Sets the value of "text-overline-color" */ | |
1583 void set textOverlineColor(var value); | |
1584 | |
1585 /** Gets the value of "text-overline-mode" */ | |
1586 String get textOverlineMode(); | |
1587 | |
1588 /** Sets the value of "text-overline-mode" */ | |
1589 void set textOverlineMode(var value); | |
1590 | |
1591 /** Gets the value of "text-overline-style" */ | |
1592 String get textOverlineStyle(); | |
1593 | |
1594 /** Sets the value of "text-overline-style" */ | |
1595 void set textOverlineStyle(var value); | |
1596 | |
1597 /** Gets the value of "text-overline-width" */ | |
1598 String get textOverlineWidth(); | |
1599 | |
1600 /** Sets the value of "text-overline-width" */ | |
1601 void set textOverlineWidth(var value); | |
1602 | |
1603 /** Gets the value of "text-rendering" */ | |
1604 String get textRendering(); | |
1605 | |
1606 /** Sets the value of "text-rendering" */ | |
1607 void set textRendering(var value); | |
1608 | |
1609 /** Gets the value of "text-security" */ | |
1610 String get textSecurity(); | |
1611 | |
1612 /** Sets the value of "text-security" */ | |
1613 void set textSecurity(var value); | |
1614 | |
1615 /** Gets the value of "text-shadow" */ | |
1616 String get textShadow(); | |
1617 | |
1618 /** Sets the value of "text-shadow" */ | |
1619 void set textShadow(var value); | |
1620 | |
1621 /** Gets the value of "text-size-adjust" */ | |
1622 String get textSizeAdjust(); | |
1623 | |
1624 /** Sets the value of "text-size-adjust" */ | |
1625 void set textSizeAdjust(var value); | |
1626 | |
1627 /** Gets the value of "text-stroke" */ | |
1628 String get textStroke(); | |
1629 | |
1630 /** Sets the value of "text-stroke" */ | |
1631 void set textStroke(var value); | |
1632 | |
1633 /** Gets the value of "text-stroke-color" */ | |
1634 String get textStrokeColor(); | |
1635 | |
1636 /** Sets the value of "text-stroke-color" */ | |
1637 void set textStrokeColor(var value); | |
1638 | |
1639 /** Gets the value of "text-stroke-width" */ | |
1640 String get textStrokeWidth(); | |
1641 | |
1642 /** Sets the value of "text-stroke-width" */ | |
1643 void set textStrokeWidth(var value); | |
1644 | |
1645 /** Gets the value of "text-transform" */ | |
1646 String get textTransform(); | |
1647 | |
1648 /** Sets the value of "text-transform" */ | |
1649 void set textTransform(var value); | |
1650 | |
1651 /** Gets the value of "text-underline" */ | |
1652 String get textUnderline(); | |
1653 | |
1654 /** Sets the value of "text-underline" */ | |
1655 void set textUnderline(var value); | |
1656 | |
1657 /** Gets the value of "text-underline-color" */ | |
1658 String get textUnderlineColor(); | |
1659 | |
1660 /** Sets the value of "text-underline-color" */ | |
1661 void set textUnderlineColor(var value); | |
1662 | |
1663 /** Gets the value of "text-underline-mode" */ | |
1664 String get textUnderlineMode(); | |
1665 | |
1666 /** Sets the value of "text-underline-mode" */ | |
1667 void set textUnderlineMode(var value); | |
1668 | |
1669 /** Gets the value of "text-underline-style" */ | |
1670 String get textUnderlineStyle(); | |
1671 | |
1672 /** Sets the value of "text-underline-style" */ | |
1673 void set textUnderlineStyle(var value); | |
1674 | |
1675 /** Gets the value of "text-underline-width" */ | |
1676 String get textUnderlineWidth(); | |
1677 | |
1678 /** Sets the value of "text-underline-width" */ | |
1679 void set textUnderlineWidth(var value); | |
1680 | |
1681 /** Gets the value of "top" */ | |
1682 String get top(); | |
1683 | |
1684 /** Sets the value of "top" */ | |
1685 void set top(var value); | |
1686 | |
1687 /** Gets the value of "transform" */ | |
1688 String get transform(); | |
1689 | |
1690 /** Sets the value of "transform" */ | |
1691 void set transform(var value); | |
1692 | |
1693 /** Gets the value of "transform-origin" */ | |
1694 String get transformOrigin(); | |
1695 | |
1696 /** Sets the value of "transform-origin" */ | |
1697 void set transformOrigin(var value); | |
1698 | |
1699 /** Gets the value of "transform-origin-x" */ | |
1700 String get transformOriginX(); | |
1701 | |
1702 /** Sets the value of "transform-origin-x" */ | |
1703 void set transformOriginX(var value); | |
1704 | |
1705 /** Gets the value of "transform-origin-y" */ | |
1706 String get transformOriginY(); | |
1707 | |
1708 /** Sets the value of "transform-origin-y" */ | |
1709 void set transformOriginY(var value); | |
1710 | |
1711 /** Gets the value of "transform-origin-z" */ | |
1712 String get transformOriginZ(); | |
1713 | |
1714 /** Sets the value of "transform-origin-z" */ | |
1715 void set transformOriginZ(var value); | |
1716 | |
1717 /** Gets the value of "transform-style" */ | |
1718 String get transformStyle(); | |
1719 | |
1720 /** Sets the value of "transform-style" */ | |
1721 void set transformStyle(var value); | |
1722 | |
1723 /** Gets the value of "transition" */ | |
1724 String get transition(); | |
1725 | |
1726 /** Sets the value of "transition" */ | |
1727 void set transition(var value); | |
1728 | |
1729 /** Gets the value of "transition-delay" */ | |
1730 String get transitionDelay(); | |
1731 | |
1732 /** Sets the value of "transition-delay" */ | |
1733 void set transitionDelay(var value); | |
1734 | |
1735 /** Gets the value of "transition-duration" */ | |
1736 String get transitionDuration(); | |
1737 | |
1738 /** Sets the value of "transition-duration" */ | |
1739 void set transitionDuration(var value); | |
1740 | |
1741 /** Gets the value of "transition-property" */ | |
1742 String get transitionProperty(); | |
1743 | |
1744 /** Sets the value of "transition-property" */ | |
1745 void set transitionProperty(var value); | |
1746 | |
1747 /** Gets the value of "transition-timing-function" */ | |
1748 String get transitionTimingFunction(); | |
1749 | |
1750 /** Sets the value of "transition-timing-function" */ | |
1751 void set transitionTimingFunction(var value); | |
1752 | |
1753 /** Gets the value of "unicode-bidi" */ | |
1754 String get unicodeBidi(); | |
1755 | |
1756 /** Sets the value of "unicode-bidi" */ | |
1757 void set unicodeBidi(var value); | |
1758 | |
1759 /** Gets the value of "unicode-range" */ | |
1760 String get unicodeRange(); | |
1761 | |
1762 /** Sets the value of "unicode-range" */ | |
1763 void set unicodeRange(var value); | |
1764 | |
1765 /** Gets the value of "user-drag" */ | |
1766 String get userDrag(); | |
1767 | |
1768 /** Sets the value of "user-drag" */ | |
1769 void set userDrag(var value); | |
1770 | |
1771 /** Gets the value of "user-modify" */ | |
1772 String get userModify(); | |
1773 | |
1774 /** Sets the value of "user-modify" */ | |
1775 void set userModify(var value); | |
1776 | |
1777 /** Gets the value of "user-select" */ | |
1778 String get userSelect(); | |
1779 | |
1780 /** Sets the value of "user-select" */ | |
1781 void set userSelect(var value); | |
1782 | |
1783 /** Gets the value of "vertical-align" */ | |
1784 String get verticalAlign(); | |
1785 | |
1786 /** Sets the value of "vertical-align" */ | |
1787 void set verticalAlign(var value); | |
1788 | |
1789 /** Gets the value of "visibility" */ | |
1790 String get visibility(); | |
1791 | |
1792 /** Sets the value of "visibility" */ | |
1793 void set visibility(var value); | |
1794 | |
1795 /** Gets the value of "white-space" */ | |
1796 String get whiteSpace(); | |
1797 | |
1798 /** Sets the value of "white-space" */ | |
1799 void set whiteSpace(var value); | |
1800 | |
1801 /** Gets the value of "widows" */ | |
1802 String get widows(); | |
1803 | |
1804 /** Sets the value of "widows" */ | |
1805 void set widows(var value); | |
1806 | |
1807 /** Gets the value of "width" */ | |
1808 String get width(); | |
1809 | |
1810 /** Sets the value of "width" */ | |
1811 void set width(var value); | |
1812 | |
1813 /** Gets the value of "word-break" */ | |
1814 String get wordBreak(); | |
1815 | |
1816 /** Sets the value of "word-break" */ | |
1817 void set wordBreak(var value); | |
1818 | |
1819 /** Gets the value of "word-spacing" */ | |
1820 String get wordSpacing(); | |
1821 | |
1822 /** Sets the value of "word-spacing" */ | |
1823 void set wordSpacing(var value); | |
1824 | |
1825 /** Gets the value of "word-wrap" */ | |
1826 String get wordWrap(); | |
1827 | |
1828 /** Sets the value of "word-wrap" */ | |
1829 void set wordWrap(var value); | |
1830 | |
1831 /** Gets the value of "wrap-shape" */ | |
1832 String get wrapShape(); | |
1833 | |
1834 /** Sets the value of "wrap-shape" */ | |
1835 void set wrapShape(var value); | |
1836 | |
1837 /** Gets the value of "writing-mode" */ | |
1838 String get writingMode(); | |
1839 | |
1840 /** Sets the value of "writing-mode" */ | |
1841 void set writingMode(var value); | |
1842 | |
1843 /** Gets the value of "z-index" */ | |
1844 String get zIndex(); | |
1845 | |
1846 /** Sets the value of "z-index" */ | |
1847 void set zIndex(var value); | |
1848 | |
1849 /** Gets the value of "zoom" */ | |
1850 String get zoom(); | |
1851 | |
1852 /** Sets the value of "zoom" */ | |
1853 void set zoom(var value); | |
1854 } | |
OLD | NEW |