OLD | NEW |
| (Empty) |
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
2 // for details. All rights reserved. Use of this source code is governed by a | |
3 // BSD-style license that can be found in the LICENSE file. | |
4 | |
5 String _cachedBrowserPrefix; | |
6 | |
7 class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { | |
8 | |
9 factory $CLASSNAME.css(String css) { | |
10 var style = new Element.tag('div').style; | |
11 style.cssText = css; | |
12 return style; | |
13 } | |
14 | |
15 factory $CLASSNAME() { | |
16 return new $CLASSNAME.css(''); | |
17 } | |
18 | |
19 static String get _browserPrefix() { | |
20 if (_cachedBrowserPrefix === null) { | |
21 if (_Device.isFirefox) { | |
22 _cachedBrowserPrefix = '-moz-'; | |
23 } else { | |
24 _cachedBrowserPrefix = '-webkit-'; | |
25 } | |
26 // TODO(jacobr): support IE 9.0 and Opera as well. | |
27 } | |
28 return _cachedBrowserPrefix; | |
29 } | |
30 | |
31 $!MEMBERS | |
32 | |
33 // TODO(jacobr): generate this list of properties using the existing script. | |
34 /** Gets the value of "animation" */ | |
35 String get animation() => | |
36 getPropertyValue('${_browserPrefix}animation'); | |
37 | |
38 /** Sets the value of "animation" */ | |
39 void set animation(var value) { | |
40 setProperty('${_browserPrefix}animation', value, ''); | |
41 } | |
42 | |
43 /** Gets the value of "animation-delay" */ | |
44 String get animationDelay() => | |
45 getPropertyValue('${_browserPrefix}animation-delay'); | |
46 | |
47 /** Sets the value of "animation-delay" */ | |
48 void set animationDelay(var value) { | |
49 setProperty('${_browserPrefix}animation-delay', value, ''); | |
50 } | |
51 | |
52 /** Gets the value of "animation-direction" */ | |
53 String get animationDirection() => | |
54 getPropertyValue('${_browserPrefix}animation-direction'); | |
55 | |
56 /** Sets the value of "animation-direction" */ | |
57 void set animationDirection(var value) { | |
58 setProperty('${_browserPrefix}animation-direction', value, ''); | |
59 } | |
60 | |
61 /** Gets the value of "animation-duration" */ | |
62 String get animationDuration() => | |
63 getPropertyValue('${_browserPrefix}animation-duration'); | |
64 | |
65 /** Sets the value of "animation-duration" */ | |
66 void set animationDuration(var value) { | |
67 setProperty('${_browserPrefix}animation-duration', value, ''); | |
68 } | |
69 | |
70 /** Gets the value of "animation-fill-mode" */ | |
71 String get animationFillMode() => | |
72 getPropertyValue('${_browserPrefix}animation-fill-mode'); | |
73 | |
74 /** Sets the value of "animation-fill-mode" */ | |
75 void set animationFillMode(var value) { | |
76 setProperty('${_browserPrefix}animation-fill-mode', value, ''); | |
77 } | |
78 | |
79 /** Gets the value of "animation-iteration-count" */ | |
80 String get animationIterationCount() => | |
81 getPropertyValue('${_browserPrefix}animation-iteration-count'); | |
82 | |
83 /** Sets the value of "animation-iteration-count" */ | |
84 void set animationIterationCount(var value) { | |
85 setProperty('${_browserPrefix}animation-iteration-count', value, ''); | |
86 } | |
87 | |
88 /** Gets the value of "animation-name" */ | |
89 String get animationName() => | |
90 getPropertyValue('${_browserPrefix}animation-name'); | |
91 | |
92 /** Sets the value of "animation-name" */ | |
93 void set animationName(var value) { | |
94 setProperty('${_browserPrefix}animation-name', value, ''); | |
95 } | |
96 | |
97 /** Gets the value of "animation-play-state" */ | |
98 String get animationPlayState() => | |
99 getPropertyValue('${_browserPrefix}animation-play-state'); | |
100 | |
101 /** Sets the value of "animation-play-state" */ | |
102 void set animationPlayState(var value) { | |
103 setProperty('${_browserPrefix}animation-play-state', value, ''); | |
104 } | |
105 | |
106 /** Gets the value of "animation-timing-function" */ | |
107 String get animationTimingFunction() => | |
108 getPropertyValue('${_browserPrefix}animation-timing-function'); | |
109 | |
110 /** Sets the value of "animation-timing-function" */ | |
111 void set animationTimingFunction(var value) { | |
112 setProperty('${_browserPrefix}animation-timing-function', value, ''); | |
113 } | |
114 | |
115 /** Gets the value of "appearance" */ | |
116 String get appearance() => | |
117 getPropertyValue('${_browserPrefix}appearance'); | |
118 | |
119 /** Sets the value of "appearance" */ | |
120 void set appearance(var value) { | |
121 setProperty('${_browserPrefix}appearance', value, ''); | |
122 } | |
123 | |
124 /** Gets the value of "backface-visibility" */ | |
125 String get backfaceVisibility() => | |
126 getPropertyValue('${_browserPrefix}backface-visibility'); | |
127 | |
128 /** Sets the value of "backface-visibility" */ | |
129 void set backfaceVisibility(var value) { | |
130 setProperty('${_browserPrefix}backface-visibility', value, ''); | |
131 } | |
132 | |
133 /** Gets the value of "background" */ | |
134 String get background() => | |
135 getPropertyValue('background'); | |
136 | |
137 /** Sets the value of "background" */ | |
138 void set background(var value) { | |
139 setProperty('background', value, ''); | |
140 } | |
141 | |
142 /** Gets the value of "background-attachment" */ | |
143 String get backgroundAttachment() => | |
144 getPropertyValue('background-attachment'); | |
145 | |
146 /** Sets the value of "background-attachment" */ | |
147 void set backgroundAttachment(var value) { | |
148 setProperty('background-attachment', value, ''); | |
149 } | |
150 | |
151 /** Gets the value of "background-clip" */ | |
152 String get backgroundClip() => | |
153 getPropertyValue('background-clip'); | |
154 | |
155 /** Sets the value of "background-clip" */ | |
156 void set backgroundClip(var value) { | |
157 setProperty('background-clip', value, ''); | |
158 } | |
159 | |
160 /** Gets the value of "background-color" */ | |
161 String get backgroundColor() => | |
162 getPropertyValue('background-color'); | |
163 | |
164 /** Sets the value of "background-color" */ | |
165 void set backgroundColor(var value) { | |
166 setProperty('background-color', value, ''); | |
167 } | |
168 | |
169 /** Gets the value of "background-composite" */ | |
170 String get backgroundComposite() => | |
171 getPropertyValue('${_browserPrefix}background-composite'); | |
172 | |
173 /** Sets the value of "background-composite" */ | |
174 void set backgroundComposite(var value) { | |
175 setProperty('${_browserPrefix}background-composite', value, ''); | |
176 } | |
177 | |
178 /** Gets the value of "background-image" */ | |
179 String get backgroundImage() => | |
180 getPropertyValue('background-image'); | |
181 | |
182 /** Sets the value of "background-image" */ | |
183 void set backgroundImage(var value) { | |
184 setProperty('background-image', value, ''); | |
185 } | |
186 | |
187 /** Gets the value of "background-origin" */ | |
188 String get backgroundOrigin() => | |
189 getPropertyValue('background-origin'); | |
190 | |
191 /** Sets the value of "background-origin" */ | |
192 void set backgroundOrigin(var value) { | |
193 setProperty('background-origin', value, ''); | |
194 } | |
195 | |
196 /** Gets the value of "background-position" */ | |
197 String get backgroundPosition() => | |
198 getPropertyValue('background-position'); | |
199 | |
200 /** Sets the value of "background-position" */ | |
201 void set backgroundPosition(var value) { | |
202 setProperty('background-position', value, ''); | |
203 } | |
204 | |
205 /** Gets the value of "background-position-x" */ | |
206 String get backgroundPositionX() => | |
207 getPropertyValue('background-position-x'); | |
208 | |
209 /** Sets the value of "background-position-x" */ | |
210 void set backgroundPositionX(var value) { | |
211 setProperty('background-position-x', value, ''); | |
212 } | |
213 | |
214 /** Gets the value of "background-position-y" */ | |
215 String get backgroundPositionY() => | |
216 getPropertyValue('background-position-y'); | |
217 | |
218 /** Sets the value of "background-position-y" */ | |
219 void set backgroundPositionY(var value) { | |
220 setProperty('background-position-y', value, ''); | |
221 } | |
222 | |
223 /** Gets the value of "background-repeat" */ | |
224 String get backgroundRepeat() => | |
225 getPropertyValue('background-repeat'); | |
226 | |
227 /** Sets the value of "background-repeat" */ | |
228 void set backgroundRepeat(var value) { | |
229 setProperty('background-repeat', value, ''); | |
230 } | |
231 | |
232 /** Gets the value of "background-repeat-x" */ | |
233 String get backgroundRepeatX() => | |
234 getPropertyValue('background-repeat-x'); | |
235 | |
236 /** Sets the value of "background-repeat-x" */ | |
237 void set backgroundRepeatX(var value) { | |
238 setProperty('background-repeat-x', value, ''); | |
239 } | |
240 | |
241 /** Gets the value of "background-repeat-y" */ | |
242 String get backgroundRepeatY() => | |
243 getPropertyValue('background-repeat-y'); | |
244 | |
245 /** Sets the value of "background-repeat-y" */ | |
246 void set backgroundRepeatY(var value) { | |
247 setProperty('background-repeat-y', value, ''); | |
248 } | |
249 | |
250 /** Gets the value of "background-size" */ | |
251 String get backgroundSize() => | |
252 getPropertyValue('background-size'); | |
253 | |
254 /** Sets the value of "background-size" */ | |
255 void set backgroundSize(var value) { | |
256 setProperty('background-size', value, ''); | |
257 } | |
258 | |
259 /** Gets the value of "border" */ | |
260 String get border() => | |
261 getPropertyValue('border'); | |
262 | |
263 /** Sets the value of "border" */ | |
264 void set border(var value) { | |
265 setProperty('border', value, ''); | |
266 } | |
267 | |
268 /** Gets the value of "border-after" */ | |
269 String get borderAfter() => | |
270 getPropertyValue('${_browserPrefix}border-after'); | |
271 | |
272 /** Sets the value of "border-after" */ | |
273 void set borderAfter(var value) { | |
274 setProperty('${_browserPrefix}border-after', value, ''); | |
275 } | |
276 | |
277 /** Gets the value of "border-after-color" */ | |
278 String get borderAfterColor() => | |
279 getPropertyValue('${_browserPrefix}border-after-color'); | |
280 | |
281 /** Sets the value of "border-after-color" */ | |
282 void set borderAfterColor(var value) { | |
283 setProperty('${_browserPrefix}border-after-color', value, ''); | |
284 } | |
285 | |
286 /** Gets the value of "border-after-style" */ | |
287 String get borderAfterStyle() => | |
288 getPropertyValue('${_browserPrefix}border-after-style'); | |
289 | |
290 /** Sets the value of "border-after-style" */ | |
291 void set borderAfterStyle(var value) { | |
292 setProperty('${_browserPrefix}border-after-style', value, ''); | |
293 } | |
294 | |
295 /** Gets the value of "border-after-width" */ | |
296 String get borderAfterWidth() => | |
297 getPropertyValue('${_browserPrefix}border-after-width'); | |
298 | |
299 /** Sets the value of "border-after-width" */ | |
300 void set borderAfterWidth(var value) { | |
301 setProperty('${_browserPrefix}border-after-width', value, ''); | |
302 } | |
303 | |
304 /** Gets the value of "border-before" */ | |
305 String get borderBefore() => | |
306 getPropertyValue('${_browserPrefix}border-before'); | |
307 | |
308 /** Sets the value of "border-before" */ | |
309 void set borderBefore(var value) { | |
310 setProperty('${_browserPrefix}border-before', value, ''); | |
311 } | |
312 | |
313 /** Gets the value of "border-before-color" */ | |
314 String get borderBeforeColor() => | |
315 getPropertyValue('${_browserPrefix}border-before-color'); | |
316 | |
317 /** Sets the value of "border-before-color" */ | |
318 void set borderBeforeColor(var value) { | |
319 setProperty('${_browserPrefix}border-before-color', value, ''); | |
320 } | |
321 | |
322 /** Gets the value of "border-before-style" */ | |
323 String get borderBeforeStyle() => | |
324 getPropertyValue('${_browserPrefix}border-before-style'); | |
325 | |
326 /** Sets the value of "border-before-style" */ | |
327 void set borderBeforeStyle(var value) { | |
328 setProperty('${_browserPrefix}border-before-style', value, ''); | |
329 } | |
330 | |
331 /** Gets the value of "border-before-width" */ | |
332 String get borderBeforeWidth() => | |
333 getPropertyValue('${_browserPrefix}border-before-width'); | |
334 | |
335 /** Sets the value of "border-before-width" */ | |
336 void set borderBeforeWidth(var value) { | |
337 setProperty('${_browserPrefix}border-before-width', value, ''); | |
338 } | |
339 | |
340 /** Gets the value of "border-bottom" */ | |
341 String get borderBottom() => | |
342 getPropertyValue('border-bottom'); | |
343 | |
344 /** Sets the value of "border-bottom" */ | |
345 void set borderBottom(var value) { | |
346 setProperty('border-bottom', value, ''); | |
347 } | |
348 | |
349 /** Gets the value of "border-bottom-color" */ | |
350 String get borderBottomColor() => | |
351 getPropertyValue('border-bottom-color'); | |
352 | |
353 /** Sets the value of "border-bottom-color" */ | |
354 void set borderBottomColor(var value) { | |
355 setProperty('border-bottom-color', value, ''); | |
356 } | |
357 | |
358 /** Gets the value of "border-bottom-left-radius" */ | |
359 String get borderBottomLeftRadius() => | |
360 getPropertyValue('border-bottom-left-radius'); | |
361 | |
362 /** Sets the value of "border-bottom-left-radius" */ | |
363 void set borderBottomLeftRadius(var value) { | |
364 setProperty('border-bottom-left-radius', value, ''); | |
365 } | |
366 | |
367 /** Gets the value of "border-bottom-right-radius" */ | |
368 String get borderBottomRightRadius() => | |
369 getPropertyValue('border-bottom-right-radius'); | |
370 | |
371 /** Sets the value of "border-bottom-right-radius" */ | |
372 void set borderBottomRightRadius(var value) { | |
373 setProperty('border-bottom-right-radius', value, ''); | |
374 } | |
375 | |
376 /** Gets the value of "border-bottom-style" */ | |
377 String get borderBottomStyle() => | |
378 getPropertyValue('border-bottom-style'); | |
379 | |
380 /** Sets the value of "border-bottom-style" */ | |
381 void set borderBottomStyle(var value) { | |
382 setProperty('border-bottom-style', value, ''); | |
383 } | |
384 | |
385 /** Gets the value of "border-bottom-width" */ | |
386 String get borderBottomWidth() => | |
387 getPropertyValue('border-bottom-width'); | |
388 | |
389 /** Sets the value of "border-bottom-width" */ | |
390 void set borderBottomWidth(var value) { | |
391 setProperty('border-bottom-width', value, ''); | |
392 } | |
393 | |
394 /** Gets the value of "border-collapse" */ | |
395 String get borderCollapse() => | |
396 getPropertyValue('border-collapse'); | |
397 | |
398 /** Sets the value of "border-collapse" */ | |
399 void set borderCollapse(var value) { | |
400 setProperty('border-collapse', value, ''); | |
401 } | |
402 | |
403 /** Gets the value of "border-color" */ | |
404 String get borderColor() => | |
405 getPropertyValue('border-color'); | |
406 | |
407 /** Sets the value of "border-color" */ | |
408 void set borderColor(var value) { | |
409 setProperty('border-color', value, ''); | |
410 } | |
411 | |
412 /** Gets the value of "border-end" */ | |
413 String get borderEnd() => | |
414 getPropertyValue('${_browserPrefix}border-end'); | |
415 | |
416 /** Sets the value of "border-end" */ | |
417 void set borderEnd(var value) { | |
418 setProperty('${_browserPrefix}border-end', value, ''); | |
419 } | |
420 | |
421 /** Gets the value of "border-end-color" */ | |
422 String get borderEndColor() => | |
423 getPropertyValue('${_browserPrefix}border-end-color'); | |
424 | |
425 /** Sets the value of "border-end-color" */ | |
426 void set borderEndColor(var value) { | |
427 setProperty('${_browserPrefix}border-end-color', value, ''); | |
428 } | |
429 | |
430 /** Gets the value of "border-end-style" */ | |
431 String get borderEndStyle() => | |
432 getPropertyValue('${_browserPrefix}border-end-style'); | |
433 | |
434 /** Sets the value of "border-end-style" */ | |
435 void set borderEndStyle(var value) { | |
436 setProperty('${_browserPrefix}border-end-style', value, ''); | |
437 } | |
438 | |
439 /** Gets the value of "border-end-width" */ | |
440 String get borderEndWidth() => | |
441 getPropertyValue('${_browserPrefix}border-end-width'); | |
442 | |
443 /** Sets the value of "border-end-width" */ | |
444 void set borderEndWidth(var value) { | |
445 setProperty('${_browserPrefix}border-end-width', value, ''); | |
446 } | |
447 | |
448 /** Gets the value of "border-fit" */ | |
449 String get borderFit() => | |
450 getPropertyValue('${_browserPrefix}border-fit'); | |
451 | |
452 /** Sets the value of "border-fit" */ | |
453 void set borderFit(var value) { | |
454 setProperty('${_browserPrefix}border-fit', value, ''); | |
455 } | |
456 | |
457 /** Gets the value of "border-horizontal-spacing" */ | |
458 String get borderHorizontalSpacing() => | |
459 getPropertyValue('${_browserPrefix}border-horizontal-spacing'); | |
460 | |
461 /** Sets the value of "border-horizontal-spacing" */ | |
462 void set borderHorizontalSpacing(var value) { | |
463 setProperty('${_browserPrefix}border-horizontal-spacing', value, ''); | |
464 } | |
465 | |
466 /** Gets the value of "border-image" */ | |
467 String get borderImage() => | |
468 getPropertyValue('border-image'); | |
469 | |
470 /** Sets the value of "border-image" */ | |
471 void set borderImage(var value) { | |
472 setProperty('border-image', value, ''); | |
473 } | |
474 | |
475 /** Gets the value of "border-image-outset" */ | |
476 String get borderImageOutset() => | |
477 getPropertyValue('border-image-outset'); | |
478 | |
479 /** Sets the value of "border-image-outset" */ | |
480 void set borderImageOutset(var value) { | |
481 setProperty('border-image-outset', value, ''); | |
482 } | |
483 | |
484 /** Gets the value of "border-image-repeat" */ | |
485 String get borderImageRepeat() => | |
486 getPropertyValue('border-image-repeat'); | |
487 | |
488 /** Sets the value of "border-image-repeat" */ | |
489 void set borderImageRepeat(var value) { | |
490 setProperty('border-image-repeat', value, ''); | |
491 } | |
492 | |
493 /** Gets the value of "border-image-slice" */ | |
494 String get borderImageSlice() => | |
495 getPropertyValue('border-image-slice'); | |
496 | |
497 /** Sets the value of "border-image-slice" */ | |
498 void set borderImageSlice(var value) { | |
499 setProperty('border-image-slice', value, ''); | |
500 } | |
501 | |
502 /** Gets the value of "border-image-source" */ | |
503 String get borderImageSource() => | |
504 getPropertyValue('border-image-source'); | |
505 | |
506 /** Sets the value of "border-image-source" */ | |
507 void set borderImageSource(var value) { | |
508 setProperty('border-image-source', value, ''); | |
509 } | |
510 | |
511 /** Gets the value of "border-image-width" */ | |
512 String get borderImageWidth() => | |
513 getPropertyValue('border-image-width'); | |
514 | |
515 /** Sets the value of "border-image-width" */ | |
516 void set borderImageWidth(var value) { | |
517 setProperty('border-image-width', value, ''); | |
518 } | |
519 | |
520 /** Gets the value of "border-left" */ | |
521 String get borderLeft() => | |
522 getPropertyValue('border-left'); | |
523 | |
524 /** Sets the value of "border-left" */ | |
525 void set borderLeft(var value) { | |
526 setProperty('border-left', value, ''); | |
527 } | |
528 | |
529 /** Gets the value of "border-left-color" */ | |
530 String get borderLeftColor() => | |
531 getPropertyValue('border-left-color'); | |
532 | |
533 /** Sets the value of "border-left-color" */ | |
534 void set borderLeftColor(var value) { | |
535 setProperty('border-left-color', value, ''); | |
536 } | |
537 | |
538 /** Gets the value of "border-left-style" */ | |
539 String get borderLeftStyle() => | |
540 getPropertyValue('border-left-style'); | |
541 | |
542 /** Sets the value of "border-left-style" */ | |
543 void set borderLeftStyle(var value) { | |
544 setProperty('border-left-style', value, ''); | |
545 } | |
546 | |
547 /** Gets the value of "border-left-width" */ | |
548 String get borderLeftWidth() => | |
549 getPropertyValue('border-left-width'); | |
550 | |
551 /** Sets the value of "border-left-width" */ | |
552 void set borderLeftWidth(var value) { | |
553 setProperty('border-left-width', value, ''); | |
554 } | |
555 | |
556 /** Gets the value of "border-radius" */ | |
557 String get borderRadius() => | |
558 getPropertyValue('border-radius'); | |
559 | |
560 /** Sets the value of "border-radius" */ | |
561 void set borderRadius(var value) { | |
562 setProperty('border-radius', value, ''); | |
563 } | |
564 | |
565 /** Gets the value of "border-right" */ | |
566 String get borderRight() => | |
567 getPropertyValue('border-right'); | |
568 | |
569 /** Sets the value of "border-right" */ | |
570 void set borderRight(var value) { | |
571 setProperty('border-right', value, ''); | |
572 } | |
573 | |
574 /** Gets the value of "border-right-color" */ | |
575 String get borderRightColor() => | |
576 getPropertyValue('border-right-color'); | |
577 | |
578 /** Sets the value of "border-right-color" */ | |
579 void set borderRightColor(var value) { | |
580 setProperty('border-right-color', value, ''); | |
581 } | |
582 | |
583 /** Gets the value of "border-right-style" */ | |
584 String get borderRightStyle() => | |
585 getPropertyValue('border-right-style'); | |
586 | |
587 /** Sets the value of "border-right-style" */ | |
588 void set borderRightStyle(var value) { | |
589 setProperty('border-right-style', value, ''); | |
590 } | |
591 | |
592 /** Gets the value of "border-right-width" */ | |
593 String get borderRightWidth() => | |
594 getPropertyValue('border-right-width'); | |
595 | |
596 /** Sets the value of "border-right-width" */ | |
597 void set borderRightWidth(var value) { | |
598 setProperty('border-right-width', value, ''); | |
599 } | |
600 | |
601 /** Gets the value of "border-spacing" */ | |
602 String get borderSpacing() => | |
603 getPropertyValue('border-spacing'); | |
604 | |
605 /** Sets the value of "border-spacing" */ | |
606 void set borderSpacing(var value) { | |
607 setProperty('border-spacing', value, ''); | |
608 } | |
609 | |
610 /** Gets the value of "border-start" */ | |
611 String get borderStart() => | |
612 getPropertyValue('${_browserPrefix}border-start'); | |
613 | |
614 /** Sets the value of "border-start" */ | |
615 void set borderStart(var value) { | |
616 setProperty('${_browserPrefix}border-start', value, ''); | |
617 } | |
618 | |
619 /** Gets the value of "border-start-color" */ | |
620 String get borderStartColor() => | |
621 getPropertyValue('${_browserPrefix}border-start-color'); | |
622 | |
623 /** Sets the value of "border-start-color" */ | |
624 void set borderStartColor(var value) { | |
625 setProperty('${_browserPrefix}border-start-color', value, ''); | |
626 } | |
627 | |
628 /** Gets the value of "border-start-style" */ | |
629 String get borderStartStyle() => | |
630 getPropertyValue('${_browserPrefix}border-start-style'); | |
631 | |
632 /** Sets the value of "border-start-style" */ | |
633 void set borderStartStyle(var value) { | |
634 setProperty('${_browserPrefix}border-start-style', value, ''); | |
635 } | |
636 | |
637 /** Gets the value of "border-start-width" */ | |
638 String get borderStartWidth() => | |
639 getPropertyValue('${_browserPrefix}border-start-width'); | |
640 | |
641 /** Sets the value of "border-start-width" */ | |
642 void set borderStartWidth(var value) { | |
643 setProperty('${_browserPrefix}border-start-width', value, ''); | |
644 } | |
645 | |
646 /** Gets the value of "border-style" */ | |
647 String get borderStyle() => | |
648 getPropertyValue('border-style'); | |
649 | |
650 /** Sets the value of "border-style" */ | |
651 void set borderStyle(var value) { | |
652 setProperty('border-style', value, ''); | |
653 } | |
654 | |
655 /** Gets the value of "border-top" */ | |
656 String get borderTop() => | |
657 getPropertyValue('border-top'); | |
658 | |
659 /** Sets the value of "border-top" */ | |
660 void set borderTop(var value) { | |
661 setProperty('border-top', value, ''); | |
662 } | |
663 | |
664 /** Gets the value of "border-top-color" */ | |
665 String get borderTopColor() => | |
666 getPropertyValue('border-top-color'); | |
667 | |
668 /** Sets the value of "border-top-color" */ | |
669 void set borderTopColor(var value) { | |
670 setProperty('border-top-color', value, ''); | |
671 } | |
672 | |
673 /** Gets the value of "border-top-left-radius" */ | |
674 String get borderTopLeftRadius() => | |
675 getPropertyValue('border-top-left-radius'); | |
676 | |
677 /** Sets the value of "border-top-left-radius" */ | |
678 void set borderTopLeftRadius(var value) { | |
679 setProperty('border-top-left-radius', value, ''); | |
680 } | |
681 | |
682 /** Gets the value of "border-top-right-radius" */ | |
683 String get borderTopRightRadius() => | |
684 getPropertyValue('border-top-right-radius'); | |
685 | |
686 /** Sets the value of "border-top-right-radius" */ | |
687 void set borderTopRightRadius(var value) { | |
688 setProperty('border-top-right-radius', value, ''); | |
689 } | |
690 | |
691 /** Gets the value of "border-top-style" */ | |
692 String get borderTopStyle() => | |
693 getPropertyValue('border-top-style'); | |
694 | |
695 /** Sets the value of "border-top-style" */ | |
696 void set borderTopStyle(var value) { | |
697 setProperty('border-top-style', value, ''); | |
698 } | |
699 | |
700 /** Gets the value of "border-top-width" */ | |
701 String get borderTopWidth() => | |
702 getPropertyValue('border-top-width'); | |
703 | |
704 /** Sets the value of "border-top-width" */ | |
705 void set borderTopWidth(var value) { | |
706 setProperty('border-top-width', value, ''); | |
707 } | |
708 | |
709 /** Gets the value of "border-vertical-spacing" */ | |
710 String get borderVerticalSpacing() => | |
711 getPropertyValue('${_browserPrefix}border-vertical-spacing'); | |
712 | |
713 /** Sets the value of "border-vertical-spacing" */ | |
714 void set borderVerticalSpacing(var value) { | |
715 setProperty('${_browserPrefix}border-vertical-spacing', value, ''); | |
716 } | |
717 | |
718 /** Gets the value of "border-width" */ | |
719 String get borderWidth() => | |
720 getPropertyValue('border-width'); | |
721 | |
722 /** Sets the value of "border-width" */ | |
723 void set borderWidth(var value) { | |
724 setProperty('border-width', value, ''); | |
725 } | |
726 | |
727 /** Gets the value of "bottom" */ | |
728 String get bottom() => | |
729 getPropertyValue('bottom'); | |
730 | |
731 /** Sets the value of "bottom" */ | |
732 void set bottom(var value) { | |
733 setProperty('bottom', value, ''); | |
734 } | |
735 | |
736 /** Gets the value of "box-align" */ | |
737 String get boxAlign() => | |
738 getPropertyValue('${_browserPrefix}box-align'); | |
739 | |
740 /** Sets the value of "box-align" */ | |
741 void set boxAlign(var value) { | |
742 setProperty('${_browserPrefix}box-align', value, ''); | |
743 } | |
744 | |
745 /** Gets the value of "box-direction" */ | |
746 String get boxDirection() => | |
747 getPropertyValue('${_browserPrefix}box-direction'); | |
748 | |
749 /** Sets the value of "box-direction" */ | |
750 void set boxDirection(var value) { | |
751 setProperty('${_browserPrefix}box-direction', value, ''); | |
752 } | |
753 | |
754 /** Gets the value of "box-flex" */ | |
755 String get boxFlex() => | |
756 getPropertyValue('${_browserPrefix}box-flex'); | |
757 | |
758 /** Sets the value of "box-flex" */ | |
759 void set boxFlex(var value) { | |
760 setProperty('${_browserPrefix}box-flex', value, ''); | |
761 } | |
762 | |
763 /** Gets the value of "box-flex-group" */ | |
764 String get boxFlexGroup() => | |
765 getPropertyValue('${_browserPrefix}box-flex-group'); | |
766 | |
767 /** Sets the value of "box-flex-group" */ | |
768 void set boxFlexGroup(var value) { | |
769 setProperty('${_browserPrefix}box-flex-group', value, ''); | |
770 } | |
771 | |
772 /** Gets the value of "box-lines" */ | |
773 String get boxLines() => | |
774 getPropertyValue('${_browserPrefix}box-lines'); | |
775 | |
776 /** Sets the value of "box-lines" */ | |
777 void set boxLines(var value) { | |
778 setProperty('${_browserPrefix}box-lines', value, ''); | |
779 } | |
780 | |
781 /** Gets the value of "box-ordinal-group" */ | |
782 String get boxOrdinalGroup() => | |
783 getPropertyValue('${_browserPrefix}box-ordinal-group'); | |
784 | |
785 /** Sets the value of "box-ordinal-group" */ | |
786 void set boxOrdinalGroup(var value) { | |
787 setProperty('${_browserPrefix}box-ordinal-group', value, ''); | |
788 } | |
789 | |
790 /** Gets the value of "box-orient" */ | |
791 String get boxOrient() => | |
792 getPropertyValue('${_browserPrefix}box-orient'); | |
793 | |
794 /** Sets the value of "box-orient" */ | |
795 void set boxOrient(var value) { | |
796 setProperty('${_browserPrefix}box-orient', value, ''); | |
797 } | |
798 | |
799 /** Gets the value of "box-pack" */ | |
800 String get boxPack() => | |
801 getPropertyValue('${_browserPrefix}box-pack'); | |
802 | |
803 /** Sets the value of "box-pack" */ | |
804 void set boxPack(var value) { | |
805 setProperty('${_browserPrefix}box-pack', value, ''); | |
806 } | |
807 | |
808 /** Gets the value of "box-reflect" */ | |
809 String get boxReflect() => | |
810 getPropertyValue('${_browserPrefix}box-reflect'); | |
811 | |
812 /** Sets the value of "box-reflect" */ | |
813 void set boxReflect(var value) { | |
814 setProperty('${_browserPrefix}box-reflect', value, ''); | |
815 } | |
816 | |
817 /** Gets the value of "box-shadow" */ | |
818 String get boxShadow() => | |
819 getPropertyValue('box-shadow'); | |
820 | |
821 /** Sets the value of "box-shadow" */ | |
822 void set boxShadow(var value) { | |
823 setProperty('box-shadow', value, ''); | |
824 } | |
825 | |
826 /** Gets the value of "box-sizing" */ | |
827 String get boxSizing() => | |
828 getPropertyValue('box-sizing'); | |
829 | |
830 /** Sets the value of "box-sizing" */ | |
831 void set boxSizing(var value) { | |
832 setProperty('box-sizing', value, ''); | |
833 } | |
834 | |
835 /** Gets the value of "caption-side" */ | |
836 String get captionSide() => | |
837 getPropertyValue('caption-side'); | |
838 | |
839 /** Sets the value of "caption-side" */ | |
840 void set captionSide(var value) { | |
841 setProperty('caption-side', value, ''); | |
842 } | |
843 | |
844 /** Gets the value of "clear" */ | |
845 String get clear() => | |
846 getPropertyValue('clear'); | |
847 | |
848 /** Sets the value of "clear" */ | |
849 void set clear(var value) { | |
850 setProperty('clear', value, ''); | |
851 } | |
852 | |
853 /** Gets the value of "clip" */ | |
854 String get clip() => | |
855 getPropertyValue('clip'); | |
856 | |
857 /** Sets the value of "clip" */ | |
858 void set clip(var value) { | |
859 setProperty('clip', value, ''); | |
860 } | |
861 | |
862 /** Gets the value of "color" */ | |
863 String get color() => | |
864 getPropertyValue('color'); | |
865 | |
866 /** Sets the value of "color" */ | |
867 void set color(var value) { | |
868 setProperty('color', value, ''); | |
869 } | |
870 | |
871 /** Gets the value of "color-correction" */ | |
872 String get colorCorrection() => | |
873 getPropertyValue('${_browserPrefix}color-correction'); | |
874 | |
875 /** Sets the value of "color-correction" */ | |
876 void set colorCorrection(var value) { | |
877 setProperty('${_browserPrefix}color-correction', value, ''); | |
878 } | |
879 | |
880 /** Gets the value of "column-break-after" */ | |
881 String get columnBreakAfter() => | |
882 getPropertyValue('${_browserPrefix}column-break-after'); | |
883 | |
884 /** Sets the value of "column-break-after" */ | |
885 void set columnBreakAfter(var value) { | |
886 setProperty('${_browserPrefix}column-break-after', value, ''); | |
887 } | |
888 | |
889 /** Gets the value of "column-break-before" */ | |
890 String get columnBreakBefore() => | |
891 getPropertyValue('${_browserPrefix}column-break-before'); | |
892 | |
893 /** Sets the value of "column-break-before" */ | |
894 void set columnBreakBefore(var value) { | |
895 setProperty('${_browserPrefix}column-break-before', value, ''); | |
896 } | |
897 | |
898 /** Gets the value of "column-break-inside" */ | |
899 String get columnBreakInside() => | |
900 getPropertyValue('${_browserPrefix}column-break-inside'); | |
901 | |
902 /** Sets the value of "column-break-inside" */ | |
903 void set columnBreakInside(var value) { | |
904 setProperty('${_browserPrefix}column-break-inside', value, ''); | |
905 } | |
906 | |
907 /** Gets the value of "column-count" */ | |
908 String get columnCount() => | |
909 getPropertyValue('${_browserPrefix}column-count'); | |
910 | |
911 /** Sets the value of "column-count" */ | |
912 void set columnCount(var value) { | |
913 setProperty('${_browserPrefix}column-count', value, ''); | |
914 } | |
915 | |
916 /** Gets the value of "column-gap" */ | |
917 String get columnGap() => | |
918 getPropertyValue('${_browserPrefix}column-gap'); | |
919 | |
920 /** Sets the value of "column-gap" */ | |
921 void set columnGap(var value) { | |
922 setProperty('${_browserPrefix}column-gap', value, ''); | |
923 } | |
924 | |
925 /** Gets the value of "column-rule" */ | |
926 String get columnRule() => | |
927 getPropertyValue('${_browserPrefix}column-rule'); | |
928 | |
929 /** Sets the value of "column-rule" */ | |
930 void set columnRule(var value) { | |
931 setProperty('${_browserPrefix}column-rule', value, ''); | |
932 } | |
933 | |
934 /** Gets the value of "column-rule-color" */ | |
935 String get columnRuleColor() => | |
936 getPropertyValue('${_browserPrefix}column-rule-color'); | |
937 | |
938 /** Sets the value of "column-rule-color" */ | |
939 void set columnRuleColor(var value) { | |
940 setProperty('${_browserPrefix}column-rule-color', value, ''); | |
941 } | |
942 | |
943 /** Gets the value of "column-rule-style" */ | |
944 String get columnRuleStyle() => | |
945 getPropertyValue('${_browserPrefix}column-rule-style'); | |
946 | |
947 /** Sets the value of "column-rule-style" */ | |
948 void set columnRuleStyle(var value) { | |
949 setProperty('${_browserPrefix}column-rule-style', value, ''); | |
950 } | |
951 | |
952 /** Gets the value of "column-rule-width" */ | |
953 String get columnRuleWidth() => | |
954 getPropertyValue('${_browserPrefix}column-rule-width'); | |
955 | |
956 /** Sets the value of "column-rule-width" */ | |
957 void set columnRuleWidth(var value) { | |
958 setProperty('${_browserPrefix}column-rule-width', value, ''); | |
959 } | |
960 | |
961 /** Gets the value of "column-span" */ | |
962 String get columnSpan() => | |
963 getPropertyValue('${_browserPrefix}column-span'); | |
964 | |
965 /** Sets the value of "column-span" */ | |
966 void set columnSpan(var value) { | |
967 setProperty('${_browserPrefix}column-span', value, ''); | |
968 } | |
969 | |
970 /** Gets the value of "column-width" */ | |
971 String get columnWidth() => | |
972 getPropertyValue('${_browserPrefix}column-width'); | |
973 | |
974 /** Sets the value of "column-width" */ | |
975 void set columnWidth(var value) { | |
976 setProperty('${_browserPrefix}column-width', value, ''); | |
977 } | |
978 | |
979 /** Gets the value of "columns" */ | |
980 String get columns() => | |
981 getPropertyValue('${_browserPrefix}columns'); | |
982 | |
983 /** Sets the value of "columns" */ | |
984 void set columns(var value) { | |
985 setProperty('${_browserPrefix}columns', value, ''); | |
986 } | |
987 | |
988 /** Gets the value of "content" */ | |
989 String get content() => | |
990 getPropertyValue('content'); | |
991 | |
992 /** Sets the value of "content" */ | |
993 void set content(var value) { | |
994 setProperty('content', value, ''); | |
995 } | |
996 | |
997 /** Gets the value of "counter-increment" */ | |
998 String get counterIncrement() => | |
999 getPropertyValue('counter-increment'); | |
1000 | |
1001 /** Sets the value of "counter-increment" */ | |
1002 void set counterIncrement(var value) { | |
1003 setProperty('counter-increment', value, ''); | |
1004 } | |
1005 | |
1006 /** Gets the value of "counter-reset" */ | |
1007 String get counterReset() => | |
1008 getPropertyValue('counter-reset'); | |
1009 | |
1010 /** Sets the value of "counter-reset" */ | |
1011 void set counterReset(var value) { | |
1012 setProperty('counter-reset', value, ''); | |
1013 } | |
1014 | |
1015 /** Gets the value of "cursor" */ | |
1016 String get cursor() => | |
1017 getPropertyValue('cursor'); | |
1018 | |
1019 /** Sets the value of "cursor" */ | |
1020 void set cursor(var value) { | |
1021 setProperty('cursor', value, ''); | |
1022 } | |
1023 | |
1024 /** Gets the value of "direction" */ | |
1025 String get direction() => | |
1026 getPropertyValue('direction'); | |
1027 | |
1028 /** Sets the value of "direction" */ | |
1029 void set direction(var value) { | |
1030 setProperty('direction', value, ''); | |
1031 } | |
1032 | |
1033 /** Gets the value of "display" */ | |
1034 String get display() => | |
1035 getPropertyValue('display'); | |
1036 | |
1037 /** Sets the value of "display" */ | |
1038 void set display(var value) { | |
1039 setProperty('display', value, ''); | |
1040 } | |
1041 | |
1042 /** Gets the value of "empty-cells" */ | |
1043 String get emptyCells() => | |
1044 getPropertyValue('empty-cells'); | |
1045 | |
1046 /** Sets the value of "empty-cells" */ | |
1047 void set emptyCells(var value) { | |
1048 setProperty('empty-cells', value, ''); | |
1049 } | |
1050 | |
1051 /** Gets the value of "filter" */ | |
1052 String get filter() => | |
1053 getPropertyValue('${_browserPrefix}filter'); | |
1054 | |
1055 /** Sets the value of "filter" */ | |
1056 void set filter(var value) { | |
1057 setProperty('${_browserPrefix}filter', value, ''); | |
1058 } | |
1059 | |
1060 /** Gets the value of "flex-align" */ | |
1061 String get flexAlign() => | |
1062 getPropertyValue('${_browserPrefix}flex-align'); | |
1063 | |
1064 /** Sets the value of "flex-align" */ | |
1065 void set flexAlign(var value) { | |
1066 setProperty('${_browserPrefix}flex-align', value, ''); | |
1067 } | |
1068 | |
1069 /** Gets the value of "flex-flow" */ | |
1070 String get flexFlow() => | |
1071 getPropertyValue('${_browserPrefix}flex-flow'); | |
1072 | |
1073 /** Sets the value of "flex-flow" */ | |
1074 void set flexFlow(var value) { | |
1075 setProperty('${_browserPrefix}flex-flow', value, ''); | |
1076 } | |
1077 | |
1078 /** Gets the value of "flex-order" */ | |
1079 String get flexOrder() => | |
1080 getPropertyValue('${_browserPrefix}flex-order'); | |
1081 | |
1082 /** Sets the value of "flex-order" */ | |
1083 void set flexOrder(var value) { | |
1084 setProperty('${_browserPrefix}flex-order', value, ''); | |
1085 } | |
1086 | |
1087 /** Gets the value of "flex-pack" */ | |
1088 String get flexPack() => | |
1089 getPropertyValue('${_browserPrefix}flex-pack'); | |
1090 | |
1091 /** Sets the value of "flex-pack" */ | |
1092 void set flexPack(var value) { | |
1093 setProperty('${_browserPrefix}flex-pack', value, ''); | |
1094 } | |
1095 | |
1096 /** Gets the value of "float" */ | |
1097 String get float() => | |
1098 getPropertyValue('float'); | |
1099 | |
1100 /** Sets the value of "float" */ | |
1101 void set float(var value) { | |
1102 setProperty('float', value, ''); | |
1103 } | |
1104 | |
1105 /** Gets the value of "flow-from" */ | |
1106 String get flowFrom() => | |
1107 getPropertyValue('${_browserPrefix}flow-from'); | |
1108 | |
1109 /** Sets the value of "flow-from" */ | |
1110 void set flowFrom(var value) { | |
1111 setProperty('${_browserPrefix}flow-from', value, ''); | |
1112 } | |
1113 | |
1114 /** Gets the value of "flow-into" */ | |
1115 String get flowInto() => | |
1116 getPropertyValue('${_browserPrefix}flow-into'); | |
1117 | |
1118 /** Sets the value of "flow-into" */ | |
1119 void set flowInto(var value) { | |
1120 setProperty('${_browserPrefix}flow-into', value, ''); | |
1121 } | |
1122 | |
1123 /** Gets the value of "font" */ | |
1124 String get font() => | |
1125 getPropertyValue('font'); | |
1126 | |
1127 /** Sets the value of "font" */ | |
1128 void set font(var value) { | |
1129 setProperty('font', value, ''); | |
1130 } | |
1131 | |
1132 /** Gets the value of "font-family" */ | |
1133 String get fontFamily() => | |
1134 getPropertyValue('font-family'); | |
1135 | |
1136 /** Sets the value of "font-family" */ | |
1137 void set fontFamily(var value) { | |
1138 setProperty('font-family', value, ''); | |
1139 } | |
1140 | |
1141 /** Gets the value of "font-feature-settings" */ | |
1142 String get fontFeatureSettings() => | |
1143 getPropertyValue('${_browserPrefix}font-feature-settings'); | |
1144 | |
1145 /** Sets the value of "font-feature-settings" */ | |
1146 void set fontFeatureSettings(var value) { | |
1147 setProperty('${_browserPrefix}font-feature-settings', value, ''); | |
1148 } | |
1149 | |
1150 /** Gets the value of "font-size" */ | |
1151 String get fontSize() => | |
1152 getPropertyValue('font-size'); | |
1153 | |
1154 /** Sets the value of "font-size" */ | |
1155 void set fontSize(var value) { | |
1156 setProperty('font-size', value, ''); | |
1157 } | |
1158 | |
1159 /** Gets the value of "font-size-delta" */ | |
1160 String get fontSizeDelta() => | |
1161 getPropertyValue('${_browserPrefix}font-size-delta'); | |
1162 | |
1163 /** Sets the value of "font-size-delta" */ | |
1164 void set fontSizeDelta(var value) { | |
1165 setProperty('${_browserPrefix}font-size-delta', value, ''); | |
1166 } | |
1167 | |
1168 /** Gets the value of "font-smoothing" */ | |
1169 String get fontSmoothing() => | |
1170 getPropertyValue('${_browserPrefix}font-smoothing'); | |
1171 | |
1172 /** Sets the value of "font-smoothing" */ | |
1173 void set fontSmoothing(var value) { | |
1174 setProperty('${_browserPrefix}font-smoothing', value, ''); | |
1175 } | |
1176 | |
1177 /** Gets the value of "font-stretch" */ | |
1178 String get fontStretch() => | |
1179 getPropertyValue('font-stretch'); | |
1180 | |
1181 /** Sets the value of "font-stretch" */ | |
1182 void set fontStretch(var value) { | |
1183 setProperty('font-stretch', value, ''); | |
1184 } | |
1185 | |
1186 /** Gets the value of "font-style" */ | |
1187 String get fontStyle() => | |
1188 getPropertyValue('font-style'); | |
1189 | |
1190 /** Sets the value of "font-style" */ | |
1191 void set fontStyle(var value) { | |
1192 setProperty('font-style', value, ''); | |
1193 } | |
1194 | |
1195 /** Gets the value of "font-variant" */ | |
1196 String get fontVariant() => | |
1197 getPropertyValue('font-variant'); | |
1198 | |
1199 /** Sets the value of "font-variant" */ | |
1200 void set fontVariant(var value) { | |
1201 setProperty('font-variant', value, ''); | |
1202 } | |
1203 | |
1204 /** Gets the value of "font-weight" */ | |
1205 String get fontWeight() => | |
1206 getPropertyValue('font-weight'); | |
1207 | |
1208 /** Sets the value of "font-weight" */ | |
1209 void set fontWeight(var value) { | |
1210 setProperty('font-weight', value, ''); | |
1211 } | |
1212 | |
1213 /** Gets the value of "height" */ | |
1214 String get height() => | |
1215 getPropertyValue('height'); | |
1216 | |
1217 /** Sets the value of "height" */ | |
1218 void set height(var value) { | |
1219 setProperty('height', value, ''); | |
1220 } | |
1221 | |
1222 /** Gets the value of "highlight" */ | |
1223 String get highlight() => | |
1224 getPropertyValue('${_browserPrefix}highlight'); | |
1225 | |
1226 /** Sets the value of "highlight" */ | |
1227 void set highlight(var value) { | |
1228 setProperty('${_browserPrefix}highlight', value, ''); | |
1229 } | |
1230 | |
1231 /** Gets the value of "hyphenate-character" */ | |
1232 String get hyphenateCharacter() => | |
1233 getPropertyValue('${_browserPrefix}hyphenate-character'); | |
1234 | |
1235 /** Sets the value of "hyphenate-character" */ | |
1236 void set hyphenateCharacter(var value) { | |
1237 setProperty('${_browserPrefix}hyphenate-character', value, ''); | |
1238 } | |
1239 | |
1240 /** Gets the value of "hyphenate-limit-after" */ | |
1241 String get hyphenateLimitAfter() => | |
1242 getPropertyValue('${_browserPrefix}hyphenate-limit-after'); | |
1243 | |
1244 /** Sets the value of "hyphenate-limit-after" */ | |
1245 void set hyphenateLimitAfter(var value) { | |
1246 setProperty('${_browserPrefix}hyphenate-limit-after', value, ''); | |
1247 } | |
1248 | |
1249 /** Gets the value of "hyphenate-limit-before" */ | |
1250 String get hyphenateLimitBefore() => | |
1251 getPropertyValue('${_browserPrefix}hyphenate-limit-before'); | |
1252 | |
1253 /** Sets the value of "hyphenate-limit-before" */ | |
1254 void set hyphenateLimitBefore(var value) { | |
1255 setProperty('${_browserPrefix}hyphenate-limit-before', value, ''); | |
1256 } | |
1257 | |
1258 /** Gets the value of "hyphenate-limit-lines" */ | |
1259 String get hyphenateLimitLines() => | |
1260 getPropertyValue('${_browserPrefix}hyphenate-limit-lines'); | |
1261 | |
1262 /** Sets the value of "hyphenate-limit-lines" */ | |
1263 void set hyphenateLimitLines(var value) { | |
1264 setProperty('${_browserPrefix}hyphenate-limit-lines', value, ''); | |
1265 } | |
1266 | |
1267 /** Gets the value of "hyphens" */ | |
1268 String get hyphens() => | |
1269 getPropertyValue('${_browserPrefix}hyphens'); | |
1270 | |
1271 /** Sets the value of "hyphens" */ | |
1272 void set hyphens(var value) { | |
1273 setProperty('${_browserPrefix}hyphens', value, ''); | |
1274 } | |
1275 | |
1276 /** Gets the value of "image-rendering" */ | |
1277 String get imageRendering() => | |
1278 getPropertyValue('image-rendering'); | |
1279 | |
1280 /** Sets the value of "image-rendering" */ | |
1281 void set imageRendering(var value) { | |
1282 setProperty('image-rendering', value, ''); | |
1283 } | |
1284 | |
1285 /** Gets the value of "left" */ | |
1286 String get left() => | |
1287 getPropertyValue('left'); | |
1288 | |
1289 /** Sets the value of "left" */ | |
1290 void set left(var value) { | |
1291 setProperty('left', value, ''); | |
1292 } | |
1293 | |
1294 /** Gets the value of "letter-spacing" */ | |
1295 String get letterSpacing() => | |
1296 getPropertyValue('letter-spacing'); | |
1297 | |
1298 /** Sets the value of "letter-spacing" */ | |
1299 void set letterSpacing(var value) { | |
1300 setProperty('letter-spacing', value, ''); | |
1301 } | |
1302 | |
1303 /** Gets the value of "line-box-contain" */ | |
1304 String get lineBoxContain() => | |
1305 getPropertyValue('${_browserPrefix}line-box-contain'); | |
1306 | |
1307 /** Sets the value of "line-box-contain" */ | |
1308 void set lineBoxContain(var value) { | |
1309 setProperty('${_browserPrefix}line-box-contain', value, ''); | |
1310 } | |
1311 | |
1312 /** Gets the value of "line-break" */ | |
1313 String get lineBreak() => | |
1314 getPropertyValue('${_browserPrefix}line-break'); | |
1315 | |
1316 /** Sets the value of "line-break" */ | |
1317 void set lineBreak(var value) { | |
1318 setProperty('${_browserPrefix}line-break', value, ''); | |
1319 } | |
1320 | |
1321 /** Gets the value of "line-clamp" */ | |
1322 String get lineClamp() => | |
1323 getPropertyValue('${_browserPrefix}line-clamp'); | |
1324 | |
1325 /** Sets the value of "line-clamp" */ | |
1326 void set lineClamp(var value) { | |
1327 setProperty('${_browserPrefix}line-clamp', value, ''); | |
1328 } | |
1329 | |
1330 /** Gets the value of "line-height" */ | |
1331 String get lineHeight() => | |
1332 getPropertyValue('line-height'); | |
1333 | |
1334 /** Sets the value of "line-height" */ | |
1335 void set lineHeight(var value) { | |
1336 setProperty('line-height', value, ''); | |
1337 } | |
1338 | |
1339 /** Gets the value of "list-style" */ | |
1340 String get listStyle() => | |
1341 getPropertyValue('list-style'); | |
1342 | |
1343 /** Sets the value of "list-style" */ | |
1344 void set listStyle(var value) { | |
1345 setProperty('list-style', value, ''); | |
1346 } | |
1347 | |
1348 /** Gets the value of "list-style-image" */ | |
1349 String get listStyleImage() => | |
1350 getPropertyValue('list-style-image'); | |
1351 | |
1352 /** Sets the value of "list-style-image" */ | |
1353 void set listStyleImage(var value) { | |
1354 setProperty('list-style-image', value, ''); | |
1355 } | |
1356 | |
1357 /** Gets the value of "list-style-position" */ | |
1358 String get listStylePosition() => | |
1359 getPropertyValue('list-style-position'); | |
1360 | |
1361 /** Sets the value of "list-style-position" */ | |
1362 void set listStylePosition(var value) { | |
1363 setProperty('list-style-position', value, ''); | |
1364 } | |
1365 | |
1366 /** Gets the value of "list-style-type" */ | |
1367 String get listStyleType() => | |
1368 getPropertyValue('list-style-type'); | |
1369 | |
1370 /** Sets the value of "list-style-type" */ | |
1371 void set listStyleType(var value) { | |
1372 setProperty('list-style-type', value, ''); | |
1373 } | |
1374 | |
1375 /** Gets the value of "locale" */ | |
1376 String get locale() => | |
1377 getPropertyValue('${_browserPrefix}locale'); | |
1378 | |
1379 /** Sets the value of "locale" */ | |
1380 void set locale(var value) { | |
1381 setProperty('${_browserPrefix}locale', value, ''); | |
1382 } | |
1383 | |
1384 /** Gets the value of "logical-height" */ | |
1385 String get logicalHeight() => | |
1386 getPropertyValue('${_browserPrefix}logical-height'); | |
1387 | |
1388 /** Sets the value of "logical-height" */ | |
1389 void set logicalHeight(var value) { | |
1390 setProperty('${_browserPrefix}logical-height', value, ''); | |
1391 } | |
1392 | |
1393 /** Gets the value of "logical-width" */ | |
1394 String get logicalWidth() => | |
1395 getPropertyValue('${_browserPrefix}logical-width'); | |
1396 | |
1397 /** Sets the value of "logical-width" */ | |
1398 void set logicalWidth(var value) { | |
1399 setProperty('${_browserPrefix}logical-width', value, ''); | |
1400 } | |
1401 | |
1402 /** Gets the value of "margin" */ | |
1403 String get margin() => | |
1404 getPropertyValue('margin'); | |
1405 | |
1406 /** Sets the value of "margin" */ | |
1407 void set margin(var value) { | |
1408 setProperty('margin', value, ''); | |
1409 } | |
1410 | |
1411 /** Gets the value of "margin-after" */ | |
1412 String get marginAfter() => | |
1413 getPropertyValue('${_browserPrefix}margin-after'); | |
1414 | |
1415 /** Sets the value of "margin-after" */ | |
1416 void set marginAfter(var value) { | |
1417 setProperty('${_browserPrefix}margin-after', value, ''); | |
1418 } | |
1419 | |
1420 /** Gets the value of "margin-after-collapse" */ | |
1421 String get marginAfterCollapse() => | |
1422 getPropertyValue('${_browserPrefix}margin-after-collapse'); | |
1423 | |
1424 /** Sets the value of "margin-after-collapse" */ | |
1425 void set marginAfterCollapse(var value) { | |
1426 setProperty('${_browserPrefix}margin-after-collapse', value, ''); | |
1427 } | |
1428 | |
1429 /** Gets the value of "margin-before" */ | |
1430 String get marginBefore() => | |
1431 getPropertyValue('${_browserPrefix}margin-before'); | |
1432 | |
1433 /** Sets the value of "margin-before" */ | |
1434 void set marginBefore(var value) { | |
1435 setProperty('${_browserPrefix}margin-before', value, ''); | |
1436 } | |
1437 | |
1438 /** Gets the value of "margin-before-collapse" */ | |
1439 String get marginBeforeCollapse() => | |
1440 getPropertyValue('${_browserPrefix}margin-before-collapse'); | |
1441 | |
1442 /** Sets the value of "margin-before-collapse" */ | |
1443 void set marginBeforeCollapse(var value) { | |
1444 setProperty('${_browserPrefix}margin-before-collapse', value, ''); | |
1445 } | |
1446 | |
1447 /** Gets the value of "margin-bottom" */ | |
1448 String get marginBottom() => | |
1449 getPropertyValue('margin-bottom'); | |
1450 | |
1451 /** Sets the value of "margin-bottom" */ | |
1452 void set marginBottom(var value) { | |
1453 setProperty('margin-bottom', value, ''); | |
1454 } | |
1455 | |
1456 /** Gets the value of "margin-bottom-collapse" */ | |
1457 String get marginBottomCollapse() => | |
1458 getPropertyValue('${_browserPrefix}margin-bottom-collapse'); | |
1459 | |
1460 /** Sets the value of "margin-bottom-collapse" */ | |
1461 void set marginBottomCollapse(var value) { | |
1462 setProperty('${_browserPrefix}margin-bottom-collapse', value, ''); | |
1463 } | |
1464 | |
1465 /** Gets the value of "margin-collapse" */ | |
1466 String get marginCollapse() => | |
1467 getPropertyValue('${_browserPrefix}margin-collapse'); | |
1468 | |
1469 /** Sets the value of "margin-collapse" */ | |
1470 void set marginCollapse(var value) { | |
1471 setProperty('${_browserPrefix}margin-collapse', value, ''); | |
1472 } | |
1473 | |
1474 /** Gets the value of "margin-end" */ | |
1475 String get marginEnd() => | |
1476 getPropertyValue('${_browserPrefix}margin-end'); | |
1477 | |
1478 /** Sets the value of "margin-end" */ | |
1479 void set marginEnd(var value) { | |
1480 setProperty('${_browserPrefix}margin-end', value, ''); | |
1481 } | |
1482 | |
1483 /** Gets the value of "margin-left" */ | |
1484 String get marginLeft() => | |
1485 getPropertyValue('margin-left'); | |
1486 | |
1487 /** Sets the value of "margin-left" */ | |
1488 void set marginLeft(var value) { | |
1489 setProperty('margin-left', value, ''); | |
1490 } | |
1491 | |
1492 /** Gets the value of "margin-right" */ | |
1493 String get marginRight() => | |
1494 getPropertyValue('margin-right'); | |
1495 | |
1496 /** Sets the value of "margin-right" */ | |
1497 void set marginRight(var value) { | |
1498 setProperty('margin-right', value, ''); | |
1499 } | |
1500 | |
1501 /** Gets the value of "margin-start" */ | |
1502 String get marginStart() => | |
1503 getPropertyValue('${_browserPrefix}margin-start'); | |
1504 | |
1505 /** Sets the value of "margin-start" */ | |
1506 void set marginStart(var value) { | |
1507 setProperty('${_browserPrefix}margin-start', value, ''); | |
1508 } | |
1509 | |
1510 /** Gets the value of "margin-top" */ | |
1511 String get marginTop() => | |
1512 getPropertyValue('margin-top'); | |
1513 | |
1514 /** Sets the value of "margin-top" */ | |
1515 void set marginTop(var value) { | |
1516 setProperty('margin-top', value, ''); | |
1517 } | |
1518 | |
1519 /** Gets the value of "margin-top-collapse" */ | |
1520 String get marginTopCollapse() => | |
1521 getPropertyValue('${_browserPrefix}margin-top-collapse'); | |
1522 | |
1523 /** Sets the value of "margin-top-collapse" */ | |
1524 void set marginTopCollapse(var value) { | |
1525 setProperty('${_browserPrefix}margin-top-collapse', value, ''); | |
1526 } | |
1527 | |
1528 /** Gets the value of "marquee" */ | |
1529 String get marquee() => | |
1530 getPropertyValue('${_browserPrefix}marquee'); | |
1531 | |
1532 /** Sets the value of "marquee" */ | |
1533 void set marquee(var value) { | |
1534 setProperty('${_browserPrefix}marquee', value, ''); | |
1535 } | |
1536 | |
1537 /** Gets the value of "marquee-direction" */ | |
1538 String get marqueeDirection() => | |
1539 getPropertyValue('${_browserPrefix}marquee-direction'); | |
1540 | |
1541 /** Sets the value of "marquee-direction" */ | |
1542 void set marqueeDirection(var value) { | |
1543 setProperty('${_browserPrefix}marquee-direction', value, ''); | |
1544 } | |
1545 | |
1546 /** Gets the value of "marquee-increment" */ | |
1547 String get marqueeIncrement() => | |
1548 getPropertyValue('${_browserPrefix}marquee-increment'); | |
1549 | |
1550 /** Sets the value of "marquee-increment" */ | |
1551 void set marqueeIncrement(var value) { | |
1552 setProperty('${_browserPrefix}marquee-increment', value, ''); | |
1553 } | |
1554 | |
1555 /** Gets the value of "marquee-repetition" */ | |
1556 String get marqueeRepetition() => | |
1557 getPropertyValue('${_browserPrefix}marquee-repetition'); | |
1558 | |
1559 /** Sets the value of "marquee-repetition" */ | |
1560 void set marqueeRepetition(var value) { | |
1561 setProperty('${_browserPrefix}marquee-repetition', value, ''); | |
1562 } | |
1563 | |
1564 /** Gets the value of "marquee-speed" */ | |
1565 String get marqueeSpeed() => | |
1566 getPropertyValue('${_browserPrefix}marquee-speed'); | |
1567 | |
1568 /** Sets the value of "marquee-speed" */ | |
1569 void set marqueeSpeed(var value) { | |
1570 setProperty('${_browserPrefix}marquee-speed', value, ''); | |
1571 } | |
1572 | |
1573 /** Gets the value of "marquee-style" */ | |
1574 String get marqueeStyle() => | |
1575 getPropertyValue('${_browserPrefix}marquee-style'); | |
1576 | |
1577 /** Sets the value of "marquee-style" */ | |
1578 void set marqueeStyle(var value) { | |
1579 setProperty('${_browserPrefix}marquee-style', value, ''); | |
1580 } | |
1581 | |
1582 /** Gets the value of "mask" */ | |
1583 String get mask() => | |
1584 getPropertyValue('${_browserPrefix}mask'); | |
1585 | |
1586 /** Sets the value of "mask" */ | |
1587 void set mask(var value) { | |
1588 setProperty('${_browserPrefix}mask', value, ''); | |
1589 } | |
1590 | |
1591 /** Gets the value of "mask-attachment" */ | |
1592 String get maskAttachment() => | |
1593 getPropertyValue('${_browserPrefix}mask-attachment'); | |
1594 | |
1595 /** Sets the value of "mask-attachment" */ | |
1596 void set maskAttachment(var value) { | |
1597 setProperty('${_browserPrefix}mask-attachment', value, ''); | |
1598 } | |
1599 | |
1600 /** Gets the value of "mask-box-image" */ | |
1601 String get maskBoxImage() => | |
1602 getPropertyValue('${_browserPrefix}mask-box-image'); | |
1603 | |
1604 /** Sets the value of "mask-box-image" */ | |
1605 void set maskBoxImage(var value) { | |
1606 setProperty('${_browserPrefix}mask-box-image', value, ''); | |
1607 } | |
1608 | |
1609 /** Gets the value of "mask-box-image-outset" */ | |
1610 String get maskBoxImageOutset() => | |
1611 getPropertyValue('${_browserPrefix}mask-box-image-outset'); | |
1612 | |
1613 /** Sets the value of "mask-box-image-outset" */ | |
1614 void set maskBoxImageOutset(var value) { | |
1615 setProperty('${_browserPrefix}mask-box-image-outset', value, ''); | |
1616 } | |
1617 | |
1618 /** Gets the value of "mask-box-image-repeat" */ | |
1619 String get maskBoxImageRepeat() => | |
1620 getPropertyValue('${_browserPrefix}mask-box-image-repeat'); | |
1621 | |
1622 /** Sets the value of "mask-box-image-repeat" */ | |
1623 void set maskBoxImageRepeat(var value) { | |
1624 setProperty('${_browserPrefix}mask-box-image-repeat', value, ''); | |
1625 } | |
1626 | |
1627 /** Gets the value of "mask-box-image-slice" */ | |
1628 String get maskBoxImageSlice() => | |
1629 getPropertyValue('${_browserPrefix}mask-box-image-slice'); | |
1630 | |
1631 /** Sets the value of "mask-box-image-slice" */ | |
1632 void set maskBoxImageSlice(var value) { | |
1633 setProperty('${_browserPrefix}mask-box-image-slice', value, ''); | |
1634 } | |
1635 | |
1636 /** Gets the value of "mask-box-image-source" */ | |
1637 String get maskBoxImageSource() => | |
1638 getPropertyValue('${_browserPrefix}mask-box-image-source'); | |
1639 | |
1640 /** Sets the value of "mask-box-image-source" */ | |
1641 void set maskBoxImageSource(var value) { | |
1642 setProperty('${_browserPrefix}mask-box-image-source', value, ''); | |
1643 } | |
1644 | |
1645 /** Gets the value of "mask-box-image-width" */ | |
1646 String get maskBoxImageWidth() => | |
1647 getPropertyValue('${_browserPrefix}mask-box-image-width'); | |
1648 | |
1649 /** Sets the value of "mask-box-image-width" */ | |
1650 void set maskBoxImageWidth(var value) { | |
1651 setProperty('${_browserPrefix}mask-box-image-width', value, ''); | |
1652 } | |
1653 | |
1654 /** Gets the value of "mask-clip" */ | |
1655 String get maskClip() => | |
1656 getPropertyValue('${_browserPrefix}mask-clip'); | |
1657 | |
1658 /** Sets the value of "mask-clip" */ | |
1659 void set maskClip(var value) { | |
1660 setProperty('${_browserPrefix}mask-clip', value, ''); | |
1661 } | |
1662 | |
1663 /** Gets the value of "mask-composite" */ | |
1664 String get maskComposite() => | |
1665 getPropertyValue('${_browserPrefix}mask-composite'); | |
1666 | |
1667 /** Sets the value of "mask-composite" */ | |
1668 void set maskComposite(var value) { | |
1669 setProperty('${_browserPrefix}mask-composite', value, ''); | |
1670 } | |
1671 | |
1672 /** Gets the value of "mask-image" */ | |
1673 String get maskImage() => | |
1674 getPropertyValue('${_browserPrefix}mask-image'); | |
1675 | |
1676 /** Sets the value of "mask-image" */ | |
1677 void set maskImage(var value) { | |
1678 setProperty('${_browserPrefix}mask-image', value, ''); | |
1679 } | |
1680 | |
1681 /** Gets the value of "mask-origin" */ | |
1682 String get maskOrigin() => | |
1683 getPropertyValue('${_browserPrefix}mask-origin'); | |
1684 | |
1685 /** Sets the value of "mask-origin" */ | |
1686 void set maskOrigin(var value) { | |
1687 setProperty('${_browserPrefix}mask-origin', value, ''); | |
1688 } | |
1689 | |
1690 /** Gets the value of "mask-position" */ | |
1691 String get maskPosition() => | |
1692 getPropertyValue('${_browserPrefix}mask-position'); | |
1693 | |
1694 /** Sets the value of "mask-position" */ | |
1695 void set maskPosition(var value) { | |
1696 setProperty('${_browserPrefix}mask-position', value, ''); | |
1697 } | |
1698 | |
1699 /** Gets the value of "mask-position-x" */ | |
1700 String get maskPositionX() => | |
1701 getPropertyValue('${_browserPrefix}mask-position-x'); | |
1702 | |
1703 /** Sets the value of "mask-position-x" */ | |
1704 void set maskPositionX(var value) { | |
1705 setProperty('${_browserPrefix}mask-position-x', value, ''); | |
1706 } | |
1707 | |
1708 /** Gets the value of "mask-position-y" */ | |
1709 String get maskPositionY() => | |
1710 getPropertyValue('${_browserPrefix}mask-position-y'); | |
1711 | |
1712 /** Sets the value of "mask-position-y" */ | |
1713 void set maskPositionY(var value) { | |
1714 setProperty('${_browserPrefix}mask-position-y', value, ''); | |
1715 } | |
1716 | |
1717 /** Gets the value of "mask-repeat" */ | |
1718 String get maskRepeat() => | |
1719 getPropertyValue('${_browserPrefix}mask-repeat'); | |
1720 | |
1721 /** Sets the value of "mask-repeat" */ | |
1722 void set maskRepeat(var value) { | |
1723 setProperty('${_browserPrefix}mask-repeat', value, ''); | |
1724 } | |
1725 | |
1726 /** Gets the value of "mask-repeat-x" */ | |
1727 String get maskRepeatX() => | |
1728 getPropertyValue('${_browserPrefix}mask-repeat-x'); | |
1729 | |
1730 /** Sets the value of "mask-repeat-x" */ | |
1731 void set maskRepeatX(var value) { | |
1732 setProperty('${_browserPrefix}mask-repeat-x', value, ''); | |
1733 } | |
1734 | |
1735 /** Gets the value of "mask-repeat-y" */ | |
1736 String get maskRepeatY() => | |
1737 getPropertyValue('${_browserPrefix}mask-repeat-y'); | |
1738 | |
1739 /** Sets the value of "mask-repeat-y" */ | |
1740 void set maskRepeatY(var value) { | |
1741 setProperty('${_browserPrefix}mask-repeat-y', value, ''); | |
1742 } | |
1743 | |
1744 /** Gets the value of "mask-size" */ | |
1745 String get maskSize() => | |
1746 getPropertyValue('${_browserPrefix}mask-size'); | |
1747 | |
1748 /** Sets the value of "mask-size" */ | |
1749 void set maskSize(var value) { | |
1750 setProperty('${_browserPrefix}mask-size', value, ''); | |
1751 } | |
1752 | |
1753 /** Gets the value of "match-nearest-mail-blockquote-color" */ | |
1754 String get matchNearestMailBlockquoteColor() => | |
1755 getPropertyValue('${_browserPrefix}match-nearest-mail-blockquote-color'); | |
1756 | |
1757 /** Sets the value of "match-nearest-mail-blockquote-color" */ | |
1758 void set matchNearestMailBlockquoteColor(var value) { | |
1759 setProperty('${_browserPrefix}match-nearest-mail-blockquote-color', value, '
'); | |
1760 } | |
1761 | |
1762 /** Gets the value of "max-height" */ | |
1763 String get maxHeight() => | |
1764 getPropertyValue('max-height'); | |
1765 | |
1766 /** Sets the value of "max-height" */ | |
1767 void set maxHeight(var value) { | |
1768 setProperty('max-height', value, ''); | |
1769 } | |
1770 | |
1771 /** Gets the value of "max-logical-height" */ | |
1772 String get maxLogicalHeight() => | |
1773 getPropertyValue('${_browserPrefix}max-logical-height'); | |
1774 | |
1775 /** Sets the value of "max-logical-height" */ | |
1776 void set maxLogicalHeight(var value) { | |
1777 setProperty('${_browserPrefix}max-logical-height', value, ''); | |
1778 } | |
1779 | |
1780 /** Gets the value of "max-logical-width" */ | |
1781 String get maxLogicalWidth() => | |
1782 getPropertyValue('${_browserPrefix}max-logical-width'); | |
1783 | |
1784 /** Sets the value of "max-logical-width" */ | |
1785 void set maxLogicalWidth(var value) { | |
1786 setProperty('${_browserPrefix}max-logical-width', value, ''); | |
1787 } | |
1788 | |
1789 /** Gets the value of "max-width" */ | |
1790 String get maxWidth() => | |
1791 getPropertyValue('max-width'); | |
1792 | |
1793 /** Sets the value of "max-width" */ | |
1794 void set maxWidth(var value) { | |
1795 setProperty('max-width', value, ''); | |
1796 } | |
1797 | |
1798 /** Gets the value of "min-height" */ | |
1799 String get minHeight() => | |
1800 getPropertyValue('min-height'); | |
1801 | |
1802 /** Sets the value of "min-height" */ | |
1803 void set minHeight(var value) { | |
1804 setProperty('min-height', value, ''); | |
1805 } | |
1806 | |
1807 /** Gets the value of "min-logical-height" */ | |
1808 String get minLogicalHeight() => | |
1809 getPropertyValue('${_browserPrefix}min-logical-height'); | |
1810 | |
1811 /** Sets the value of "min-logical-height" */ | |
1812 void set minLogicalHeight(var value) { | |
1813 setProperty('${_browserPrefix}min-logical-height', value, ''); | |
1814 } | |
1815 | |
1816 /** Gets the value of "min-logical-width" */ | |
1817 String get minLogicalWidth() => | |
1818 getPropertyValue('${_browserPrefix}min-logical-width'); | |
1819 | |
1820 /** Sets the value of "min-logical-width" */ | |
1821 void set minLogicalWidth(var value) { | |
1822 setProperty('${_browserPrefix}min-logical-width', value, ''); | |
1823 } | |
1824 | |
1825 /** Gets the value of "min-width" */ | |
1826 String get minWidth() => | |
1827 getPropertyValue('min-width'); | |
1828 | |
1829 /** Sets the value of "min-width" */ | |
1830 void set minWidth(var value) { | |
1831 setProperty('min-width', value, ''); | |
1832 } | |
1833 | |
1834 /** Gets the value of "nbsp-mode" */ | |
1835 String get nbspMode() => | |
1836 getPropertyValue('${_browserPrefix}nbsp-mode'); | |
1837 | |
1838 /** Sets the value of "nbsp-mode" */ | |
1839 void set nbspMode(var value) { | |
1840 setProperty('${_browserPrefix}nbsp-mode', value, ''); | |
1841 } | |
1842 | |
1843 /** Gets the value of "opacity" */ | |
1844 String get opacity() => | |
1845 getPropertyValue('opacity'); | |
1846 | |
1847 /** Sets the value of "opacity" */ | |
1848 void set opacity(var value) { | |
1849 setProperty('opacity', value, ''); | |
1850 } | |
1851 | |
1852 /** Gets the value of "orphans" */ | |
1853 String get orphans() => | |
1854 getPropertyValue('orphans'); | |
1855 | |
1856 /** Sets the value of "orphans" */ | |
1857 void set orphans(var value) { | |
1858 setProperty('orphans', value, ''); | |
1859 } | |
1860 | |
1861 /** Gets the value of "outline" */ | |
1862 String get outline() => | |
1863 getPropertyValue('outline'); | |
1864 | |
1865 /** Sets the value of "outline" */ | |
1866 void set outline(var value) { | |
1867 setProperty('outline', value, ''); | |
1868 } | |
1869 | |
1870 /** Gets the value of "outline-color" */ | |
1871 String get outlineColor() => | |
1872 getPropertyValue('outline-color'); | |
1873 | |
1874 /** Sets the value of "outline-color" */ | |
1875 void set outlineColor(var value) { | |
1876 setProperty('outline-color', value, ''); | |
1877 } | |
1878 | |
1879 /** Gets the value of "outline-offset" */ | |
1880 String get outlineOffset() => | |
1881 getPropertyValue('outline-offset'); | |
1882 | |
1883 /** Sets the value of "outline-offset" */ | |
1884 void set outlineOffset(var value) { | |
1885 setProperty('outline-offset', value, ''); | |
1886 } | |
1887 | |
1888 /** Gets the value of "outline-style" */ | |
1889 String get outlineStyle() => | |
1890 getPropertyValue('outline-style'); | |
1891 | |
1892 /** Sets the value of "outline-style" */ | |
1893 void set outlineStyle(var value) { | |
1894 setProperty('outline-style', value, ''); | |
1895 } | |
1896 | |
1897 /** Gets the value of "outline-width" */ | |
1898 String get outlineWidth() => | |
1899 getPropertyValue('outline-width'); | |
1900 | |
1901 /** Sets the value of "outline-width" */ | |
1902 void set outlineWidth(var value) { | |
1903 setProperty('outline-width', value, ''); | |
1904 } | |
1905 | |
1906 /** Gets the value of "overflow" */ | |
1907 String get overflow() => | |
1908 getPropertyValue('overflow'); | |
1909 | |
1910 /** Sets the value of "overflow" */ | |
1911 void set overflow(var value) { | |
1912 setProperty('overflow', value, ''); | |
1913 } | |
1914 | |
1915 /** Gets the value of "overflow-x" */ | |
1916 String get overflowX() => | |
1917 getPropertyValue('overflow-x'); | |
1918 | |
1919 /** Sets the value of "overflow-x" */ | |
1920 void set overflowX(var value) { | |
1921 setProperty('overflow-x', value, ''); | |
1922 } | |
1923 | |
1924 /** Gets the value of "overflow-y" */ | |
1925 String get overflowY() => | |
1926 getPropertyValue('overflow-y'); | |
1927 | |
1928 /** Sets the value of "overflow-y" */ | |
1929 void set overflowY(var value) { | |
1930 setProperty('overflow-y', value, ''); | |
1931 } | |
1932 | |
1933 /** Gets the value of "padding" */ | |
1934 String get padding() => | |
1935 getPropertyValue('padding'); | |
1936 | |
1937 /** Sets the value of "padding" */ | |
1938 void set padding(var value) { | |
1939 setProperty('padding', value, ''); | |
1940 } | |
1941 | |
1942 /** Gets the value of "padding-after" */ | |
1943 String get paddingAfter() => | |
1944 getPropertyValue('${_browserPrefix}padding-after'); | |
1945 | |
1946 /** Sets the value of "padding-after" */ | |
1947 void set paddingAfter(var value) { | |
1948 setProperty('${_browserPrefix}padding-after', value, ''); | |
1949 } | |
1950 | |
1951 /** Gets the value of "padding-before" */ | |
1952 String get paddingBefore() => | |
1953 getPropertyValue('${_browserPrefix}padding-before'); | |
1954 | |
1955 /** Sets the value of "padding-before" */ | |
1956 void set paddingBefore(var value) { | |
1957 setProperty('${_browserPrefix}padding-before', value, ''); | |
1958 } | |
1959 | |
1960 /** Gets the value of "padding-bottom" */ | |
1961 String get paddingBottom() => | |
1962 getPropertyValue('padding-bottom'); | |
1963 | |
1964 /** Sets the value of "padding-bottom" */ | |
1965 void set paddingBottom(var value) { | |
1966 setProperty('padding-bottom', value, ''); | |
1967 } | |
1968 | |
1969 /** Gets the value of "padding-end" */ | |
1970 String get paddingEnd() => | |
1971 getPropertyValue('${_browserPrefix}padding-end'); | |
1972 | |
1973 /** Sets the value of "padding-end" */ | |
1974 void set paddingEnd(var value) { | |
1975 setProperty('${_browserPrefix}padding-end', value, ''); | |
1976 } | |
1977 | |
1978 /** Gets the value of "padding-left" */ | |
1979 String get paddingLeft() => | |
1980 getPropertyValue('padding-left'); | |
1981 | |
1982 /** Sets the value of "padding-left" */ | |
1983 void set paddingLeft(var value) { | |
1984 setProperty('padding-left', value, ''); | |
1985 } | |
1986 | |
1987 /** Gets the value of "padding-right" */ | |
1988 String get paddingRight() => | |
1989 getPropertyValue('padding-right'); | |
1990 | |
1991 /** Sets the value of "padding-right" */ | |
1992 void set paddingRight(var value) { | |
1993 setProperty('padding-right', value, ''); | |
1994 } | |
1995 | |
1996 /** Gets the value of "padding-start" */ | |
1997 String get paddingStart() => | |
1998 getPropertyValue('${_browserPrefix}padding-start'); | |
1999 | |
2000 /** Sets the value of "padding-start" */ | |
2001 void set paddingStart(var value) { | |
2002 setProperty('${_browserPrefix}padding-start', value, ''); | |
2003 } | |
2004 | |
2005 /** Gets the value of "padding-top" */ | |
2006 String get paddingTop() => | |
2007 getPropertyValue('padding-top'); | |
2008 | |
2009 /** Sets the value of "padding-top" */ | |
2010 void set paddingTop(var value) { | |
2011 setProperty('padding-top', value, ''); | |
2012 } | |
2013 | |
2014 /** Gets the value of "page" */ | |
2015 String get page() => | |
2016 getPropertyValue('page'); | |
2017 | |
2018 /** Sets the value of "page" */ | |
2019 void set page(var value) { | |
2020 setProperty('page', value, ''); | |
2021 } | |
2022 | |
2023 /** Gets the value of "page-break-after" */ | |
2024 String get pageBreakAfter() => | |
2025 getPropertyValue('page-break-after'); | |
2026 | |
2027 /** Sets the value of "page-break-after" */ | |
2028 void set pageBreakAfter(var value) { | |
2029 setProperty('page-break-after', value, ''); | |
2030 } | |
2031 | |
2032 /** Gets the value of "page-break-before" */ | |
2033 String get pageBreakBefore() => | |
2034 getPropertyValue('page-break-before'); | |
2035 | |
2036 /** Sets the value of "page-break-before" */ | |
2037 void set pageBreakBefore(var value) { | |
2038 setProperty('page-break-before', value, ''); | |
2039 } | |
2040 | |
2041 /** Gets the value of "page-break-inside" */ | |
2042 String get pageBreakInside() => | |
2043 getPropertyValue('page-break-inside'); | |
2044 | |
2045 /** Sets the value of "page-break-inside" */ | |
2046 void set pageBreakInside(var value) { | |
2047 setProperty('page-break-inside', value, ''); | |
2048 } | |
2049 | |
2050 /** Gets the value of "perspective" */ | |
2051 String get perspective() => | |
2052 getPropertyValue('${_browserPrefix}perspective'); | |
2053 | |
2054 /** Sets the value of "perspective" */ | |
2055 void set perspective(var value) { | |
2056 setProperty('${_browserPrefix}perspective', value, ''); | |
2057 } | |
2058 | |
2059 /** Gets the value of "perspective-origin" */ | |
2060 String get perspectiveOrigin() => | |
2061 getPropertyValue('${_browserPrefix}perspective-origin'); | |
2062 | |
2063 /** Sets the value of "perspective-origin" */ | |
2064 void set perspectiveOrigin(var value) { | |
2065 setProperty('${_browserPrefix}perspective-origin', value, ''); | |
2066 } | |
2067 | |
2068 /** Gets the value of "perspective-origin-x" */ | |
2069 String get perspectiveOriginX() => | |
2070 getPropertyValue('${_browserPrefix}perspective-origin-x'); | |
2071 | |
2072 /** Sets the value of "perspective-origin-x" */ | |
2073 void set perspectiveOriginX(var value) { | |
2074 setProperty('${_browserPrefix}perspective-origin-x', value, ''); | |
2075 } | |
2076 | |
2077 /** Gets the value of "perspective-origin-y" */ | |
2078 String get perspectiveOriginY() => | |
2079 getPropertyValue('${_browserPrefix}perspective-origin-y'); | |
2080 | |
2081 /** Sets the value of "perspective-origin-y" */ | |
2082 void set perspectiveOriginY(var value) { | |
2083 setProperty('${_browserPrefix}perspective-origin-y', value, ''); | |
2084 } | |
2085 | |
2086 /** Gets the value of "pointer-events" */ | |
2087 String get pointerEvents() => | |
2088 getPropertyValue('pointer-events'); | |
2089 | |
2090 /** Sets the value of "pointer-events" */ | |
2091 void set pointerEvents(var value) { | |
2092 setProperty('pointer-events', value, ''); | |
2093 } | |
2094 | |
2095 /** Gets the value of "position" */ | |
2096 String get position() => | |
2097 getPropertyValue('position'); | |
2098 | |
2099 /** Sets the value of "position" */ | |
2100 void set position(var value) { | |
2101 setProperty('position', value, ''); | |
2102 } | |
2103 | |
2104 /** Gets the value of "quotes" */ | |
2105 String get quotes() => | |
2106 getPropertyValue('quotes'); | |
2107 | |
2108 /** Sets the value of "quotes" */ | |
2109 void set quotes(var value) { | |
2110 setProperty('quotes', value, ''); | |
2111 } | |
2112 | |
2113 /** Gets the value of "region-break-after" */ | |
2114 String get regionBreakAfter() => | |
2115 getPropertyValue('${_browserPrefix}region-break-after'); | |
2116 | |
2117 /** Sets the value of "region-break-after" */ | |
2118 void set regionBreakAfter(var value) { | |
2119 setProperty('${_browserPrefix}region-break-after', value, ''); | |
2120 } | |
2121 | |
2122 /** Gets the value of "region-break-before" */ | |
2123 String get regionBreakBefore() => | |
2124 getPropertyValue('${_browserPrefix}region-break-before'); | |
2125 | |
2126 /** Sets the value of "region-break-before" */ | |
2127 void set regionBreakBefore(var value) { | |
2128 setProperty('${_browserPrefix}region-break-before', value, ''); | |
2129 } | |
2130 | |
2131 /** Gets the value of "region-break-inside" */ | |
2132 String get regionBreakInside() => | |
2133 getPropertyValue('${_browserPrefix}region-break-inside'); | |
2134 | |
2135 /** Sets the value of "region-break-inside" */ | |
2136 void set regionBreakInside(var value) { | |
2137 setProperty('${_browserPrefix}region-break-inside', value, ''); | |
2138 } | |
2139 | |
2140 /** Gets the value of "region-overflow" */ | |
2141 String get regionOverflow() => | |
2142 getPropertyValue('${_browserPrefix}region-overflow'); | |
2143 | |
2144 /** Sets the value of "region-overflow" */ | |
2145 void set regionOverflow(var value) { | |
2146 setProperty('${_browserPrefix}region-overflow', value, ''); | |
2147 } | |
2148 | |
2149 /** Gets the value of "resize" */ | |
2150 String get resize() => | |
2151 getPropertyValue('resize'); | |
2152 | |
2153 /** Sets the value of "resize" */ | |
2154 void set resize(var value) { | |
2155 setProperty('resize', value, ''); | |
2156 } | |
2157 | |
2158 /** Gets the value of "right" */ | |
2159 String get right() => | |
2160 getPropertyValue('right'); | |
2161 | |
2162 /** Sets the value of "right" */ | |
2163 void set right(var value) { | |
2164 setProperty('right', value, ''); | |
2165 } | |
2166 | |
2167 /** Gets the value of "rtl-ordering" */ | |
2168 String get rtlOrdering() => | |
2169 getPropertyValue('${_browserPrefix}rtl-ordering'); | |
2170 | |
2171 /** Sets the value of "rtl-ordering" */ | |
2172 void set rtlOrdering(var value) { | |
2173 setProperty('${_browserPrefix}rtl-ordering', value, ''); | |
2174 } | |
2175 | |
2176 /** Gets the value of "size" */ | |
2177 String get size() => | |
2178 getPropertyValue('size'); | |
2179 | |
2180 /** Sets the value of "size" */ | |
2181 void set size(var value) { | |
2182 setProperty('size', value, ''); | |
2183 } | |
2184 | |
2185 /** Gets the value of "speak" */ | |
2186 String get speak() => | |
2187 getPropertyValue('speak'); | |
2188 | |
2189 /** Sets the value of "speak" */ | |
2190 void set speak(var value) { | |
2191 setProperty('speak', value, ''); | |
2192 } | |
2193 | |
2194 /** Gets the value of "src" */ | |
2195 String get src() => | |
2196 getPropertyValue('src'); | |
2197 | |
2198 /** Sets the value of "src" */ | |
2199 void set src(var value) { | |
2200 setProperty('src', value, ''); | |
2201 } | |
2202 | |
2203 /** Gets the value of "table-layout" */ | |
2204 String get tableLayout() => | |
2205 getPropertyValue('table-layout'); | |
2206 | |
2207 /** Sets the value of "table-layout" */ | |
2208 void set tableLayout(var value) { | |
2209 setProperty('table-layout', value, ''); | |
2210 } | |
2211 | |
2212 /** Gets the value of "tap-highlight-color" */ | |
2213 String get tapHighlightColor() => | |
2214 getPropertyValue('${_browserPrefix}tap-highlight-color'); | |
2215 | |
2216 /** Sets the value of "tap-highlight-color" */ | |
2217 void set tapHighlightColor(var value) { | |
2218 setProperty('${_browserPrefix}tap-highlight-color', value, ''); | |
2219 } | |
2220 | |
2221 /** Gets the value of "text-align" */ | |
2222 String get textAlign() => | |
2223 getPropertyValue('text-align'); | |
2224 | |
2225 /** Sets the value of "text-align" */ | |
2226 void set textAlign(var value) { | |
2227 setProperty('text-align', value, ''); | |
2228 } | |
2229 | |
2230 /** Gets the value of "text-combine" */ | |
2231 String get textCombine() => | |
2232 getPropertyValue('${_browserPrefix}text-combine'); | |
2233 | |
2234 /** Sets the value of "text-combine" */ | |
2235 void set textCombine(var value) { | |
2236 setProperty('${_browserPrefix}text-combine', value, ''); | |
2237 } | |
2238 | |
2239 /** Gets the value of "text-decoration" */ | |
2240 String get textDecoration() => | |
2241 getPropertyValue('text-decoration'); | |
2242 | |
2243 /** Sets the value of "text-decoration" */ | |
2244 void set textDecoration(var value) { | |
2245 setProperty('text-decoration', value, ''); | |
2246 } | |
2247 | |
2248 /** Gets the value of "text-decorations-in-effect" */ | |
2249 String get textDecorationsInEffect() => | |
2250 getPropertyValue('${_browserPrefix}text-decorations-in-effect'); | |
2251 | |
2252 /** Sets the value of "text-decorations-in-effect" */ | |
2253 void set textDecorationsInEffect(var value) { | |
2254 setProperty('${_browserPrefix}text-decorations-in-effect', value, ''); | |
2255 } | |
2256 | |
2257 /** Gets the value of "text-emphasis" */ | |
2258 String get textEmphasis() => | |
2259 getPropertyValue('${_browserPrefix}text-emphasis'); | |
2260 | |
2261 /** Sets the value of "text-emphasis" */ | |
2262 void set textEmphasis(var value) { | |
2263 setProperty('${_browserPrefix}text-emphasis', value, ''); | |
2264 } | |
2265 | |
2266 /** Gets the value of "text-emphasis-color" */ | |
2267 String get textEmphasisColor() => | |
2268 getPropertyValue('${_browserPrefix}text-emphasis-color'); | |
2269 | |
2270 /** Sets the value of "text-emphasis-color" */ | |
2271 void set textEmphasisColor(var value) { | |
2272 setProperty('${_browserPrefix}text-emphasis-color', value, ''); | |
2273 } | |
2274 | |
2275 /** Gets the value of "text-emphasis-position" */ | |
2276 String get textEmphasisPosition() => | |
2277 getPropertyValue('${_browserPrefix}text-emphasis-position'); | |
2278 | |
2279 /** Sets the value of "text-emphasis-position" */ | |
2280 void set textEmphasisPosition(var value) { | |
2281 setProperty('${_browserPrefix}text-emphasis-position', value, ''); | |
2282 } | |
2283 | |
2284 /** Gets the value of "text-emphasis-style" */ | |
2285 String get textEmphasisStyle() => | |
2286 getPropertyValue('${_browserPrefix}text-emphasis-style'); | |
2287 | |
2288 /** Sets the value of "text-emphasis-style" */ | |
2289 void set textEmphasisStyle(var value) { | |
2290 setProperty('${_browserPrefix}text-emphasis-style', value, ''); | |
2291 } | |
2292 | |
2293 /** Gets the value of "text-fill-color" */ | |
2294 String get textFillColor() => | |
2295 getPropertyValue('${_browserPrefix}text-fill-color'); | |
2296 | |
2297 /** Sets the value of "text-fill-color" */ | |
2298 void set textFillColor(var value) { | |
2299 setProperty('${_browserPrefix}text-fill-color', value, ''); | |
2300 } | |
2301 | |
2302 /** Gets the value of "text-indent" */ | |
2303 String get textIndent() => | |
2304 getPropertyValue('text-indent'); | |
2305 | |
2306 /** Sets the value of "text-indent" */ | |
2307 void set textIndent(var value) { | |
2308 setProperty('text-indent', value, ''); | |
2309 } | |
2310 | |
2311 /** Gets the value of "text-line-through" */ | |
2312 String get textLineThrough() => | |
2313 getPropertyValue('text-line-through'); | |
2314 | |
2315 /** Sets the value of "text-line-through" */ | |
2316 void set textLineThrough(var value) { | |
2317 setProperty('text-line-through', value, ''); | |
2318 } | |
2319 | |
2320 /** Gets the value of "text-line-through-color" */ | |
2321 String get textLineThroughColor() => | |
2322 getPropertyValue('text-line-through-color'); | |
2323 | |
2324 /** Sets the value of "text-line-through-color" */ | |
2325 void set textLineThroughColor(var value) { | |
2326 setProperty('text-line-through-color', value, ''); | |
2327 } | |
2328 | |
2329 /** Gets the value of "text-line-through-mode" */ | |
2330 String get textLineThroughMode() => | |
2331 getPropertyValue('text-line-through-mode'); | |
2332 | |
2333 /** Sets the value of "text-line-through-mode" */ | |
2334 void set textLineThroughMode(var value) { | |
2335 setProperty('text-line-through-mode', value, ''); | |
2336 } | |
2337 | |
2338 /** Gets the value of "text-line-through-style" */ | |
2339 String get textLineThroughStyle() => | |
2340 getPropertyValue('text-line-through-style'); | |
2341 | |
2342 /** Sets the value of "text-line-through-style" */ | |
2343 void set textLineThroughStyle(var value) { | |
2344 setProperty('text-line-through-style', value, ''); | |
2345 } | |
2346 | |
2347 /** Gets the value of "text-line-through-width" */ | |
2348 String get textLineThroughWidth() => | |
2349 getPropertyValue('text-line-through-width'); | |
2350 | |
2351 /** Sets the value of "text-line-through-width" */ | |
2352 void set textLineThroughWidth(var value) { | |
2353 setProperty('text-line-through-width', value, ''); | |
2354 } | |
2355 | |
2356 /** Gets the value of "text-orientation" */ | |
2357 String get textOrientation() => | |
2358 getPropertyValue('${_browserPrefix}text-orientation'); | |
2359 | |
2360 /** Sets the value of "text-orientation" */ | |
2361 void set textOrientation(var value) { | |
2362 setProperty('${_browserPrefix}text-orientation', value, ''); | |
2363 } | |
2364 | |
2365 /** Gets the value of "text-overflow" */ | |
2366 String get textOverflow() => | |
2367 getPropertyValue('text-overflow'); | |
2368 | |
2369 /** Sets the value of "text-overflow" */ | |
2370 void set textOverflow(var value) { | |
2371 setProperty('text-overflow', value, ''); | |
2372 } | |
2373 | |
2374 /** Gets the value of "text-overline" */ | |
2375 String get textOverline() => | |
2376 getPropertyValue('text-overline'); | |
2377 | |
2378 /** Sets the value of "text-overline" */ | |
2379 void set textOverline(var value) { | |
2380 setProperty('text-overline', value, ''); | |
2381 } | |
2382 | |
2383 /** Gets the value of "text-overline-color" */ | |
2384 String get textOverlineColor() => | |
2385 getPropertyValue('text-overline-color'); | |
2386 | |
2387 /** Sets the value of "text-overline-color" */ | |
2388 void set textOverlineColor(var value) { | |
2389 setProperty('text-overline-color', value, ''); | |
2390 } | |
2391 | |
2392 /** Gets the value of "text-overline-mode" */ | |
2393 String get textOverlineMode() => | |
2394 getPropertyValue('text-overline-mode'); | |
2395 | |
2396 /** Sets the value of "text-overline-mode" */ | |
2397 void set textOverlineMode(var value) { | |
2398 setProperty('text-overline-mode', value, ''); | |
2399 } | |
2400 | |
2401 /** Gets the value of "text-overline-style" */ | |
2402 String get textOverlineStyle() => | |
2403 getPropertyValue('text-overline-style'); | |
2404 | |
2405 /** Sets the value of "text-overline-style" */ | |
2406 void set textOverlineStyle(var value) { | |
2407 setProperty('text-overline-style', value, ''); | |
2408 } | |
2409 | |
2410 /** Gets the value of "text-overline-width" */ | |
2411 String get textOverlineWidth() => | |
2412 getPropertyValue('text-overline-width'); | |
2413 | |
2414 /** Sets the value of "text-overline-width" */ | |
2415 void set textOverlineWidth(var value) { | |
2416 setProperty('text-overline-width', value, ''); | |
2417 } | |
2418 | |
2419 /** Gets the value of "text-rendering" */ | |
2420 String get textRendering() => | |
2421 getPropertyValue('text-rendering'); | |
2422 | |
2423 /** Sets the value of "text-rendering" */ | |
2424 void set textRendering(var value) { | |
2425 setProperty('text-rendering', value, ''); | |
2426 } | |
2427 | |
2428 /** Gets the value of "text-security" */ | |
2429 String get textSecurity() => | |
2430 getPropertyValue('${_browserPrefix}text-security'); | |
2431 | |
2432 /** Sets the value of "text-security" */ | |
2433 void set textSecurity(var value) { | |
2434 setProperty('${_browserPrefix}text-security', value, ''); | |
2435 } | |
2436 | |
2437 /** Gets the value of "text-shadow" */ | |
2438 String get textShadow() => | |
2439 getPropertyValue('text-shadow'); | |
2440 | |
2441 /** Sets the value of "text-shadow" */ | |
2442 void set textShadow(var value) { | |
2443 setProperty('text-shadow', value, ''); | |
2444 } | |
2445 | |
2446 /** Gets the value of "text-size-adjust" */ | |
2447 String get textSizeAdjust() => | |
2448 getPropertyValue('${_browserPrefix}text-size-adjust'); | |
2449 | |
2450 /** Sets the value of "text-size-adjust" */ | |
2451 void set textSizeAdjust(var value) { | |
2452 setProperty('${_browserPrefix}text-size-adjust', value, ''); | |
2453 } | |
2454 | |
2455 /** Gets the value of "text-stroke" */ | |
2456 String get textStroke() => | |
2457 getPropertyValue('${_browserPrefix}text-stroke'); | |
2458 | |
2459 /** Sets the value of "text-stroke" */ | |
2460 void set textStroke(var value) { | |
2461 setProperty('${_browserPrefix}text-stroke', value, ''); | |
2462 } | |
2463 | |
2464 /** Gets the value of "text-stroke-color" */ | |
2465 String get textStrokeColor() => | |
2466 getPropertyValue('${_browserPrefix}text-stroke-color'); | |
2467 | |
2468 /** Sets the value of "text-stroke-color" */ | |
2469 void set textStrokeColor(var value) { | |
2470 setProperty('${_browserPrefix}text-stroke-color', value, ''); | |
2471 } | |
2472 | |
2473 /** Gets the value of "text-stroke-width" */ | |
2474 String get textStrokeWidth() => | |
2475 getPropertyValue('${_browserPrefix}text-stroke-width'); | |
2476 | |
2477 /** Sets the value of "text-stroke-width" */ | |
2478 void set textStrokeWidth(var value) { | |
2479 setProperty('${_browserPrefix}text-stroke-width', value, ''); | |
2480 } | |
2481 | |
2482 /** Gets the value of "text-transform" */ | |
2483 String get textTransform() => | |
2484 getPropertyValue('text-transform'); | |
2485 | |
2486 /** Sets the value of "text-transform" */ | |
2487 void set textTransform(var value) { | |
2488 setProperty('text-transform', value, ''); | |
2489 } | |
2490 | |
2491 /** Gets the value of "text-underline" */ | |
2492 String get textUnderline() => | |
2493 getPropertyValue('text-underline'); | |
2494 | |
2495 /** Sets the value of "text-underline" */ | |
2496 void set textUnderline(var value) { | |
2497 setProperty('text-underline', value, ''); | |
2498 } | |
2499 | |
2500 /** Gets the value of "text-underline-color" */ | |
2501 String get textUnderlineColor() => | |
2502 getPropertyValue('text-underline-color'); | |
2503 | |
2504 /** Sets the value of "text-underline-color" */ | |
2505 void set textUnderlineColor(var value) { | |
2506 setProperty('text-underline-color', value, ''); | |
2507 } | |
2508 | |
2509 /** Gets the value of "text-underline-mode" */ | |
2510 String get textUnderlineMode() => | |
2511 getPropertyValue('text-underline-mode'); | |
2512 | |
2513 /** Sets the value of "text-underline-mode" */ | |
2514 void set textUnderlineMode(var value) { | |
2515 setProperty('text-underline-mode', value, ''); | |
2516 } | |
2517 | |
2518 /** Gets the value of "text-underline-style" */ | |
2519 String get textUnderlineStyle() => | |
2520 getPropertyValue('text-underline-style'); | |
2521 | |
2522 /** Sets the value of "text-underline-style" */ | |
2523 void set textUnderlineStyle(var value) { | |
2524 setProperty('text-underline-style', value, ''); | |
2525 } | |
2526 | |
2527 /** Gets the value of "text-underline-width" */ | |
2528 String get textUnderlineWidth() => | |
2529 getPropertyValue('text-underline-width'); | |
2530 | |
2531 /** Sets the value of "text-underline-width" */ | |
2532 void set textUnderlineWidth(var value) { | |
2533 setProperty('text-underline-width', value, ''); | |
2534 } | |
2535 | |
2536 /** Gets the value of "top" */ | |
2537 String get top() => | |
2538 getPropertyValue('top'); | |
2539 | |
2540 /** Sets the value of "top" */ | |
2541 void set top(var value) { | |
2542 setProperty('top', value, ''); | |
2543 } | |
2544 | |
2545 /** Gets the value of "transform" */ | |
2546 String get transform() => | |
2547 getPropertyValue('${_browserPrefix}transform'); | |
2548 | |
2549 /** Sets the value of "transform" */ | |
2550 void set transform(var value) { | |
2551 setProperty('${_browserPrefix}transform', value, ''); | |
2552 } | |
2553 | |
2554 /** Gets the value of "transform-origin" */ | |
2555 String get transformOrigin() => | |
2556 getPropertyValue('${_browserPrefix}transform-origin'); | |
2557 | |
2558 /** Sets the value of "transform-origin" */ | |
2559 void set transformOrigin(var value) { | |
2560 setProperty('${_browserPrefix}transform-origin', value, ''); | |
2561 } | |
2562 | |
2563 /** Gets the value of "transform-origin-x" */ | |
2564 String get transformOriginX() => | |
2565 getPropertyValue('${_browserPrefix}transform-origin-x'); | |
2566 | |
2567 /** Sets the value of "transform-origin-x" */ | |
2568 void set transformOriginX(var value) { | |
2569 setProperty('${_browserPrefix}transform-origin-x', value, ''); | |
2570 } | |
2571 | |
2572 /** Gets the value of "transform-origin-y" */ | |
2573 String get transformOriginY() => | |
2574 getPropertyValue('${_browserPrefix}transform-origin-y'); | |
2575 | |
2576 /** Sets the value of "transform-origin-y" */ | |
2577 void set transformOriginY(var value) { | |
2578 setProperty('${_browserPrefix}transform-origin-y', value, ''); | |
2579 } | |
2580 | |
2581 /** Gets the value of "transform-origin-z" */ | |
2582 String get transformOriginZ() => | |
2583 getPropertyValue('${_browserPrefix}transform-origin-z'); | |
2584 | |
2585 /** Sets the value of "transform-origin-z" */ | |
2586 void set transformOriginZ(var value) { | |
2587 setProperty('${_browserPrefix}transform-origin-z', value, ''); | |
2588 } | |
2589 | |
2590 /** Gets the value of "transform-style" */ | |
2591 String get transformStyle() => | |
2592 getPropertyValue('${_browserPrefix}transform-style'); | |
2593 | |
2594 /** Sets the value of "transform-style" */ | |
2595 void set transformStyle(var value) { | |
2596 setProperty('${_browserPrefix}transform-style', value, ''); | |
2597 } | |
2598 | |
2599 /** Gets the value of "transition" */ | |
2600 String get transition() => | |
2601 getPropertyValue('${_browserPrefix}transition'); | |
2602 | |
2603 /** Sets the value of "transition" */ | |
2604 void set transition(var value) { | |
2605 setProperty('${_browserPrefix}transition', value, ''); | |
2606 } | |
2607 | |
2608 /** Gets the value of "transition-delay" */ | |
2609 String get transitionDelay() => | |
2610 getPropertyValue('${_browserPrefix}transition-delay'); | |
2611 | |
2612 /** Sets the value of "transition-delay" */ | |
2613 void set transitionDelay(var value) { | |
2614 setProperty('${_browserPrefix}transition-delay', value, ''); | |
2615 } | |
2616 | |
2617 /** Gets the value of "transition-duration" */ | |
2618 String get transitionDuration() => | |
2619 getPropertyValue('${_browserPrefix}transition-duration'); | |
2620 | |
2621 /** Sets the value of "transition-duration" */ | |
2622 void set transitionDuration(var value) { | |
2623 setProperty('${_browserPrefix}transition-duration', value, ''); | |
2624 } | |
2625 | |
2626 /** Gets the value of "transition-property" */ | |
2627 String get transitionProperty() => | |
2628 getPropertyValue('${_browserPrefix}transition-property'); | |
2629 | |
2630 /** Sets the value of "transition-property" */ | |
2631 void set transitionProperty(var value) { | |
2632 setProperty('${_browserPrefix}transition-property', value, ''); | |
2633 } | |
2634 | |
2635 /** Gets the value of "transition-timing-function" */ | |
2636 String get transitionTimingFunction() => | |
2637 getPropertyValue('${_browserPrefix}transition-timing-function'); | |
2638 | |
2639 /** Sets the value of "transition-timing-function" */ | |
2640 void set transitionTimingFunction(var value) { | |
2641 setProperty('${_browserPrefix}transition-timing-function', value, ''); | |
2642 } | |
2643 | |
2644 /** Gets the value of "unicode-bidi" */ | |
2645 String get unicodeBidi() => | |
2646 getPropertyValue('unicode-bidi'); | |
2647 | |
2648 /** Sets the value of "unicode-bidi" */ | |
2649 void set unicodeBidi(var value) { | |
2650 setProperty('unicode-bidi', value, ''); | |
2651 } | |
2652 | |
2653 /** Gets the value of "unicode-range" */ | |
2654 String get unicodeRange() => | |
2655 getPropertyValue('unicode-range'); | |
2656 | |
2657 /** Sets the value of "unicode-range" */ | |
2658 void set unicodeRange(var value) { | |
2659 setProperty('unicode-range', value, ''); | |
2660 } | |
2661 | |
2662 /** Gets the value of "user-drag" */ | |
2663 String get userDrag() => | |
2664 getPropertyValue('${_browserPrefix}user-drag'); | |
2665 | |
2666 /** Sets the value of "user-drag" */ | |
2667 void set userDrag(var value) { | |
2668 setProperty('${_browserPrefix}user-drag', value, ''); | |
2669 } | |
2670 | |
2671 /** Gets the value of "user-modify" */ | |
2672 String get userModify() => | |
2673 getPropertyValue('${_browserPrefix}user-modify'); | |
2674 | |
2675 /** Sets the value of "user-modify" */ | |
2676 void set userModify(var value) { | |
2677 setProperty('${_browserPrefix}user-modify', value, ''); | |
2678 } | |
2679 | |
2680 /** Gets the value of "user-select" */ | |
2681 String get userSelect() => | |
2682 getPropertyValue('${_browserPrefix}user-select'); | |
2683 | |
2684 /** Sets the value of "user-select" */ | |
2685 void set userSelect(var value) { | |
2686 setProperty('${_browserPrefix}user-select', value, ''); | |
2687 } | |
2688 | |
2689 /** Gets the value of "vertical-align" */ | |
2690 String get verticalAlign() => | |
2691 getPropertyValue('vertical-align'); | |
2692 | |
2693 /** Sets the value of "vertical-align" */ | |
2694 void set verticalAlign(var value) { | |
2695 setProperty('vertical-align', value, ''); | |
2696 } | |
2697 | |
2698 /** Gets the value of "visibility" */ | |
2699 String get visibility() => | |
2700 getPropertyValue('visibility'); | |
2701 | |
2702 /** Sets the value of "visibility" */ | |
2703 void set visibility(var value) { | |
2704 setProperty('visibility', value, ''); | |
2705 } | |
2706 | |
2707 /** Gets the value of "white-space" */ | |
2708 String get whiteSpace() => | |
2709 getPropertyValue('white-space'); | |
2710 | |
2711 /** Sets the value of "white-space" */ | |
2712 void set whiteSpace(var value) { | |
2713 setProperty('white-space', value, ''); | |
2714 } | |
2715 | |
2716 /** Gets the value of "widows" */ | |
2717 String get widows() => | |
2718 getPropertyValue('widows'); | |
2719 | |
2720 /** Sets the value of "widows" */ | |
2721 void set widows(var value) { | |
2722 setProperty('widows', value, ''); | |
2723 } | |
2724 | |
2725 /** Gets the value of "width" */ | |
2726 String get width() => | |
2727 getPropertyValue('width'); | |
2728 | |
2729 /** Sets the value of "width" */ | |
2730 void set width(var value) { | |
2731 setProperty('width', value, ''); | |
2732 } | |
2733 | |
2734 /** Gets the value of "word-break" */ | |
2735 String get wordBreak() => | |
2736 getPropertyValue('word-break'); | |
2737 | |
2738 /** Sets the value of "word-break" */ | |
2739 void set wordBreak(var value) { | |
2740 setProperty('word-break', value, ''); | |
2741 } | |
2742 | |
2743 /** Gets the value of "word-spacing" */ | |
2744 String get wordSpacing() => | |
2745 getPropertyValue('word-spacing'); | |
2746 | |
2747 /** Sets the value of "word-spacing" */ | |
2748 void set wordSpacing(var value) { | |
2749 setProperty('word-spacing', value, ''); | |
2750 } | |
2751 | |
2752 /** Gets the value of "word-wrap" */ | |
2753 String get wordWrap() => | |
2754 getPropertyValue('word-wrap'); | |
2755 | |
2756 /** Sets the value of "word-wrap" */ | |
2757 void set wordWrap(var value) { | |
2758 setProperty('word-wrap', value, ''); | |
2759 } | |
2760 | |
2761 /** Gets the value of "wrap-shape" */ | |
2762 String get wrapShape() => | |
2763 getPropertyValue('${_browserPrefix}wrap-shape'); | |
2764 | |
2765 /** Sets the value of "wrap-shape" */ | |
2766 void set wrapShape(var value) { | |
2767 setProperty('${_browserPrefix}wrap-shape', value, ''); | |
2768 } | |
2769 | |
2770 /** Gets the value of "writing-mode" */ | |
2771 String get writingMode() => | |
2772 getPropertyValue('${_browserPrefix}writing-mode'); | |
2773 | |
2774 /** Sets the value of "writing-mode" */ | |
2775 void set writingMode(var value) { | |
2776 setProperty('${_browserPrefix}writing-mode', value, ''); | |
2777 } | |
2778 | |
2779 /** Gets the value of "z-index" */ | |
2780 String get zIndex() => | |
2781 getPropertyValue('z-index'); | |
2782 | |
2783 /** Sets the value of "z-index" */ | |
2784 void set zIndex(var value) { | |
2785 setProperty('z-index', value, ''); | |
2786 } | |
2787 | |
2788 /** Gets the value of "zoom" */ | |
2789 String get zoom() => | |
2790 getPropertyValue('zoom'); | |
2791 | |
2792 /** Sets the value of "zoom" */ | |
2793 void set zoom(var value) { | |
2794 setProperty('zoom', value, ''); | |
2795 } | |
2796 } | |
OLD | NEW |