Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Side by Side Diff: client/html/generated/html/interface/CSSStyleDeclaration.dart

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

Powered by Google App Engine
This is Rietveld 408576698