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

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

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

Powered by Google App Engine
This is Rietveld 408576698