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

Side by Side Diff: client/dom/templates/html/interface/interface_CSSStyleDeclaration.darttemplate

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

Powered by Google App Engine
This is Rietveld 408576698