| OLD | NEW |
| 1 #library('html'); | 1 #library('html'); |
| 2 | 2 |
| 3 #import('dart:dom', prefix:'dom'); | 3 #import('dart:dom', prefix:'dom'); |
| 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 5 // for details. All rights reserved. Use of this source code is governed by a | 5 // for details. All rights reserved. Use of this source code is governed by a |
| 6 // BSD-style license that can be found in the LICENSE file. | 6 // BSD-style license that can be found in the LICENSE file. |
| 7 | 7 |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated Dart HTML library. | 9 // Auto-generated Dart HTML library. |
| 10 | 10 |
| (...skipping 18465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18476 void swapCache(); | 18476 void swapCache(); |
| 18477 | 18477 |
| 18478 void update(); | 18478 void update(); |
| 18479 | 18479 |
| 18480 DOMApplicationCacheEvents get on(); | 18480 DOMApplicationCacheEvents get on(); |
| 18481 } | 18481 } |
| 18482 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18482 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18483 // for details. All rights reserved. Use of this source code is governed by a | 18483 // for details. All rights reserved. Use of this source code is governed by a |
| 18484 // BSD-style license that can be found in the LICENSE file. | 18484 // BSD-style license that can be found in the LICENSE file. |
| 18485 | 18485 |
| 18486 // WARNING: Do not edit. |
| 18487 // This file was generated by html/scripts/css_code_generator.py |
| 18488 |
| 18489 // Source of CSS properties: |
| 18490 // Source/WebCore/css/CSSPropertyNames.in |
| 18491 |
| 18492 // TODO(jacobr): add versions that take numeric values in px, miliseconds, etc. |
| 18493 |
| 18486 interface CSSStyleDeclaration { | 18494 interface CSSStyleDeclaration { |
| 18487 | 18495 |
| 18488 String get cssText(); | 18496 String get cssText(); |
| 18489 | 18497 |
| 18490 void set cssText(String value); | 18498 void set cssText(String value); |
| 18491 | 18499 |
| 18492 int get length(); | 18500 int get length(); |
| 18493 | 18501 |
| 18494 CSSRule get parentRule(); | 18502 CSSRule get parentRule(); |
| 18495 | 18503 |
| 18496 CSSValue getPropertyCSSValue(String propertyName); | 18504 CSSValue getPropertyCSSValue(String propertyName); |
| 18497 | 18505 |
| 18498 String getPropertyPriority(String propertyName); | 18506 String getPropertyPriority(String propertyName); |
| 18499 | 18507 |
| 18500 String getPropertyShorthand(String propertyName); | 18508 String getPropertyShorthand(String propertyName); |
| 18501 | 18509 |
| 18502 String getPropertyValue(String propertyName); | 18510 String getPropertyValue(String propertyName); |
| 18503 | 18511 |
| 18504 bool isPropertyImplicit(String propertyName); | 18512 bool isPropertyImplicit(String propertyName); |
| 18505 | 18513 |
| 18506 String item(int index); | 18514 String item(int index); |
| 18507 | 18515 |
| 18508 String removeProperty(String propertyName); | 18516 String removeProperty(String propertyName); |
| 18509 | 18517 |
| 18510 void setProperty(String propertyName, String value, [String priority]); | 18518 void setProperty(String propertyName, String value, [String priority]); |
| 18519 |
| 18520 /** Gets the value of "animation" */ |
| 18521 String get animation(); |
| 18522 |
| 18523 /** Sets the value of "animation" */ |
| 18524 void set animation(String value); |
| 18525 |
| 18526 /** Gets the value of "animation-delay" */ |
| 18527 String get animationDelay(); |
| 18528 |
| 18529 /** Sets the value of "animation-delay" */ |
| 18530 void set animationDelay(String value); |
| 18531 |
| 18532 /** Gets the value of "animation-direction" */ |
| 18533 String get animationDirection(); |
| 18534 |
| 18535 /** Sets the value of "animation-direction" */ |
| 18536 void set animationDirection(String value); |
| 18537 |
| 18538 /** Gets the value of "animation-duration" */ |
| 18539 String get animationDuration(); |
| 18540 |
| 18541 /** Sets the value of "animation-duration" */ |
| 18542 void set animationDuration(String value); |
| 18543 |
| 18544 /** Gets the value of "animation-fill-mode" */ |
| 18545 String get animationFillMode(); |
| 18546 |
| 18547 /** Sets the value of "animation-fill-mode" */ |
| 18548 void set animationFillMode(String value); |
| 18549 |
| 18550 /** Gets the value of "animation-iteration-count" */ |
| 18551 String get animationIterationCount(); |
| 18552 |
| 18553 /** Sets the value of "animation-iteration-count" */ |
| 18554 void set animationIterationCount(String value); |
| 18555 |
| 18556 /** Gets the value of "animation-name" */ |
| 18557 String get animationName(); |
| 18558 |
| 18559 /** Sets the value of "animation-name" */ |
| 18560 void set animationName(String value); |
| 18561 |
| 18562 /** Gets the value of "animation-play-state" */ |
| 18563 String get animationPlayState(); |
| 18564 |
| 18565 /** Sets the value of "animation-play-state" */ |
| 18566 void set animationPlayState(String value); |
| 18567 |
| 18568 /** Gets the value of "animation-timing-function" */ |
| 18569 String get animationTimingFunction(); |
| 18570 |
| 18571 /** Sets the value of "animation-timing-function" */ |
| 18572 void set animationTimingFunction(String value); |
| 18573 |
| 18574 /** Gets the value of "appearance" */ |
| 18575 String get appearance(); |
| 18576 |
| 18577 /** Sets the value of "appearance" */ |
| 18578 void set appearance(String value); |
| 18579 |
| 18580 /** Gets the value of "backface-visibility" */ |
| 18581 String get backfaceVisibility(); |
| 18582 |
| 18583 /** Sets the value of "backface-visibility" */ |
| 18584 void set backfaceVisibility(String value); |
| 18585 |
| 18586 /** Gets the value of "background" */ |
| 18587 String get background(); |
| 18588 |
| 18589 /** Sets the value of "background" */ |
| 18590 void set background(String value); |
| 18591 |
| 18592 /** Gets the value of "background-attachment" */ |
| 18593 String get backgroundAttachment(); |
| 18594 |
| 18595 /** Sets the value of "background-attachment" */ |
| 18596 void set backgroundAttachment(String value); |
| 18597 |
| 18598 /** Gets the value of "background-clip" */ |
| 18599 String get backgroundClip(); |
| 18600 |
| 18601 /** Sets the value of "background-clip" */ |
| 18602 void set backgroundClip(String value); |
| 18603 |
| 18604 /** Gets the value of "background-color" */ |
| 18605 String get backgroundColor(); |
| 18606 |
| 18607 /** Sets the value of "background-color" */ |
| 18608 void set backgroundColor(String value); |
| 18609 |
| 18610 /** Gets the value of "background-composite" */ |
| 18611 String get backgroundComposite(); |
| 18612 |
| 18613 /** Sets the value of "background-composite" */ |
| 18614 void set backgroundComposite(String value); |
| 18615 |
| 18616 /** Gets the value of "background-image" */ |
| 18617 String get backgroundImage(); |
| 18618 |
| 18619 /** Sets the value of "background-image" */ |
| 18620 void set backgroundImage(String value); |
| 18621 |
| 18622 /** Gets the value of "background-origin" */ |
| 18623 String get backgroundOrigin(); |
| 18624 |
| 18625 /** Sets the value of "background-origin" */ |
| 18626 void set backgroundOrigin(String value); |
| 18627 |
| 18628 /** Gets the value of "background-position" */ |
| 18629 String get backgroundPosition(); |
| 18630 |
| 18631 /** Sets the value of "background-position" */ |
| 18632 void set backgroundPosition(String value); |
| 18633 |
| 18634 /** Gets the value of "background-position-x" */ |
| 18635 String get backgroundPositionX(); |
| 18636 |
| 18637 /** Sets the value of "background-position-x" */ |
| 18638 void set backgroundPositionX(String value); |
| 18639 |
| 18640 /** Gets the value of "background-position-y" */ |
| 18641 String get backgroundPositionY(); |
| 18642 |
| 18643 /** Sets the value of "background-position-y" */ |
| 18644 void set backgroundPositionY(String value); |
| 18645 |
| 18646 /** Gets the value of "background-repeat" */ |
| 18647 String get backgroundRepeat(); |
| 18648 |
| 18649 /** Sets the value of "background-repeat" */ |
| 18650 void set backgroundRepeat(String value); |
| 18651 |
| 18652 /** Gets the value of "background-repeat-x" */ |
| 18653 String get backgroundRepeatX(); |
| 18654 |
| 18655 /** Sets the value of "background-repeat-x" */ |
| 18656 void set backgroundRepeatX(String value); |
| 18657 |
| 18658 /** Gets the value of "background-repeat-y" */ |
| 18659 String get backgroundRepeatY(); |
| 18660 |
| 18661 /** Sets the value of "background-repeat-y" */ |
| 18662 void set backgroundRepeatY(String value); |
| 18663 |
| 18664 /** Gets the value of "background-size" */ |
| 18665 String get backgroundSize(); |
| 18666 |
| 18667 /** Sets the value of "background-size" */ |
| 18668 void set backgroundSize(String value); |
| 18669 |
| 18670 /** Gets the value of "border" */ |
| 18671 String get border(); |
| 18672 |
| 18673 /** Sets the value of "border" */ |
| 18674 void set border(String value); |
| 18675 |
| 18676 /** Gets the value of "border-after" */ |
| 18677 String get borderAfter(); |
| 18678 |
| 18679 /** Sets the value of "border-after" */ |
| 18680 void set borderAfter(String value); |
| 18681 |
| 18682 /** Gets the value of "border-after-color" */ |
| 18683 String get borderAfterColor(); |
| 18684 |
| 18685 /** Sets the value of "border-after-color" */ |
| 18686 void set borderAfterColor(String value); |
| 18687 |
| 18688 /** Gets the value of "border-after-style" */ |
| 18689 String get borderAfterStyle(); |
| 18690 |
| 18691 /** Sets the value of "border-after-style" */ |
| 18692 void set borderAfterStyle(String value); |
| 18693 |
| 18694 /** Gets the value of "border-after-width" */ |
| 18695 String get borderAfterWidth(); |
| 18696 |
| 18697 /** Sets the value of "border-after-width" */ |
| 18698 void set borderAfterWidth(String value); |
| 18699 |
| 18700 /** Gets the value of "border-before" */ |
| 18701 String get borderBefore(); |
| 18702 |
| 18703 /** Sets the value of "border-before" */ |
| 18704 void set borderBefore(String value); |
| 18705 |
| 18706 /** Gets the value of "border-before-color" */ |
| 18707 String get borderBeforeColor(); |
| 18708 |
| 18709 /** Sets the value of "border-before-color" */ |
| 18710 void set borderBeforeColor(String value); |
| 18711 |
| 18712 /** Gets the value of "border-before-style" */ |
| 18713 String get borderBeforeStyle(); |
| 18714 |
| 18715 /** Sets the value of "border-before-style" */ |
| 18716 void set borderBeforeStyle(String value); |
| 18717 |
| 18718 /** Gets the value of "border-before-width" */ |
| 18719 String get borderBeforeWidth(); |
| 18720 |
| 18721 /** Sets the value of "border-before-width" */ |
| 18722 void set borderBeforeWidth(String value); |
| 18723 |
| 18724 /** Gets the value of "border-bottom" */ |
| 18725 String get borderBottom(); |
| 18726 |
| 18727 /** Sets the value of "border-bottom" */ |
| 18728 void set borderBottom(String value); |
| 18729 |
| 18730 /** Gets the value of "border-bottom-color" */ |
| 18731 String get borderBottomColor(); |
| 18732 |
| 18733 /** Sets the value of "border-bottom-color" */ |
| 18734 void set borderBottomColor(String value); |
| 18735 |
| 18736 /** Gets the value of "border-bottom-left-radius" */ |
| 18737 String get borderBottomLeftRadius(); |
| 18738 |
| 18739 /** Sets the value of "border-bottom-left-radius" */ |
| 18740 void set borderBottomLeftRadius(String value); |
| 18741 |
| 18742 /** Gets the value of "border-bottom-right-radius" */ |
| 18743 String get borderBottomRightRadius(); |
| 18744 |
| 18745 /** Sets the value of "border-bottom-right-radius" */ |
| 18746 void set borderBottomRightRadius(String value); |
| 18747 |
| 18748 /** Gets the value of "border-bottom-style" */ |
| 18749 String get borderBottomStyle(); |
| 18750 |
| 18751 /** Sets the value of "border-bottom-style" */ |
| 18752 void set borderBottomStyle(String value); |
| 18753 |
| 18754 /** Gets the value of "border-bottom-width" */ |
| 18755 String get borderBottomWidth(); |
| 18756 |
| 18757 /** Sets the value of "border-bottom-width" */ |
| 18758 void set borderBottomWidth(String value); |
| 18759 |
| 18760 /** Gets the value of "border-collapse" */ |
| 18761 String get borderCollapse(); |
| 18762 |
| 18763 /** Sets the value of "border-collapse" */ |
| 18764 void set borderCollapse(String value); |
| 18765 |
| 18766 /** Gets the value of "border-color" */ |
| 18767 String get borderColor(); |
| 18768 |
| 18769 /** Sets the value of "border-color" */ |
| 18770 void set borderColor(String value); |
| 18771 |
| 18772 /** Gets the value of "border-end" */ |
| 18773 String get borderEnd(); |
| 18774 |
| 18775 /** Sets the value of "border-end" */ |
| 18776 void set borderEnd(String value); |
| 18777 |
| 18778 /** Gets the value of "border-end-color" */ |
| 18779 String get borderEndColor(); |
| 18780 |
| 18781 /** Sets the value of "border-end-color" */ |
| 18782 void set borderEndColor(String value); |
| 18783 |
| 18784 /** Gets the value of "border-end-style" */ |
| 18785 String get borderEndStyle(); |
| 18786 |
| 18787 /** Sets the value of "border-end-style" */ |
| 18788 void set borderEndStyle(String value); |
| 18789 |
| 18790 /** Gets the value of "border-end-width" */ |
| 18791 String get borderEndWidth(); |
| 18792 |
| 18793 /** Sets the value of "border-end-width" */ |
| 18794 void set borderEndWidth(String value); |
| 18795 |
| 18796 /** Gets the value of "border-fit" */ |
| 18797 String get borderFit(); |
| 18798 |
| 18799 /** Sets the value of "border-fit" */ |
| 18800 void set borderFit(String value); |
| 18801 |
| 18802 /** Gets the value of "border-horizontal-spacing" */ |
| 18803 String get borderHorizontalSpacing(); |
| 18804 |
| 18805 /** Sets the value of "border-horizontal-spacing" */ |
| 18806 void set borderHorizontalSpacing(String value); |
| 18807 |
| 18808 /** Gets the value of "border-image" */ |
| 18809 String get borderImage(); |
| 18810 |
| 18811 /** Sets the value of "border-image" */ |
| 18812 void set borderImage(String value); |
| 18813 |
| 18814 /** Gets the value of "border-image-outset" */ |
| 18815 String get borderImageOutset(); |
| 18816 |
| 18817 /** Sets the value of "border-image-outset" */ |
| 18818 void set borderImageOutset(String value); |
| 18819 |
| 18820 /** Gets the value of "border-image-repeat" */ |
| 18821 String get borderImageRepeat(); |
| 18822 |
| 18823 /** Sets the value of "border-image-repeat" */ |
| 18824 void set borderImageRepeat(String value); |
| 18825 |
| 18826 /** Gets the value of "border-image-slice" */ |
| 18827 String get borderImageSlice(); |
| 18828 |
| 18829 /** Sets the value of "border-image-slice" */ |
| 18830 void set borderImageSlice(String value); |
| 18831 |
| 18832 /** Gets the value of "border-image-source" */ |
| 18833 String get borderImageSource(); |
| 18834 |
| 18835 /** Sets the value of "border-image-source" */ |
| 18836 void set borderImageSource(String value); |
| 18837 |
| 18838 /** Gets the value of "border-image-width" */ |
| 18839 String get borderImageWidth(); |
| 18840 |
| 18841 /** Sets the value of "border-image-width" */ |
| 18842 void set borderImageWidth(String value); |
| 18843 |
| 18844 /** Gets the value of "border-left" */ |
| 18845 String get borderLeft(); |
| 18846 |
| 18847 /** Sets the value of "border-left" */ |
| 18848 void set borderLeft(String value); |
| 18849 |
| 18850 /** Gets the value of "border-left-color" */ |
| 18851 String get borderLeftColor(); |
| 18852 |
| 18853 /** Sets the value of "border-left-color" */ |
| 18854 void set borderLeftColor(String value); |
| 18855 |
| 18856 /** Gets the value of "border-left-style" */ |
| 18857 String get borderLeftStyle(); |
| 18858 |
| 18859 /** Sets the value of "border-left-style" */ |
| 18860 void set borderLeftStyle(String value); |
| 18861 |
| 18862 /** Gets the value of "border-left-width" */ |
| 18863 String get borderLeftWidth(); |
| 18864 |
| 18865 /** Sets the value of "border-left-width" */ |
| 18866 void set borderLeftWidth(String value); |
| 18867 |
| 18868 /** Gets the value of "border-radius" */ |
| 18869 String get borderRadius(); |
| 18870 |
| 18871 /** Sets the value of "border-radius" */ |
| 18872 void set borderRadius(String value); |
| 18873 |
| 18874 /** Gets the value of "border-right" */ |
| 18875 String get borderRight(); |
| 18876 |
| 18877 /** Sets the value of "border-right" */ |
| 18878 void set borderRight(String value); |
| 18879 |
| 18880 /** Gets the value of "border-right-color" */ |
| 18881 String get borderRightColor(); |
| 18882 |
| 18883 /** Sets the value of "border-right-color" */ |
| 18884 void set borderRightColor(String value); |
| 18885 |
| 18886 /** Gets the value of "border-right-style" */ |
| 18887 String get borderRightStyle(); |
| 18888 |
| 18889 /** Sets the value of "border-right-style" */ |
| 18890 void set borderRightStyle(String value); |
| 18891 |
| 18892 /** Gets the value of "border-right-width" */ |
| 18893 String get borderRightWidth(); |
| 18894 |
| 18895 /** Sets the value of "border-right-width" */ |
| 18896 void set borderRightWidth(String value); |
| 18897 |
| 18898 /** Gets the value of "border-spacing" */ |
| 18899 String get borderSpacing(); |
| 18900 |
| 18901 /** Sets the value of "border-spacing" */ |
| 18902 void set borderSpacing(String value); |
| 18903 |
| 18904 /** Gets the value of "border-start" */ |
| 18905 String get borderStart(); |
| 18906 |
| 18907 /** Sets the value of "border-start" */ |
| 18908 void set borderStart(String value); |
| 18909 |
| 18910 /** Gets the value of "border-start-color" */ |
| 18911 String get borderStartColor(); |
| 18912 |
| 18913 /** Sets the value of "border-start-color" */ |
| 18914 void set borderStartColor(String value); |
| 18915 |
| 18916 /** Gets the value of "border-start-style" */ |
| 18917 String get borderStartStyle(); |
| 18918 |
| 18919 /** Sets the value of "border-start-style" */ |
| 18920 void set borderStartStyle(String value); |
| 18921 |
| 18922 /** Gets the value of "border-start-width" */ |
| 18923 String get borderStartWidth(); |
| 18924 |
| 18925 /** Sets the value of "border-start-width" */ |
| 18926 void set borderStartWidth(String value); |
| 18927 |
| 18928 /** Gets the value of "border-style" */ |
| 18929 String get borderStyle(); |
| 18930 |
| 18931 /** Sets the value of "border-style" */ |
| 18932 void set borderStyle(String value); |
| 18933 |
| 18934 /** Gets the value of "border-top" */ |
| 18935 String get borderTop(); |
| 18936 |
| 18937 /** Sets the value of "border-top" */ |
| 18938 void set borderTop(String value); |
| 18939 |
| 18940 /** Gets the value of "border-top-color" */ |
| 18941 String get borderTopColor(); |
| 18942 |
| 18943 /** Sets the value of "border-top-color" */ |
| 18944 void set borderTopColor(String value); |
| 18945 |
| 18946 /** Gets the value of "border-top-left-radius" */ |
| 18947 String get borderTopLeftRadius(); |
| 18948 |
| 18949 /** Sets the value of "border-top-left-radius" */ |
| 18950 void set borderTopLeftRadius(String value); |
| 18951 |
| 18952 /** Gets the value of "border-top-right-radius" */ |
| 18953 String get borderTopRightRadius(); |
| 18954 |
| 18955 /** Sets the value of "border-top-right-radius" */ |
| 18956 void set borderTopRightRadius(String value); |
| 18957 |
| 18958 /** Gets the value of "border-top-style" */ |
| 18959 String get borderTopStyle(); |
| 18960 |
| 18961 /** Sets the value of "border-top-style" */ |
| 18962 void set borderTopStyle(String value); |
| 18963 |
| 18964 /** Gets the value of "border-top-width" */ |
| 18965 String get borderTopWidth(); |
| 18966 |
| 18967 /** Sets the value of "border-top-width" */ |
| 18968 void set borderTopWidth(String value); |
| 18969 |
| 18970 /** Gets the value of "border-vertical-spacing" */ |
| 18971 String get borderVerticalSpacing(); |
| 18972 |
| 18973 /** Sets the value of "border-vertical-spacing" */ |
| 18974 void set borderVerticalSpacing(String value); |
| 18975 |
| 18976 /** Gets the value of "border-width" */ |
| 18977 String get borderWidth(); |
| 18978 |
| 18979 /** Sets the value of "border-width" */ |
| 18980 void set borderWidth(String value); |
| 18981 |
| 18982 /** Gets the value of "bottom" */ |
| 18983 String get bottom(); |
| 18984 |
| 18985 /** Sets the value of "bottom" */ |
| 18986 void set bottom(String value); |
| 18987 |
| 18988 /** Gets the value of "box-align" */ |
| 18989 String get boxAlign(); |
| 18990 |
| 18991 /** Sets the value of "box-align" */ |
| 18992 void set boxAlign(String value); |
| 18993 |
| 18994 /** Gets the value of "box-direction" */ |
| 18995 String get boxDirection(); |
| 18996 |
| 18997 /** Sets the value of "box-direction" */ |
| 18998 void set boxDirection(String value); |
| 18999 |
| 19000 /** Gets the value of "box-flex" */ |
| 19001 String get boxFlex(); |
| 19002 |
| 19003 /** Sets the value of "box-flex" */ |
| 19004 void set boxFlex(String value); |
| 19005 |
| 19006 /** Gets the value of "box-flex-group" */ |
| 19007 String get boxFlexGroup(); |
| 19008 |
| 19009 /** Sets the value of "box-flex-group" */ |
| 19010 void set boxFlexGroup(String value); |
| 19011 |
| 19012 /** Gets the value of "box-lines" */ |
| 19013 String get boxLines(); |
| 19014 |
| 19015 /** Sets the value of "box-lines" */ |
| 19016 void set boxLines(String value); |
| 19017 |
| 19018 /** Gets the value of "box-ordinal-group" */ |
| 19019 String get boxOrdinalGroup(); |
| 19020 |
| 19021 /** Sets the value of "box-ordinal-group" */ |
| 19022 void set boxOrdinalGroup(String value); |
| 19023 |
| 19024 /** Gets the value of "box-orient" */ |
| 19025 String get boxOrient(); |
| 19026 |
| 19027 /** Sets the value of "box-orient" */ |
| 19028 void set boxOrient(String value); |
| 19029 |
| 19030 /** Gets the value of "box-pack" */ |
| 19031 String get boxPack(); |
| 19032 |
| 19033 /** Sets the value of "box-pack" */ |
| 19034 void set boxPack(String value); |
| 19035 |
| 19036 /** Gets the value of "box-reflect" */ |
| 19037 String get boxReflect(); |
| 19038 |
| 19039 /** Sets the value of "box-reflect" */ |
| 19040 void set boxReflect(String value); |
| 19041 |
| 19042 /** Gets the value of "box-shadow" */ |
| 19043 String get boxShadow(); |
| 19044 |
| 19045 /** Sets the value of "box-shadow" */ |
| 19046 void set boxShadow(String value); |
| 19047 |
| 19048 /** Gets the value of "box-sizing" */ |
| 19049 String get boxSizing(); |
| 19050 |
| 19051 /** Sets the value of "box-sizing" */ |
| 19052 void set boxSizing(String value); |
| 19053 |
| 19054 /** Gets the value of "caption-side" */ |
| 19055 String get captionSide(); |
| 19056 |
| 19057 /** Sets the value of "caption-side" */ |
| 19058 void set captionSide(String value); |
| 19059 |
| 19060 /** Gets the value of "clear" */ |
| 19061 String get clear(); |
| 19062 |
| 19063 /** Sets the value of "clear" */ |
| 19064 void set clear(String value); |
| 19065 |
| 19066 /** Gets the value of "clip" */ |
| 19067 String get clip(); |
| 19068 |
| 19069 /** Sets the value of "clip" */ |
| 19070 void set clip(String value); |
| 19071 |
| 19072 /** Gets the value of "color" */ |
| 19073 String get color(); |
| 19074 |
| 19075 /** Sets the value of "color" */ |
| 19076 void set color(String value); |
| 19077 |
| 19078 /** Gets the value of "color-correction" */ |
| 19079 String get colorCorrection(); |
| 19080 |
| 19081 /** Sets the value of "color-correction" */ |
| 19082 void set colorCorrection(String value); |
| 19083 |
| 19084 /** Gets the value of "column-break-after" */ |
| 19085 String get columnBreakAfter(); |
| 19086 |
| 19087 /** Sets the value of "column-break-after" */ |
| 19088 void set columnBreakAfter(String value); |
| 19089 |
| 19090 /** Gets the value of "column-break-before" */ |
| 19091 String get columnBreakBefore(); |
| 19092 |
| 19093 /** Sets the value of "column-break-before" */ |
| 19094 void set columnBreakBefore(String value); |
| 19095 |
| 19096 /** Gets the value of "column-break-inside" */ |
| 19097 String get columnBreakInside(); |
| 19098 |
| 19099 /** Sets the value of "column-break-inside" */ |
| 19100 void set columnBreakInside(String value); |
| 19101 |
| 19102 /** Gets the value of "column-count" */ |
| 19103 String get columnCount(); |
| 19104 |
| 19105 /** Sets the value of "column-count" */ |
| 19106 void set columnCount(String value); |
| 19107 |
| 19108 /** Gets the value of "column-gap" */ |
| 19109 String get columnGap(); |
| 19110 |
| 19111 /** Sets the value of "column-gap" */ |
| 19112 void set columnGap(String value); |
| 19113 |
| 19114 /** Gets the value of "column-rule" */ |
| 19115 String get columnRule(); |
| 19116 |
| 19117 /** Sets the value of "column-rule" */ |
| 19118 void set columnRule(String value); |
| 19119 |
| 19120 /** Gets the value of "column-rule-color" */ |
| 19121 String get columnRuleColor(); |
| 19122 |
| 19123 /** Sets the value of "column-rule-color" */ |
| 19124 void set columnRuleColor(String value); |
| 19125 |
| 19126 /** Gets the value of "column-rule-style" */ |
| 19127 String get columnRuleStyle(); |
| 19128 |
| 19129 /** Sets the value of "column-rule-style" */ |
| 19130 void set columnRuleStyle(String value); |
| 19131 |
| 19132 /** Gets the value of "column-rule-width" */ |
| 19133 String get columnRuleWidth(); |
| 19134 |
| 19135 /** Sets the value of "column-rule-width" */ |
| 19136 void set columnRuleWidth(String value); |
| 19137 |
| 19138 /** Gets the value of "column-span" */ |
| 19139 String get columnSpan(); |
| 19140 |
| 19141 /** Sets the value of "column-span" */ |
| 19142 void set columnSpan(String value); |
| 19143 |
| 19144 /** Gets the value of "column-width" */ |
| 19145 String get columnWidth(); |
| 19146 |
| 19147 /** Sets the value of "column-width" */ |
| 19148 void set columnWidth(String value); |
| 19149 |
| 19150 /** Gets the value of "columns" */ |
| 19151 String get columns(); |
| 19152 |
| 19153 /** Sets the value of "columns" */ |
| 19154 void set columns(String value); |
| 19155 |
| 19156 /** Gets the value of "content" */ |
| 19157 String get content(); |
| 19158 |
| 19159 /** Sets the value of "content" */ |
| 19160 void set content(String value); |
| 19161 |
| 19162 /** Gets the value of "counter-increment" */ |
| 19163 String get counterIncrement(); |
| 19164 |
| 19165 /** Sets the value of "counter-increment" */ |
| 19166 void set counterIncrement(String value); |
| 19167 |
| 19168 /** Gets the value of "counter-reset" */ |
| 19169 String get counterReset(); |
| 19170 |
| 19171 /** Sets the value of "counter-reset" */ |
| 19172 void set counterReset(String value); |
| 19173 |
| 19174 /** Gets the value of "cursor" */ |
| 19175 String get cursor(); |
| 19176 |
| 19177 /** Sets the value of "cursor" */ |
| 19178 void set cursor(String value); |
| 19179 |
| 19180 /** Gets the value of "direction" */ |
| 19181 String get direction(); |
| 19182 |
| 19183 /** Sets the value of "direction" */ |
| 19184 void set direction(String value); |
| 19185 |
| 19186 /** Gets the value of "display" */ |
| 19187 String get display(); |
| 19188 |
| 19189 /** Sets the value of "display" */ |
| 19190 void set display(String value); |
| 19191 |
| 19192 /** Gets the value of "empty-cells" */ |
| 19193 String get emptyCells(); |
| 19194 |
| 19195 /** Sets the value of "empty-cells" */ |
| 19196 void set emptyCells(String value); |
| 19197 |
| 19198 /** Gets the value of "filter" */ |
| 19199 String get filter(); |
| 19200 |
| 19201 /** Sets the value of "filter" */ |
| 19202 void set filter(String value); |
| 19203 |
| 19204 /** Gets the value of "flex-align" */ |
| 19205 String get flexAlign(); |
| 19206 |
| 19207 /** Sets the value of "flex-align" */ |
| 19208 void set flexAlign(String value); |
| 19209 |
| 19210 /** Gets the value of "flex-flow" */ |
| 19211 String get flexFlow(); |
| 19212 |
| 19213 /** Sets the value of "flex-flow" */ |
| 19214 void set flexFlow(String value); |
| 19215 |
| 19216 /** Gets the value of "flex-order" */ |
| 19217 String get flexOrder(); |
| 19218 |
| 19219 /** Sets the value of "flex-order" */ |
| 19220 void set flexOrder(String value); |
| 19221 |
| 19222 /** Gets the value of "flex-pack" */ |
| 19223 String get flexPack(); |
| 19224 |
| 19225 /** Sets the value of "flex-pack" */ |
| 19226 void set flexPack(String value); |
| 19227 |
| 19228 /** Gets the value of "float" */ |
| 19229 String get float(); |
| 19230 |
| 19231 /** Sets the value of "float" */ |
| 19232 void set float(String value); |
| 19233 |
| 19234 /** Gets the value of "flow-from" */ |
| 19235 String get flowFrom(); |
| 19236 |
| 19237 /** Sets the value of "flow-from" */ |
| 19238 void set flowFrom(String value); |
| 19239 |
| 19240 /** Gets the value of "flow-into" */ |
| 19241 String get flowInto(); |
| 19242 |
| 19243 /** Sets the value of "flow-into" */ |
| 19244 void set flowInto(String value); |
| 19245 |
| 19246 /** Gets the value of "font" */ |
| 19247 String get font(); |
| 19248 |
| 19249 /** Sets the value of "font" */ |
| 19250 void set font(String value); |
| 19251 |
| 19252 /** Gets the value of "font-family" */ |
| 19253 String get fontFamily(); |
| 19254 |
| 19255 /** Sets the value of "font-family" */ |
| 19256 void set fontFamily(String value); |
| 19257 |
| 19258 /** Gets the value of "font-feature-settings" */ |
| 19259 String get fontFeatureSettings(); |
| 19260 |
| 19261 /** Sets the value of "font-feature-settings" */ |
| 19262 void set fontFeatureSettings(String value); |
| 19263 |
| 19264 /** Gets the value of "font-size" */ |
| 19265 String get fontSize(); |
| 19266 |
| 19267 /** Sets the value of "font-size" */ |
| 19268 void set fontSize(String value); |
| 19269 |
| 19270 /** Gets the value of "font-size-delta" */ |
| 19271 String get fontSizeDelta(); |
| 19272 |
| 19273 /** Sets the value of "font-size-delta" */ |
| 19274 void set fontSizeDelta(String value); |
| 19275 |
| 19276 /** Gets the value of "font-smoothing" */ |
| 19277 String get fontSmoothing(); |
| 19278 |
| 19279 /** Sets the value of "font-smoothing" */ |
| 19280 void set fontSmoothing(String value); |
| 19281 |
| 19282 /** Gets the value of "font-stretch" */ |
| 19283 String get fontStretch(); |
| 19284 |
| 19285 /** Sets the value of "font-stretch" */ |
| 19286 void set fontStretch(String value); |
| 19287 |
| 19288 /** Gets the value of "font-style" */ |
| 19289 String get fontStyle(); |
| 19290 |
| 19291 /** Sets the value of "font-style" */ |
| 19292 void set fontStyle(String value); |
| 19293 |
| 19294 /** Gets the value of "font-variant" */ |
| 19295 String get fontVariant(); |
| 19296 |
| 19297 /** Sets the value of "font-variant" */ |
| 19298 void set fontVariant(String value); |
| 19299 |
| 19300 /** Gets the value of "font-weight" */ |
| 19301 String get fontWeight(); |
| 19302 |
| 19303 /** Sets the value of "font-weight" */ |
| 19304 void set fontWeight(String value); |
| 19305 |
| 19306 /** Gets the value of "height" */ |
| 19307 String get height(); |
| 19308 |
| 19309 /** Sets the value of "height" */ |
| 19310 void set height(String value); |
| 19311 |
| 19312 /** Gets the value of "highlight" */ |
| 19313 String get highlight(); |
| 19314 |
| 19315 /** Sets the value of "highlight" */ |
| 19316 void set highlight(String value); |
| 19317 |
| 19318 /** Gets the value of "hyphenate-character" */ |
| 19319 String get hyphenateCharacter(); |
| 19320 |
| 19321 /** Sets the value of "hyphenate-character" */ |
| 19322 void set hyphenateCharacter(String value); |
| 19323 |
| 19324 /** Gets the value of "hyphenate-limit-after" */ |
| 19325 String get hyphenateLimitAfter(); |
| 19326 |
| 19327 /** Sets the value of "hyphenate-limit-after" */ |
| 19328 void set hyphenateLimitAfter(String value); |
| 19329 |
| 19330 /** Gets the value of "hyphenate-limit-before" */ |
| 19331 String get hyphenateLimitBefore(); |
| 19332 |
| 19333 /** Sets the value of "hyphenate-limit-before" */ |
| 19334 void set hyphenateLimitBefore(String value); |
| 19335 |
| 19336 /** Gets the value of "hyphenate-limit-lines" */ |
| 19337 String get hyphenateLimitLines(); |
| 19338 |
| 19339 /** Sets the value of "hyphenate-limit-lines" */ |
| 19340 void set hyphenateLimitLines(String value); |
| 19341 |
| 19342 /** Gets the value of "hyphens" */ |
| 19343 String get hyphens(); |
| 19344 |
| 19345 /** Sets the value of "hyphens" */ |
| 19346 void set hyphens(String value); |
| 19347 |
| 19348 /** Gets the value of "image-rendering" */ |
| 19349 String get imageRendering(); |
| 19350 |
| 19351 /** Sets the value of "image-rendering" */ |
| 19352 void set imageRendering(String value); |
| 19353 |
| 19354 /** Gets the value of "left" */ |
| 19355 String get left(); |
| 19356 |
| 19357 /** Sets the value of "left" */ |
| 19358 void set left(String value); |
| 19359 |
| 19360 /** Gets the value of "letter-spacing" */ |
| 19361 String get letterSpacing(); |
| 19362 |
| 19363 /** Sets the value of "letter-spacing" */ |
| 19364 void set letterSpacing(String value); |
| 19365 |
| 19366 /** Gets the value of "line-box-contain" */ |
| 19367 String get lineBoxContain(); |
| 19368 |
| 19369 /** Sets the value of "line-box-contain" */ |
| 19370 void set lineBoxContain(String value); |
| 19371 |
| 19372 /** Gets the value of "line-break" */ |
| 19373 String get lineBreak(); |
| 19374 |
| 19375 /** Sets the value of "line-break" */ |
| 19376 void set lineBreak(String value); |
| 19377 |
| 19378 /** Gets the value of "line-clamp" */ |
| 19379 String get lineClamp(); |
| 19380 |
| 19381 /** Sets the value of "line-clamp" */ |
| 19382 void set lineClamp(String value); |
| 19383 |
| 19384 /** Gets the value of "line-height" */ |
| 19385 String get lineHeight(); |
| 19386 |
| 19387 /** Sets the value of "line-height" */ |
| 19388 void set lineHeight(String value); |
| 19389 |
| 19390 /** Gets the value of "list-style" */ |
| 19391 String get listStyle(); |
| 19392 |
| 19393 /** Sets the value of "list-style" */ |
| 19394 void set listStyle(String value); |
| 19395 |
| 19396 /** Gets the value of "list-style-image" */ |
| 19397 String get listStyleImage(); |
| 19398 |
| 19399 /** Sets the value of "list-style-image" */ |
| 19400 void set listStyleImage(String value); |
| 19401 |
| 19402 /** Gets the value of "list-style-position" */ |
| 19403 String get listStylePosition(); |
| 19404 |
| 19405 /** Sets the value of "list-style-position" */ |
| 19406 void set listStylePosition(String value); |
| 19407 |
| 19408 /** Gets the value of "list-style-type" */ |
| 19409 String get listStyleType(); |
| 19410 |
| 19411 /** Sets the value of "list-style-type" */ |
| 19412 void set listStyleType(String value); |
| 19413 |
| 19414 /** Gets the value of "locale" */ |
| 19415 String get locale(); |
| 19416 |
| 19417 /** Sets the value of "locale" */ |
| 19418 void set locale(String value); |
| 19419 |
| 19420 /** Gets the value of "logical-height" */ |
| 19421 String get logicalHeight(); |
| 19422 |
| 19423 /** Sets the value of "logical-height" */ |
| 19424 void set logicalHeight(String value); |
| 19425 |
| 19426 /** Gets the value of "logical-width" */ |
| 19427 String get logicalWidth(); |
| 19428 |
| 19429 /** Sets the value of "logical-width" */ |
| 19430 void set logicalWidth(String value); |
| 19431 |
| 19432 /** Gets the value of "margin" */ |
| 19433 String get margin(); |
| 19434 |
| 19435 /** Sets the value of "margin" */ |
| 19436 void set margin(String value); |
| 19437 |
| 19438 /** Gets the value of "margin-after" */ |
| 19439 String get marginAfter(); |
| 19440 |
| 19441 /** Sets the value of "margin-after" */ |
| 19442 void set marginAfter(String value); |
| 19443 |
| 19444 /** Gets the value of "margin-after-collapse" */ |
| 19445 String get marginAfterCollapse(); |
| 19446 |
| 19447 /** Sets the value of "margin-after-collapse" */ |
| 19448 void set marginAfterCollapse(String value); |
| 19449 |
| 19450 /** Gets the value of "margin-before" */ |
| 19451 String get marginBefore(); |
| 19452 |
| 19453 /** Sets the value of "margin-before" */ |
| 19454 void set marginBefore(String value); |
| 19455 |
| 19456 /** Gets the value of "margin-before-collapse" */ |
| 19457 String get marginBeforeCollapse(); |
| 19458 |
| 19459 /** Sets the value of "margin-before-collapse" */ |
| 19460 void set marginBeforeCollapse(String value); |
| 19461 |
| 19462 /** Gets the value of "margin-bottom" */ |
| 19463 String get marginBottom(); |
| 19464 |
| 19465 /** Sets the value of "margin-bottom" */ |
| 19466 void set marginBottom(String value); |
| 19467 |
| 19468 /** Gets the value of "margin-bottom-collapse" */ |
| 19469 String get marginBottomCollapse(); |
| 19470 |
| 19471 /** Sets the value of "margin-bottom-collapse" */ |
| 19472 void set marginBottomCollapse(String value); |
| 19473 |
| 19474 /** Gets the value of "margin-collapse" */ |
| 19475 String get marginCollapse(); |
| 19476 |
| 19477 /** Sets the value of "margin-collapse" */ |
| 19478 void set marginCollapse(String value); |
| 19479 |
| 19480 /** Gets the value of "margin-end" */ |
| 19481 String get marginEnd(); |
| 19482 |
| 19483 /** Sets the value of "margin-end" */ |
| 19484 void set marginEnd(String value); |
| 19485 |
| 19486 /** Gets the value of "margin-left" */ |
| 19487 String get marginLeft(); |
| 19488 |
| 19489 /** Sets the value of "margin-left" */ |
| 19490 void set marginLeft(String value); |
| 19491 |
| 19492 /** Gets the value of "margin-right" */ |
| 19493 String get marginRight(); |
| 19494 |
| 19495 /** Sets the value of "margin-right" */ |
| 19496 void set marginRight(String value); |
| 19497 |
| 19498 /** Gets the value of "margin-start" */ |
| 19499 String get marginStart(); |
| 19500 |
| 19501 /** Sets the value of "margin-start" */ |
| 19502 void set marginStart(String value); |
| 19503 |
| 19504 /** Gets the value of "margin-top" */ |
| 19505 String get marginTop(); |
| 19506 |
| 19507 /** Sets the value of "margin-top" */ |
| 19508 void set marginTop(String value); |
| 19509 |
| 19510 /** Gets the value of "margin-top-collapse" */ |
| 19511 String get marginTopCollapse(); |
| 19512 |
| 19513 /** Sets the value of "margin-top-collapse" */ |
| 19514 void set marginTopCollapse(String value); |
| 19515 |
| 19516 /** Gets the value of "marquee" */ |
| 19517 String get marquee(); |
| 19518 |
| 19519 /** Sets the value of "marquee" */ |
| 19520 void set marquee(String value); |
| 19521 |
| 19522 /** Gets the value of "marquee-direction" */ |
| 19523 String get marqueeDirection(); |
| 19524 |
| 19525 /** Sets the value of "marquee-direction" */ |
| 19526 void set marqueeDirection(String value); |
| 19527 |
| 19528 /** Gets the value of "marquee-increment" */ |
| 19529 String get marqueeIncrement(); |
| 19530 |
| 19531 /** Sets the value of "marquee-increment" */ |
| 19532 void set marqueeIncrement(String value); |
| 19533 |
| 19534 /** Gets the value of "marquee-repetition" */ |
| 19535 String get marqueeRepetition(); |
| 19536 |
| 19537 /** Sets the value of "marquee-repetition" */ |
| 19538 void set marqueeRepetition(String value); |
| 19539 |
| 19540 /** Gets the value of "marquee-speed" */ |
| 19541 String get marqueeSpeed(); |
| 19542 |
| 19543 /** Sets the value of "marquee-speed" */ |
| 19544 void set marqueeSpeed(String value); |
| 19545 |
| 19546 /** Gets the value of "marquee-style" */ |
| 19547 String get marqueeStyle(); |
| 19548 |
| 19549 /** Sets the value of "marquee-style" */ |
| 19550 void set marqueeStyle(String value); |
| 19551 |
| 19552 /** Gets the value of "mask" */ |
| 19553 String get mask(); |
| 19554 |
| 19555 /** Sets the value of "mask" */ |
| 19556 void set mask(String value); |
| 19557 |
| 19558 /** Gets the value of "mask-attachment" */ |
| 19559 String get maskAttachment(); |
| 19560 |
| 19561 /** Sets the value of "mask-attachment" */ |
| 19562 void set maskAttachment(String value); |
| 19563 |
| 19564 /** Gets the value of "mask-box-image" */ |
| 19565 String get maskBoxImage(); |
| 19566 |
| 19567 /** Sets the value of "mask-box-image" */ |
| 19568 void set maskBoxImage(String value); |
| 19569 |
| 19570 /** Gets the value of "mask-box-image-outset" */ |
| 19571 String get maskBoxImageOutset(); |
| 19572 |
| 19573 /** Sets the value of "mask-box-image-outset" */ |
| 19574 void set maskBoxImageOutset(String value); |
| 19575 |
| 19576 /** Gets the value of "mask-box-image-repeat" */ |
| 19577 String get maskBoxImageRepeat(); |
| 19578 |
| 19579 /** Sets the value of "mask-box-image-repeat" */ |
| 19580 void set maskBoxImageRepeat(String value); |
| 19581 |
| 19582 /** Gets the value of "mask-box-image-slice" */ |
| 19583 String get maskBoxImageSlice(); |
| 19584 |
| 19585 /** Sets the value of "mask-box-image-slice" */ |
| 19586 void set maskBoxImageSlice(String value); |
| 19587 |
| 19588 /** Gets the value of "mask-box-image-source" */ |
| 19589 String get maskBoxImageSource(); |
| 19590 |
| 19591 /** Sets the value of "mask-box-image-source" */ |
| 19592 void set maskBoxImageSource(String value); |
| 19593 |
| 19594 /** Gets the value of "mask-box-image-width" */ |
| 19595 String get maskBoxImageWidth(); |
| 19596 |
| 19597 /** Sets the value of "mask-box-image-width" */ |
| 19598 void set maskBoxImageWidth(String value); |
| 19599 |
| 19600 /** Gets the value of "mask-clip" */ |
| 19601 String get maskClip(); |
| 19602 |
| 19603 /** Sets the value of "mask-clip" */ |
| 19604 void set maskClip(String value); |
| 19605 |
| 19606 /** Gets the value of "mask-composite" */ |
| 19607 String get maskComposite(); |
| 19608 |
| 19609 /** Sets the value of "mask-composite" */ |
| 19610 void set maskComposite(String value); |
| 19611 |
| 19612 /** Gets the value of "mask-image" */ |
| 19613 String get maskImage(); |
| 19614 |
| 19615 /** Sets the value of "mask-image" */ |
| 19616 void set maskImage(String value); |
| 19617 |
| 19618 /** Gets the value of "mask-origin" */ |
| 19619 String get maskOrigin(); |
| 19620 |
| 19621 /** Sets the value of "mask-origin" */ |
| 19622 void set maskOrigin(String value); |
| 19623 |
| 19624 /** Gets the value of "mask-position" */ |
| 19625 String get maskPosition(); |
| 19626 |
| 19627 /** Sets the value of "mask-position" */ |
| 19628 void set maskPosition(String value); |
| 19629 |
| 19630 /** Gets the value of "mask-position-x" */ |
| 19631 String get maskPositionX(); |
| 19632 |
| 19633 /** Sets the value of "mask-position-x" */ |
| 19634 void set maskPositionX(String value); |
| 19635 |
| 19636 /** Gets the value of "mask-position-y" */ |
| 19637 String get maskPositionY(); |
| 19638 |
| 19639 /** Sets the value of "mask-position-y" */ |
| 19640 void set maskPositionY(String value); |
| 19641 |
| 19642 /** Gets the value of "mask-repeat" */ |
| 19643 String get maskRepeat(); |
| 19644 |
| 19645 /** Sets the value of "mask-repeat" */ |
| 19646 void set maskRepeat(String value); |
| 19647 |
| 19648 /** Gets the value of "mask-repeat-x" */ |
| 19649 String get maskRepeatX(); |
| 19650 |
| 19651 /** Sets the value of "mask-repeat-x" */ |
| 19652 void set maskRepeatX(String value); |
| 19653 |
| 19654 /** Gets the value of "mask-repeat-y" */ |
| 19655 String get maskRepeatY(); |
| 19656 |
| 19657 /** Sets the value of "mask-repeat-y" */ |
| 19658 void set maskRepeatY(String value); |
| 19659 |
| 19660 /** Gets the value of "mask-size" */ |
| 19661 String get maskSize(); |
| 19662 |
| 19663 /** Sets the value of "mask-size" */ |
| 19664 void set maskSize(String value); |
| 19665 |
| 19666 /** Gets the value of "match-nearest-mail-blockquote-color" */ |
| 19667 String get matchNearestMailBlockquoteColor(); |
| 19668 |
| 19669 /** Sets the value of "match-nearest-mail-blockquote-color" */ |
| 19670 void set matchNearestMailBlockquoteColor(String value); |
| 19671 |
| 19672 /** Gets the value of "max-height" */ |
| 19673 String get maxHeight(); |
| 19674 |
| 19675 /** Sets the value of "max-height" */ |
| 19676 void set maxHeight(String value); |
| 19677 |
| 19678 /** Gets the value of "max-logical-height" */ |
| 19679 String get maxLogicalHeight(); |
| 19680 |
| 19681 /** Sets the value of "max-logical-height" */ |
| 19682 void set maxLogicalHeight(String value); |
| 19683 |
| 19684 /** Gets the value of "max-logical-width" */ |
| 19685 String get maxLogicalWidth(); |
| 19686 |
| 19687 /** Sets the value of "max-logical-width" */ |
| 19688 void set maxLogicalWidth(String value); |
| 19689 |
| 19690 /** Gets the value of "max-width" */ |
| 19691 String get maxWidth(); |
| 19692 |
| 19693 /** Sets the value of "max-width" */ |
| 19694 void set maxWidth(String value); |
| 19695 |
| 19696 /** Gets the value of "min-height" */ |
| 19697 String get minHeight(); |
| 19698 |
| 19699 /** Sets the value of "min-height" */ |
| 19700 void set minHeight(String value); |
| 19701 |
| 19702 /** Gets the value of "min-logical-height" */ |
| 19703 String get minLogicalHeight(); |
| 19704 |
| 19705 /** Sets the value of "min-logical-height" */ |
| 19706 void set minLogicalHeight(String value); |
| 19707 |
| 19708 /** Gets the value of "min-logical-width" */ |
| 19709 String get minLogicalWidth(); |
| 19710 |
| 19711 /** Sets the value of "min-logical-width" */ |
| 19712 void set minLogicalWidth(String value); |
| 19713 |
| 19714 /** Gets the value of "min-width" */ |
| 19715 String get minWidth(); |
| 19716 |
| 19717 /** Sets the value of "min-width" */ |
| 19718 void set minWidth(String value); |
| 19719 |
| 19720 /** Gets the value of "nbsp-mode" */ |
| 19721 String get nbspMode(); |
| 19722 |
| 19723 /** Sets the value of "nbsp-mode" */ |
| 19724 void set nbspMode(String value); |
| 19725 |
| 19726 /** Gets the value of "opacity" */ |
| 19727 String get opacity(); |
| 19728 |
| 19729 /** Sets the value of "opacity" */ |
| 19730 void set opacity(String value); |
| 19731 |
| 19732 /** Gets the value of "orphans" */ |
| 19733 String get orphans(); |
| 19734 |
| 19735 /** Sets the value of "orphans" */ |
| 19736 void set orphans(String value); |
| 19737 |
| 19738 /** Gets the value of "outline" */ |
| 19739 String get outline(); |
| 19740 |
| 19741 /** Sets the value of "outline" */ |
| 19742 void set outline(String value); |
| 19743 |
| 19744 /** Gets the value of "outline-color" */ |
| 19745 String get outlineColor(); |
| 19746 |
| 19747 /** Sets the value of "outline-color" */ |
| 19748 void set outlineColor(String value); |
| 19749 |
| 19750 /** Gets the value of "outline-offset" */ |
| 19751 String get outlineOffset(); |
| 19752 |
| 19753 /** Sets the value of "outline-offset" */ |
| 19754 void set outlineOffset(String value); |
| 19755 |
| 19756 /** Gets the value of "outline-style" */ |
| 19757 String get outlineStyle(); |
| 19758 |
| 19759 /** Sets the value of "outline-style" */ |
| 19760 void set outlineStyle(String value); |
| 19761 |
| 19762 /** Gets the value of "outline-width" */ |
| 19763 String get outlineWidth(); |
| 19764 |
| 19765 /** Sets the value of "outline-width" */ |
| 19766 void set outlineWidth(String value); |
| 19767 |
| 19768 /** Gets the value of "overflow" */ |
| 19769 String get overflow(); |
| 19770 |
| 19771 /** Sets the value of "overflow" */ |
| 19772 void set overflow(String value); |
| 19773 |
| 19774 /** Gets the value of "overflow-x" */ |
| 19775 String get overflowX(); |
| 19776 |
| 19777 /** Sets the value of "overflow-x" */ |
| 19778 void set overflowX(String value); |
| 19779 |
| 19780 /** Gets the value of "overflow-y" */ |
| 19781 String get overflowY(); |
| 19782 |
| 19783 /** Sets the value of "overflow-y" */ |
| 19784 void set overflowY(String value); |
| 19785 |
| 19786 /** Gets the value of "padding" */ |
| 19787 String get padding(); |
| 19788 |
| 19789 /** Sets the value of "padding" */ |
| 19790 void set padding(String value); |
| 19791 |
| 19792 /** Gets the value of "padding-after" */ |
| 19793 String get paddingAfter(); |
| 19794 |
| 19795 /** Sets the value of "padding-after" */ |
| 19796 void set paddingAfter(String value); |
| 19797 |
| 19798 /** Gets the value of "padding-before" */ |
| 19799 String get paddingBefore(); |
| 19800 |
| 19801 /** Sets the value of "padding-before" */ |
| 19802 void set paddingBefore(String value); |
| 19803 |
| 19804 /** Gets the value of "padding-bottom" */ |
| 19805 String get paddingBottom(); |
| 19806 |
| 19807 /** Sets the value of "padding-bottom" */ |
| 19808 void set paddingBottom(String value); |
| 19809 |
| 19810 /** Gets the value of "padding-end" */ |
| 19811 String get paddingEnd(); |
| 19812 |
| 19813 /** Sets the value of "padding-end" */ |
| 19814 void set paddingEnd(String value); |
| 19815 |
| 19816 /** Gets the value of "padding-left" */ |
| 19817 String get paddingLeft(); |
| 19818 |
| 19819 /** Sets the value of "padding-left" */ |
| 19820 void set paddingLeft(String value); |
| 19821 |
| 19822 /** Gets the value of "padding-right" */ |
| 19823 String get paddingRight(); |
| 19824 |
| 19825 /** Sets the value of "padding-right" */ |
| 19826 void set paddingRight(String value); |
| 19827 |
| 19828 /** Gets the value of "padding-start" */ |
| 19829 String get paddingStart(); |
| 19830 |
| 19831 /** Sets the value of "padding-start" */ |
| 19832 void set paddingStart(String value); |
| 19833 |
| 19834 /** Gets the value of "padding-top" */ |
| 19835 String get paddingTop(); |
| 19836 |
| 19837 /** Sets the value of "padding-top" */ |
| 19838 void set paddingTop(String value); |
| 19839 |
| 19840 /** Gets the value of "page" */ |
| 19841 String get page(); |
| 19842 |
| 19843 /** Sets the value of "page" */ |
| 19844 void set page(String value); |
| 19845 |
| 19846 /** Gets the value of "page-break-after" */ |
| 19847 String get pageBreakAfter(); |
| 19848 |
| 19849 /** Sets the value of "page-break-after" */ |
| 19850 void set pageBreakAfter(String value); |
| 19851 |
| 19852 /** Gets the value of "page-break-before" */ |
| 19853 String get pageBreakBefore(); |
| 19854 |
| 19855 /** Sets the value of "page-break-before" */ |
| 19856 void set pageBreakBefore(String value); |
| 19857 |
| 19858 /** Gets the value of "page-break-inside" */ |
| 19859 String get pageBreakInside(); |
| 19860 |
| 19861 /** Sets the value of "page-break-inside" */ |
| 19862 void set pageBreakInside(String value); |
| 19863 |
| 19864 /** Gets the value of "perspective" */ |
| 19865 String get perspective(); |
| 19866 |
| 19867 /** Sets the value of "perspective" */ |
| 19868 void set perspective(String value); |
| 19869 |
| 19870 /** Gets the value of "perspective-origin" */ |
| 19871 String get perspectiveOrigin(); |
| 19872 |
| 19873 /** Sets the value of "perspective-origin" */ |
| 19874 void set perspectiveOrigin(String value); |
| 19875 |
| 19876 /** Gets the value of "perspective-origin-x" */ |
| 19877 String get perspectiveOriginX(); |
| 19878 |
| 19879 /** Sets the value of "perspective-origin-x" */ |
| 19880 void set perspectiveOriginX(String value); |
| 19881 |
| 19882 /** Gets the value of "perspective-origin-y" */ |
| 19883 String get perspectiveOriginY(); |
| 19884 |
| 19885 /** Sets the value of "perspective-origin-y" */ |
| 19886 void set perspectiveOriginY(String value); |
| 19887 |
| 19888 /** Gets the value of "pointer-events" */ |
| 19889 String get pointerEvents(); |
| 19890 |
| 19891 /** Sets the value of "pointer-events" */ |
| 19892 void set pointerEvents(String value); |
| 19893 |
| 19894 /** Gets the value of "position" */ |
| 19895 String get position(); |
| 19896 |
| 19897 /** Sets the value of "position" */ |
| 19898 void set position(String value); |
| 19899 |
| 19900 /** Gets the value of "quotes" */ |
| 19901 String get quotes(); |
| 19902 |
| 19903 /** Sets the value of "quotes" */ |
| 19904 void set quotes(String value); |
| 19905 |
| 19906 /** Gets the value of "region-break-after" */ |
| 19907 String get regionBreakAfter(); |
| 19908 |
| 19909 /** Sets the value of "region-break-after" */ |
| 19910 void set regionBreakAfter(String value); |
| 19911 |
| 19912 /** Gets the value of "region-break-before" */ |
| 19913 String get regionBreakBefore(); |
| 19914 |
| 19915 /** Sets the value of "region-break-before" */ |
| 19916 void set regionBreakBefore(String value); |
| 19917 |
| 19918 /** Gets the value of "region-break-inside" */ |
| 19919 String get regionBreakInside(); |
| 19920 |
| 19921 /** Sets the value of "region-break-inside" */ |
| 19922 void set regionBreakInside(String value); |
| 19923 |
| 19924 /** Gets the value of "region-overflow" */ |
| 19925 String get regionOverflow(); |
| 19926 |
| 19927 /** Sets the value of "region-overflow" */ |
| 19928 void set regionOverflow(String value); |
| 19929 |
| 19930 /** Gets the value of "resize" */ |
| 19931 String get resize(); |
| 19932 |
| 19933 /** Sets the value of "resize" */ |
| 19934 void set resize(String value); |
| 19935 |
| 19936 /** Gets the value of "right" */ |
| 19937 String get right(); |
| 19938 |
| 19939 /** Sets the value of "right" */ |
| 19940 void set right(String value); |
| 19941 |
| 19942 /** Gets the value of "rtl-ordering" */ |
| 19943 String get rtlOrdering(); |
| 19944 |
| 19945 /** Sets the value of "rtl-ordering" */ |
| 19946 void set rtlOrdering(String value); |
| 19947 |
| 19948 /** Gets the value of "size" */ |
| 19949 String get size(); |
| 19950 |
| 19951 /** Sets the value of "size" */ |
| 19952 void set size(String value); |
| 19953 |
| 19954 /** Gets the value of "speak" */ |
| 19955 String get speak(); |
| 19956 |
| 19957 /** Sets the value of "speak" */ |
| 19958 void set speak(String value); |
| 19959 |
| 19960 /** Gets the value of "src" */ |
| 19961 String get src(); |
| 19962 |
| 19963 /** Sets the value of "src" */ |
| 19964 void set src(String value); |
| 19965 |
| 19966 /** Gets the value of "table-layout" */ |
| 19967 String get tableLayout(); |
| 19968 |
| 19969 /** Sets the value of "table-layout" */ |
| 19970 void set tableLayout(String value); |
| 19971 |
| 19972 /** Gets the value of "tap-highlight-color" */ |
| 19973 String get tapHighlightColor(); |
| 19974 |
| 19975 /** Sets the value of "tap-highlight-color" */ |
| 19976 void set tapHighlightColor(String value); |
| 19977 |
| 19978 /** Gets the value of "text-align" */ |
| 19979 String get textAlign(); |
| 19980 |
| 19981 /** Sets the value of "text-align" */ |
| 19982 void set textAlign(String value); |
| 19983 |
| 19984 /** Gets the value of "text-combine" */ |
| 19985 String get textCombine(); |
| 19986 |
| 19987 /** Sets the value of "text-combine" */ |
| 19988 void set textCombine(String value); |
| 19989 |
| 19990 /** Gets the value of "text-decoration" */ |
| 19991 String get textDecoration(); |
| 19992 |
| 19993 /** Sets the value of "text-decoration" */ |
| 19994 void set textDecoration(String value); |
| 19995 |
| 19996 /** Gets the value of "text-decorations-in-effect" */ |
| 19997 String get textDecorationsInEffect(); |
| 19998 |
| 19999 /** Sets the value of "text-decorations-in-effect" */ |
| 20000 void set textDecorationsInEffect(String value); |
| 20001 |
| 20002 /** Gets the value of "text-emphasis" */ |
| 20003 String get textEmphasis(); |
| 20004 |
| 20005 /** Sets the value of "text-emphasis" */ |
| 20006 void set textEmphasis(String value); |
| 20007 |
| 20008 /** Gets the value of "text-emphasis-color" */ |
| 20009 String get textEmphasisColor(); |
| 20010 |
| 20011 /** Sets the value of "text-emphasis-color" */ |
| 20012 void set textEmphasisColor(String value); |
| 20013 |
| 20014 /** Gets the value of "text-emphasis-position" */ |
| 20015 String get textEmphasisPosition(); |
| 20016 |
| 20017 /** Sets the value of "text-emphasis-position" */ |
| 20018 void set textEmphasisPosition(String value); |
| 20019 |
| 20020 /** Gets the value of "text-emphasis-style" */ |
| 20021 String get textEmphasisStyle(); |
| 20022 |
| 20023 /** Sets the value of "text-emphasis-style" */ |
| 20024 void set textEmphasisStyle(String value); |
| 20025 |
| 20026 /** Gets the value of "text-fill-color" */ |
| 20027 String get textFillColor(); |
| 20028 |
| 20029 /** Sets the value of "text-fill-color" */ |
| 20030 void set textFillColor(String value); |
| 20031 |
| 20032 /** Gets the value of "text-indent" */ |
| 20033 String get textIndent(); |
| 20034 |
| 20035 /** Sets the value of "text-indent" */ |
| 20036 void set textIndent(String value); |
| 20037 |
| 20038 /** Gets the value of "text-line-through" */ |
| 20039 String get textLineThrough(); |
| 20040 |
| 20041 /** Sets the value of "text-line-through" */ |
| 20042 void set textLineThrough(String value); |
| 20043 |
| 20044 /** Gets the value of "text-line-through-color" */ |
| 20045 String get textLineThroughColor(); |
| 20046 |
| 20047 /** Sets the value of "text-line-through-color" */ |
| 20048 void set textLineThroughColor(String value); |
| 20049 |
| 20050 /** Gets the value of "text-line-through-mode" */ |
| 20051 String get textLineThroughMode(); |
| 20052 |
| 20053 /** Sets the value of "text-line-through-mode" */ |
| 20054 void set textLineThroughMode(String value); |
| 20055 |
| 20056 /** Gets the value of "text-line-through-style" */ |
| 20057 String get textLineThroughStyle(); |
| 20058 |
| 20059 /** Sets the value of "text-line-through-style" */ |
| 20060 void set textLineThroughStyle(String value); |
| 20061 |
| 20062 /** Gets the value of "text-line-through-width" */ |
| 20063 String get textLineThroughWidth(); |
| 20064 |
| 20065 /** Sets the value of "text-line-through-width" */ |
| 20066 void set textLineThroughWidth(String value); |
| 20067 |
| 20068 /** Gets the value of "text-orientation" */ |
| 20069 String get textOrientation(); |
| 20070 |
| 20071 /** Sets the value of "text-orientation" */ |
| 20072 void set textOrientation(String value); |
| 20073 |
| 20074 /** Gets the value of "text-overflow" */ |
| 20075 String get textOverflow(); |
| 20076 |
| 20077 /** Sets the value of "text-overflow" */ |
| 20078 void set textOverflow(String value); |
| 20079 |
| 20080 /** Gets the value of "text-overline" */ |
| 20081 String get textOverline(); |
| 20082 |
| 20083 /** Sets the value of "text-overline" */ |
| 20084 void set textOverline(String value); |
| 20085 |
| 20086 /** Gets the value of "text-overline-color" */ |
| 20087 String get textOverlineColor(); |
| 20088 |
| 20089 /** Sets the value of "text-overline-color" */ |
| 20090 void set textOverlineColor(String value); |
| 20091 |
| 20092 /** Gets the value of "text-overline-mode" */ |
| 20093 String get textOverlineMode(); |
| 20094 |
| 20095 /** Sets the value of "text-overline-mode" */ |
| 20096 void set textOverlineMode(String value); |
| 20097 |
| 20098 /** Gets the value of "text-overline-style" */ |
| 20099 String get textOverlineStyle(); |
| 20100 |
| 20101 /** Sets the value of "text-overline-style" */ |
| 20102 void set textOverlineStyle(String value); |
| 20103 |
| 20104 /** Gets the value of "text-overline-width" */ |
| 20105 String get textOverlineWidth(); |
| 20106 |
| 20107 /** Sets the value of "text-overline-width" */ |
| 20108 void set textOverlineWidth(String value); |
| 20109 |
| 20110 /** Gets the value of "text-rendering" */ |
| 20111 String get textRendering(); |
| 20112 |
| 20113 /** Sets the value of "text-rendering" */ |
| 20114 void set textRendering(String value); |
| 20115 |
| 20116 /** Gets the value of "text-security" */ |
| 20117 String get textSecurity(); |
| 20118 |
| 20119 /** Sets the value of "text-security" */ |
| 20120 void set textSecurity(String value); |
| 20121 |
| 20122 /** Gets the value of "text-shadow" */ |
| 20123 String get textShadow(); |
| 20124 |
| 20125 /** Sets the value of "text-shadow" */ |
| 20126 void set textShadow(String value); |
| 20127 |
| 20128 /** Gets the value of "text-size-adjust" */ |
| 20129 String get textSizeAdjust(); |
| 20130 |
| 20131 /** Sets the value of "text-size-adjust" */ |
| 20132 void set textSizeAdjust(String value); |
| 20133 |
| 20134 /** Gets the value of "text-stroke" */ |
| 20135 String get textStroke(); |
| 20136 |
| 20137 /** Sets the value of "text-stroke" */ |
| 20138 void set textStroke(String value); |
| 20139 |
| 20140 /** Gets the value of "text-stroke-color" */ |
| 20141 String get textStrokeColor(); |
| 20142 |
| 20143 /** Sets the value of "text-stroke-color" */ |
| 20144 void set textStrokeColor(String value); |
| 20145 |
| 20146 /** Gets the value of "text-stroke-width" */ |
| 20147 String get textStrokeWidth(); |
| 20148 |
| 20149 /** Sets the value of "text-stroke-width" */ |
| 20150 void set textStrokeWidth(String value); |
| 20151 |
| 20152 /** Gets the value of "text-transform" */ |
| 20153 String get textTransform(); |
| 20154 |
| 20155 /** Sets the value of "text-transform" */ |
| 20156 void set textTransform(String value); |
| 20157 |
| 20158 /** Gets the value of "text-underline" */ |
| 20159 String get textUnderline(); |
| 20160 |
| 20161 /** Sets the value of "text-underline" */ |
| 20162 void set textUnderline(String value); |
| 20163 |
| 20164 /** Gets the value of "text-underline-color" */ |
| 20165 String get textUnderlineColor(); |
| 20166 |
| 20167 /** Sets the value of "text-underline-color" */ |
| 20168 void set textUnderlineColor(String value); |
| 20169 |
| 20170 /** Gets the value of "text-underline-mode" */ |
| 20171 String get textUnderlineMode(); |
| 20172 |
| 20173 /** Sets the value of "text-underline-mode" */ |
| 20174 void set textUnderlineMode(String value); |
| 20175 |
| 20176 /** Gets the value of "text-underline-style" */ |
| 20177 String get textUnderlineStyle(); |
| 20178 |
| 20179 /** Sets the value of "text-underline-style" */ |
| 20180 void set textUnderlineStyle(String value); |
| 20181 |
| 20182 /** Gets the value of "text-underline-width" */ |
| 20183 String get textUnderlineWidth(); |
| 20184 |
| 20185 /** Sets the value of "text-underline-width" */ |
| 20186 void set textUnderlineWidth(String value); |
| 20187 |
| 20188 /** Gets the value of "top" */ |
| 20189 String get top(); |
| 20190 |
| 20191 /** Sets the value of "top" */ |
| 20192 void set top(String value); |
| 20193 |
| 20194 /** Gets the value of "transform" */ |
| 20195 String get transform(); |
| 20196 |
| 20197 /** Sets the value of "transform" */ |
| 20198 void set transform(String value); |
| 20199 |
| 20200 /** Gets the value of "transform-origin" */ |
| 20201 String get transformOrigin(); |
| 20202 |
| 20203 /** Sets the value of "transform-origin" */ |
| 20204 void set transformOrigin(String value); |
| 20205 |
| 20206 /** Gets the value of "transform-origin-x" */ |
| 20207 String get transformOriginX(); |
| 20208 |
| 20209 /** Sets the value of "transform-origin-x" */ |
| 20210 void set transformOriginX(String value); |
| 20211 |
| 20212 /** Gets the value of "transform-origin-y" */ |
| 20213 String get transformOriginY(); |
| 20214 |
| 20215 /** Sets the value of "transform-origin-y" */ |
| 20216 void set transformOriginY(String value); |
| 20217 |
| 20218 /** Gets the value of "transform-origin-z" */ |
| 20219 String get transformOriginZ(); |
| 20220 |
| 20221 /** Sets the value of "transform-origin-z" */ |
| 20222 void set transformOriginZ(String value); |
| 20223 |
| 20224 /** Gets the value of "transform-style" */ |
| 20225 String get transformStyle(); |
| 20226 |
| 20227 /** Sets the value of "transform-style" */ |
| 20228 void set transformStyle(String value); |
| 20229 |
| 20230 /** Gets the value of "transition" */ |
| 20231 String get transition(); |
| 20232 |
| 20233 /** Sets the value of "transition" */ |
| 20234 void set transition(String value); |
| 20235 |
| 20236 /** Gets the value of "transition-delay" */ |
| 20237 String get transitionDelay(); |
| 20238 |
| 20239 /** Sets the value of "transition-delay" */ |
| 20240 void set transitionDelay(String value); |
| 20241 |
| 20242 /** Gets the value of "transition-duration" */ |
| 20243 String get transitionDuration(); |
| 20244 |
| 20245 /** Sets the value of "transition-duration" */ |
| 20246 void set transitionDuration(String value); |
| 20247 |
| 20248 /** Gets the value of "transition-property" */ |
| 20249 String get transitionProperty(); |
| 20250 |
| 20251 /** Sets the value of "transition-property" */ |
| 20252 void set transitionProperty(String value); |
| 20253 |
| 20254 /** Gets the value of "transition-timing-function" */ |
| 20255 String get transitionTimingFunction(); |
| 20256 |
| 20257 /** Sets the value of "transition-timing-function" */ |
| 20258 void set transitionTimingFunction(String value); |
| 20259 |
| 20260 /** Gets the value of "unicode-bidi" */ |
| 20261 String get unicodeBidi(); |
| 20262 |
| 20263 /** Sets the value of "unicode-bidi" */ |
| 20264 void set unicodeBidi(String value); |
| 20265 |
| 20266 /** Gets the value of "unicode-range" */ |
| 20267 String get unicodeRange(); |
| 20268 |
| 20269 /** Sets the value of "unicode-range" */ |
| 20270 void set unicodeRange(String value); |
| 20271 |
| 20272 /** Gets the value of "user-drag" */ |
| 20273 String get userDrag(); |
| 20274 |
| 20275 /** Sets the value of "user-drag" */ |
| 20276 void set userDrag(String value); |
| 20277 |
| 20278 /** Gets the value of "user-modify" */ |
| 20279 String get userModify(); |
| 20280 |
| 20281 /** Sets the value of "user-modify" */ |
| 20282 void set userModify(String value); |
| 20283 |
| 20284 /** Gets the value of "user-select" */ |
| 20285 String get userSelect(); |
| 20286 |
| 20287 /** Sets the value of "user-select" */ |
| 20288 void set userSelect(String value); |
| 20289 |
| 20290 /** Gets the value of "vertical-align" */ |
| 20291 String get verticalAlign(); |
| 20292 |
| 20293 /** Sets the value of "vertical-align" */ |
| 20294 void set verticalAlign(String value); |
| 20295 |
| 20296 /** Gets the value of "visibility" */ |
| 20297 String get visibility(); |
| 20298 |
| 20299 /** Sets the value of "visibility" */ |
| 20300 void set visibility(String value); |
| 20301 |
| 20302 /** Gets the value of "white-space" */ |
| 20303 String get whiteSpace(); |
| 20304 |
| 20305 /** Sets the value of "white-space" */ |
| 20306 void set whiteSpace(String value); |
| 20307 |
| 20308 /** Gets the value of "widows" */ |
| 20309 String get widows(); |
| 20310 |
| 20311 /** Sets the value of "widows" */ |
| 20312 void set widows(String value); |
| 20313 |
| 20314 /** Gets the value of "width" */ |
| 20315 String get width(); |
| 20316 |
| 20317 /** Sets the value of "width" */ |
| 20318 void set width(String value); |
| 20319 |
| 20320 /** Gets the value of "word-break" */ |
| 20321 String get wordBreak(); |
| 20322 |
| 20323 /** Sets the value of "word-break" */ |
| 20324 void set wordBreak(String value); |
| 20325 |
| 20326 /** Gets the value of "word-spacing" */ |
| 20327 String get wordSpacing(); |
| 20328 |
| 20329 /** Sets the value of "word-spacing" */ |
| 20330 void set wordSpacing(String value); |
| 20331 |
| 20332 /** Gets the value of "word-wrap" */ |
| 20333 String get wordWrap(); |
| 20334 |
| 20335 /** Sets the value of "word-wrap" */ |
| 20336 void set wordWrap(String value); |
| 20337 |
| 20338 /** Gets the value of "wrap-shape" */ |
| 20339 String get wrapShape(); |
| 20340 |
| 20341 /** Sets the value of "wrap-shape" */ |
| 20342 void set wrapShape(String value); |
| 20343 |
| 20344 /** Gets the value of "writing-mode" */ |
| 20345 String get writingMode(); |
| 20346 |
| 20347 /** Sets the value of "writing-mode" */ |
| 20348 void set writingMode(String value); |
| 20349 |
| 20350 /** Gets the value of "z-index" */ |
| 20351 String get zIndex(); |
| 20352 |
| 20353 /** Sets the value of "z-index" */ |
| 20354 void set zIndex(String value); |
| 20355 |
| 20356 /** Gets the value of "zoom" */ |
| 20357 String get zoom(); |
| 20358 |
| 20359 /** Sets the value of "zoom" */ |
| 20360 void set zoom(String value); |
| 20361 |
| 18511 } | 20362 } |
| 18512 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 20363 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18513 // for details. All rights reserved. Use of this source code is governed by a | 20364 // for details. All rights reserved. Use of this source code is governed by a |
| 18514 // BSD-style license that can be found in the LICENSE file. | 20365 // BSD-style license that can be found in the LICENSE file. |
| 18515 | 20366 |
| 20367 // WARNING: Do not edit. |
| 20368 // This file was generated by html/scripts/css_code_generator.py |
| 20369 |
| 20370 // Source of CSS properties: |
| 20371 // Source/WebCore/css/CSSPropertyNames.in |
| 20372 |
| 20373 // TODO(jacobr): add versions that take numeric values in px, miliseconds, etc. |
| 20374 |
| 18516 class CSSStyleDeclarationWrappingImplementation extends DOMWrapperBase implement
s CSSStyleDeclaration { | 20375 class CSSStyleDeclarationWrappingImplementation extends DOMWrapperBase implement
s CSSStyleDeclaration { |
| 20376 static String _cachedBrowserPrefix; |
| 20377 |
| 18517 CSSStyleDeclarationWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} | 20378 CSSStyleDeclarationWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
| 18518 | 20379 |
| 20380 static String get _browserPrefix() { |
| 20381 if (_cachedBrowserPrefix === null) { |
| 20382 if (_Device.isFirefox) { |
| 20383 _cachedBrowserPrefix = '-moz-'; |
| 20384 } else { |
| 20385 _cachedBrowserPrefix = '-webkit-'; |
| 20386 } |
| 20387 // TODO(jacobr): support IE 9.0 and Opera as well. |
| 20388 } |
| 20389 return _cachedBrowserPrefix; |
| 20390 } |
| 20391 |
| 18519 String get cssText() { return _ptr.cssText; } | 20392 String get cssText() { return _ptr.cssText; } |
| 18520 | 20393 |
| 18521 void set cssText(String value) { _ptr.cssText = value; } | 20394 void set cssText(String value) { _ptr.cssText = value; } |
| 18522 | 20395 |
| 18523 int get length() { return _ptr.length; } | 20396 int get length() { return _ptr.length; } |
| 18524 | 20397 |
| 18525 CSSRule get parentRule() { return LevelDom.wrapCSSRule(_ptr.parentRule); } | 20398 CSSRule get parentRule() { return LevelDom.wrapCSSRule(_ptr.parentRule); } |
| 18526 | 20399 |
| 18527 CSSValue getPropertyCSSValue(String propertyName) { | 20400 CSSValue getPropertyCSSValue(String propertyName) { |
| 18528 return LevelDom.wrapCSSValue(_ptr.getPropertyCSSValue(propertyName)); | 20401 return LevelDom.wrapCSSValue(_ptr.getPropertyCSSValue(propertyName)); |
| (...skipping 21 matching lines...) Expand all Loading... |
| 18550 | 20423 |
| 18551 String removeProperty(String propertyName) { | 20424 String removeProperty(String propertyName) { |
| 18552 return _ptr.removeProperty(propertyName); | 20425 return _ptr.removeProperty(propertyName); |
| 18553 } | 20426 } |
| 18554 | 20427 |
| 18555 void setProperty(String propertyName, String value, [String priority = '']) { | 20428 void setProperty(String propertyName, String value, [String priority = '']) { |
| 18556 _ptr.setProperty(propertyName, value, priority); | 20429 _ptr.setProperty(propertyName, value, priority); |
| 18557 } | 20430 } |
| 18558 | 20431 |
| 18559 String get typeName() { return "CSSStyleDeclaration"; } | 20432 String get typeName() { return "CSSStyleDeclaration"; } |
| 20433 |
| 20434 |
| 20435 /** Gets the value of "animation" */ |
| 20436 String get animation() => |
| 20437 getPropertyValue('${_browserPrefix}animation'); |
| 20438 |
| 20439 /** Sets the value of "animation" */ |
| 20440 void set animation(String value) { |
| 20441 setProperty('${_browserPrefix}animation', value, ''); |
| 20442 } |
| 20443 |
| 20444 /** Gets the value of "animation-delay" */ |
| 20445 String get animationDelay() => |
| 20446 getPropertyValue('${_browserPrefix}animation-delay'); |
| 20447 |
| 20448 /** Sets the value of "animation-delay" */ |
| 20449 void set animationDelay(String value) { |
| 20450 setProperty('${_browserPrefix}animation-delay', value, ''); |
| 20451 } |
| 20452 |
| 20453 /** Gets the value of "animation-direction" */ |
| 20454 String get animationDirection() => |
| 20455 getPropertyValue('${_browserPrefix}animation-direction'); |
| 20456 |
| 20457 /** Sets the value of "animation-direction" */ |
| 20458 void set animationDirection(String value) { |
| 20459 setProperty('${_browserPrefix}animation-direction', value, ''); |
| 20460 } |
| 20461 |
| 20462 /** Gets the value of "animation-duration" */ |
| 20463 String get animationDuration() => |
| 20464 getPropertyValue('${_browserPrefix}animation-duration'); |
| 20465 |
| 20466 /** Sets the value of "animation-duration" */ |
| 20467 void set animationDuration(String value) { |
| 20468 setProperty('${_browserPrefix}animation-duration', value, ''); |
| 20469 } |
| 20470 |
| 20471 /** Gets the value of "animation-fill-mode" */ |
| 20472 String get animationFillMode() => |
| 20473 getPropertyValue('${_browserPrefix}animation-fill-mode'); |
| 20474 |
| 20475 /** Sets the value of "animation-fill-mode" */ |
| 20476 void set animationFillMode(String value) { |
| 20477 setProperty('${_browserPrefix}animation-fill-mode', value, ''); |
| 20478 } |
| 20479 |
| 20480 /** Gets the value of "animation-iteration-count" */ |
| 20481 String get animationIterationCount() => |
| 20482 getPropertyValue('${_browserPrefix}animation-iteration-count'); |
| 20483 |
| 20484 /** Sets the value of "animation-iteration-count" */ |
| 20485 void set animationIterationCount(String value) { |
| 20486 setProperty('${_browserPrefix}animation-iteration-count', value, ''); |
| 20487 } |
| 20488 |
| 20489 /** Gets the value of "animation-name" */ |
| 20490 String get animationName() => |
| 20491 getPropertyValue('${_browserPrefix}animation-name'); |
| 20492 |
| 20493 /** Sets the value of "animation-name" */ |
| 20494 void set animationName(String value) { |
| 20495 setProperty('${_browserPrefix}animation-name', value, ''); |
| 20496 } |
| 20497 |
| 20498 /** Gets the value of "animation-play-state" */ |
| 20499 String get animationPlayState() => |
| 20500 getPropertyValue('${_browserPrefix}animation-play-state'); |
| 20501 |
| 20502 /** Sets the value of "animation-play-state" */ |
| 20503 void set animationPlayState(String value) { |
| 20504 setProperty('${_browserPrefix}animation-play-state', value, ''); |
| 20505 } |
| 20506 |
| 20507 /** Gets the value of "animation-timing-function" */ |
| 20508 String get animationTimingFunction() => |
| 20509 getPropertyValue('${_browserPrefix}animation-timing-function'); |
| 20510 |
| 20511 /** Sets the value of "animation-timing-function" */ |
| 20512 void set animationTimingFunction(String value) { |
| 20513 setProperty('${_browserPrefix}animation-timing-function', value, ''); |
| 20514 } |
| 20515 |
| 20516 /** Gets the value of "appearance" */ |
| 20517 String get appearance() => |
| 20518 getPropertyValue('${_browserPrefix}appearance'); |
| 20519 |
| 20520 /** Sets the value of "appearance" */ |
| 20521 void set appearance(String value) { |
| 20522 setProperty('${_browserPrefix}appearance', value, ''); |
| 20523 } |
| 20524 |
| 20525 /** Gets the value of "backface-visibility" */ |
| 20526 String get backfaceVisibility() => |
| 20527 getPropertyValue('${_browserPrefix}backface-visibility'); |
| 20528 |
| 20529 /** Sets the value of "backface-visibility" */ |
| 20530 void set backfaceVisibility(String value) { |
| 20531 setProperty('${_browserPrefix}backface-visibility', value, ''); |
| 20532 } |
| 20533 |
| 20534 /** Gets the value of "background" */ |
| 20535 String get background() => |
| 20536 getPropertyValue('background'); |
| 20537 |
| 20538 /** Sets the value of "background" */ |
| 20539 void set background(String value) { |
| 20540 setProperty('background', value, ''); |
| 20541 } |
| 20542 |
| 20543 /** Gets the value of "background-attachment" */ |
| 20544 String get backgroundAttachment() => |
| 20545 getPropertyValue('background-attachment'); |
| 20546 |
| 20547 /** Sets the value of "background-attachment" */ |
| 20548 void set backgroundAttachment(String value) { |
| 20549 setProperty('background-attachment', value, ''); |
| 20550 } |
| 20551 |
| 20552 /** Gets the value of "background-clip" */ |
| 20553 String get backgroundClip() => |
| 20554 getPropertyValue('background-clip'); |
| 20555 |
| 20556 /** Sets the value of "background-clip" */ |
| 20557 void set backgroundClip(String value) { |
| 20558 setProperty('background-clip', value, ''); |
| 20559 } |
| 20560 |
| 20561 /** Gets the value of "background-color" */ |
| 20562 String get backgroundColor() => |
| 20563 getPropertyValue('background-color'); |
| 20564 |
| 20565 /** Sets the value of "background-color" */ |
| 20566 void set backgroundColor(String value) { |
| 20567 setProperty('background-color', value, ''); |
| 20568 } |
| 20569 |
| 20570 /** Gets the value of "background-composite" */ |
| 20571 String get backgroundComposite() => |
| 20572 getPropertyValue('${_browserPrefix}background-composite'); |
| 20573 |
| 20574 /** Sets the value of "background-composite" */ |
| 20575 void set backgroundComposite(String value) { |
| 20576 setProperty('${_browserPrefix}background-composite', value, ''); |
| 20577 } |
| 20578 |
| 20579 /** Gets the value of "background-image" */ |
| 20580 String get backgroundImage() => |
| 20581 getPropertyValue('background-image'); |
| 20582 |
| 20583 /** Sets the value of "background-image" */ |
| 20584 void set backgroundImage(String value) { |
| 20585 setProperty('background-image', value, ''); |
| 20586 } |
| 20587 |
| 20588 /** Gets the value of "background-origin" */ |
| 20589 String get backgroundOrigin() => |
| 20590 getPropertyValue('background-origin'); |
| 20591 |
| 20592 /** Sets the value of "background-origin" */ |
| 20593 void set backgroundOrigin(String value) { |
| 20594 setProperty('background-origin', value, ''); |
| 20595 } |
| 20596 |
| 20597 /** Gets the value of "background-position" */ |
| 20598 String get backgroundPosition() => |
| 20599 getPropertyValue('background-position'); |
| 20600 |
| 20601 /** Sets the value of "background-position" */ |
| 20602 void set backgroundPosition(String value) { |
| 20603 setProperty('background-position', value, ''); |
| 20604 } |
| 20605 |
| 20606 /** Gets the value of "background-position-x" */ |
| 20607 String get backgroundPositionX() => |
| 20608 getPropertyValue('background-position-x'); |
| 20609 |
| 20610 /** Sets the value of "background-position-x" */ |
| 20611 void set backgroundPositionX(String value) { |
| 20612 setProperty('background-position-x', value, ''); |
| 20613 } |
| 20614 |
| 20615 /** Gets the value of "background-position-y" */ |
| 20616 String get backgroundPositionY() => |
| 20617 getPropertyValue('background-position-y'); |
| 20618 |
| 20619 /** Sets the value of "background-position-y" */ |
| 20620 void set backgroundPositionY(String value) { |
| 20621 setProperty('background-position-y', value, ''); |
| 20622 } |
| 20623 |
| 20624 /** Gets the value of "background-repeat" */ |
| 20625 String get backgroundRepeat() => |
| 20626 getPropertyValue('background-repeat'); |
| 20627 |
| 20628 /** Sets the value of "background-repeat" */ |
| 20629 void set backgroundRepeat(String value) { |
| 20630 setProperty('background-repeat', value, ''); |
| 20631 } |
| 20632 |
| 20633 /** Gets the value of "background-repeat-x" */ |
| 20634 String get backgroundRepeatX() => |
| 20635 getPropertyValue('background-repeat-x'); |
| 20636 |
| 20637 /** Sets the value of "background-repeat-x" */ |
| 20638 void set backgroundRepeatX(String value) { |
| 20639 setProperty('background-repeat-x', value, ''); |
| 20640 } |
| 20641 |
| 20642 /** Gets the value of "background-repeat-y" */ |
| 20643 String get backgroundRepeatY() => |
| 20644 getPropertyValue('background-repeat-y'); |
| 20645 |
| 20646 /** Sets the value of "background-repeat-y" */ |
| 20647 void set backgroundRepeatY(String value) { |
| 20648 setProperty('background-repeat-y', value, ''); |
| 20649 } |
| 20650 |
| 20651 /** Gets the value of "background-size" */ |
| 20652 String get backgroundSize() => |
| 20653 getPropertyValue('background-size'); |
| 20654 |
| 20655 /** Sets the value of "background-size" */ |
| 20656 void set backgroundSize(String value) { |
| 20657 setProperty('background-size', value, ''); |
| 20658 } |
| 20659 |
| 20660 /** Gets the value of "border" */ |
| 20661 String get border() => |
| 20662 getPropertyValue('border'); |
| 20663 |
| 20664 /** Sets the value of "border" */ |
| 20665 void set border(String value) { |
| 20666 setProperty('border', value, ''); |
| 20667 } |
| 20668 |
| 20669 /** Gets the value of "border-after" */ |
| 20670 String get borderAfter() => |
| 20671 getPropertyValue('${_browserPrefix}border-after'); |
| 20672 |
| 20673 /** Sets the value of "border-after" */ |
| 20674 void set borderAfter(String value) { |
| 20675 setProperty('${_browserPrefix}border-after', value, ''); |
| 20676 } |
| 20677 |
| 20678 /** Gets the value of "border-after-color" */ |
| 20679 String get borderAfterColor() => |
| 20680 getPropertyValue('${_browserPrefix}border-after-color'); |
| 20681 |
| 20682 /** Sets the value of "border-after-color" */ |
| 20683 void set borderAfterColor(String value) { |
| 20684 setProperty('${_browserPrefix}border-after-color', value, ''); |
| 20685 } |
| 20686 |
| 20687 /** Gets the value of "border-after-style" */ |
| 20688 String get borderAfterStyle() => |
| 20689 getPropertyValue('${_browserPrefix}border-after-style'); |
| 20690 |
| 20691 /** Sets the value of "border-after-style" */ |
| 20692 void set borderAfterStyle(String value) { |
| 20693 setProperty('${_browserPrefix}border-after-style', value, ''); |
| 20694 } |
| 20695 |
| 20696 /** Gets the value of "border-after-width" */ |
| 20697 String get borderAfterWidth() => |
| 20698 getPropertyValue('${_browserPrefix}border-after-width'); |
| 20699 |
| 20700 /** Sets the value of "border-after-width" */ |
| 20701 void set borderAfterWidth(String value) { |
| 20702 setProperty('${_browserPrefix}border-after-width', value, ''); |
| 20703 } |
| 20704 |
| 20705 /** Gets the value of "border-before" */ |
| 20706 String get borderBefore() => |
| 20707 getPropertyValue('${_browserPrefix}border-before'); |
| 20708 |
| 20709 /** Sets the value of "border-before" */ |
| 20710 void set borderBefore(String value) { |
| 20711 setProperty('${_browserPrefix}border-before', value, ''); |
| 20712 } |
| 20713 |
| 20714 /** Gets the value of "border-before-color" */ |
| 20715 String get borderBeforeColor() => |
| 20716 getPropertyValue('${_browserPrefix}border-before-color'); |
| 20717 |
| 20718 /** Sets the value of "border-before-color" */ |
| 20719 void set borderBeforeColor(String value) { |
| 20720 setProperty('${_browserPrefix}border-before-color', value, ''); |
| 20721 } |
| 20722 |
| 20723 /** Gets the value of "border-before-style" */ |
| 20724 String get borderBeforeStyle() => |
| 20725 getPropertyValue('${_browserPrefix}border-before-style'); |
| 20726 |
| 20727 /** Sets the value of "border-before-style" */ |
| 20728 void set borderBeforeStyle(String value) { |
| 20729 setProperty('${_browserPrefix}border-before-style', value, ''); |
| 20730 } |
| 20731 |
| 20732 /** Gets the value of "border-before-width" */ |
| 20733 String get borderBeforeWidth() => |
| 20734 getPropertyValue('${_browserPrefix}border-before-width'); |
| 20735 |
| 20736 /** Sets the value of "border-before-width" */ |
| 20737 void set borderBeforeWidth(String value) { |
| 20738 setProperty('${_browserPrefix}border-before-width', value, ''); |
| 20739 } |
| 20740 |
| 20741 /** Gets the value of "border-bottom" */ |
| 20742 String get borderBottom() => |
| 20743 getPropertyValue('border-bottom'); |
| 20744 |
| 20745 /** Sets the value of "border-bottom" */ |
| 20746 void set borderBottom(String value) { |
| 20747 setProperty('border-bottom', value, ''); |
| 20748 } |
| 20749 |
| 20750 /** Gets the value of "border-bottom-color" */ |
| 20751 String get borderBottomColor() => |
| 20752 getPropertyValue('border-bottom-color'); |
| 20753 |
| 20754 /** Sets the value of "border-bottom-color" */ |
| 20755 void set borderBottomColor(String value) { |
| 20756 setProperty('border-bottom-color', value, ''); |
| 20757 } |
| 20758 |
| 20759 /** Gets the value of "border-bottom-left-radius" */ |
| 20760 String get borderBottomLeftRadius() => |
| 20761 getPropertyValue('border-bottom-left-radius'); |
| 20762 |
| 20763 /** Sets the value of "border-bottom-left-radius" */ |
| 20764 void set borderBottomLeftRadius(String value) { |
| 20765 setProperty('border-bottom-left-radius', value, ''); |
| 20766 } |
| 20767 |
| 20768 /** Gets the value of "border-bottom-right-radius" */ |
| 20769 String get borderBottomRightRadius() => |
| 20770 getPropertyValue('border-bottom-right-radius'); |
| 20771 |
| 20772 /** Sets the value of "border-bottom-right-radius" */ |
| 20773 void set borderBottomRightRadius(String value) { |
| 20774 setProperty('border-bottom-right-radius', value, ''); |
| 20775 } |
| 20776 |
| 20777 /** Gets the value of "border-bottom-style" */ |
| 20778 String get borderBottomStyle() => |
| 20779 getPropertyValue('border-bottom-style'); |
| 20780 |
| 20781 /** Sets the value of "border-bottom-style" */ |
| 20782 void set borderBottomStyle(String value) { |
| 20783 setProperty('border-bottom-style', value, ''); |
| 20784 } |
| 20785 |
| 20786 /** Gets the value of "border-bottom-width" */ |
| 20787 String get borderBottomWidth() => |
| 20788 getPropertyValue('border-bottom-width'); |
| 20789 |
| 20790 /** Sets the value of "border-bottom-width" */ |
| 20791 void set borderBottomWidth(String value) { |
| 20792 setProperty('border-bottom-width', value, ''); |
| 20793 } |
| 20794 |
| 20795 /** Gets the value of "border-collapse" */ |
| 20796 String get borderCollapse() => |
| 20797 getPropertyValue('border-collapse'); |
| 20798 |
| 20799 /** Sets the value of "border-collapse" */ |
| 20800 void set borderCollapse(String value) { |
| 20801 setProperty('border-collapse', value, ''); |
| 20802 } |
| 20803 |
| 20804 /** Gets the value of "border-color" */ |
| 20805 String get borderColor() => |
| 20806 getPropertyValue('border-color'); |
| 20807 |
| 20808 /** Sets the value of "border-color" */ |
| 20809 void set borderColor(String value) { |
| 20810 setProperty('border-color', value, ''); |
| 20811 } |
| 20812 |
| 20813 /** Gets the value of "border-end" */ |
| 20814 String get borderEnd() => |
| 20815 getPropertyValue('${_browserPrefix}border-end'); |
| 20816 |
| 20817 /** Sets the value of "border-end" */ |
| 20818 void set borderEnd(String value) { |
| 20819 setProperty('${_browserPrefix}border-end', value, ''); |
| 20820 } |
| 20821 |
| 20822 /** Gets the value of "border-end-color" */ |
| 20823 String get borderEndColor() => |
| 20824 getPropertyValue('${_browserPrefix}border-end-color'); |
| 20825 |
| 20826 /** Sets the value of "border-end-color" */ |
| 20827 void set borderEndColor(String value) { |
| 20828 setProperty('${_browserPrefix}border-end-color', value, ''); |
| 20829 } |
| 20830 |
| 20831 /** Gets the value of "border-end-style" */ |
| 20832 String get borderEndStyle() => |
| 20833 getPropertyValue('${_browserPrefix}border-end-style'); |
| 20834 |
| 20835 /** Sets the value of "border-end-style" */ |
| 20836 void set borderEndStyle(String value) { |
| 20837 setProperty('${_browserPrefix}border-end-style', value, ''); |
| 20838 } |
| 20839 |
| 20840 /** Gets the value of "border-end-width" */ |
| 20841 String get borderEndWidth() => |
| 20842 getPropertyValue('${_browserPrefix}border-end-width'); |
| 20843 |
| 20844 /** Sets the value of "border-end-width" */ |
| 20845 void set borderEndWidth(String value) { |
| 20846 setProperty('${_browserPrefix}border-end-width', value, ''); |
| 20847 } |
| 20848 |
| 20849 /** Gets the value of "border-fit" */ |
| 20850 String get borderFit() => |
| 20851 getPropertyValue('${_browserPrefix}border-fit'); |
| 20852 |
| 20853 /** Sets the value of "border-fit" */ |
| 20854 void set borderFit(String value) { |
| 20855 setProperty('${_browserPrefix}border-fit', value, ''); |
| 20856 } |
| 20857 |
| 20858 /** Gets the value of "border-horizontal-spacing" */ |
| 20859 String get borderHorizontalSpacing() => |
| 20860 getPropertyValue('${_browserPrefix}border-horizontal-spacing'); |
| 20861 |
| 20862 /** Sets the value of "border-horizontal-spacing" */ |
| 20863 void set borderHorizontalSpacing(String value) { |
| 20864 setProperty('${_browserPrefix}border-horizontal-spacing', value, ''); |
| 20865 } |
| 20866 |
| 20867 /** Gets the value of "border-image" */ |
| 20868 String get borderImage() => |
| 20869 getPropertyValue('border-image'); |
| 20870 |
| 20871 /** Sets the value of "border-image" */ |
| 20872 void set borderImage(String value) { |
| 20873 setProperty('border-image', value, ''); |
| 20874 } |
| 20875 |
| 20876 /** Gets the value of "border-image-outset" */ |
| 20877 String get borderImageOutset() => |
| 20878 getPropertyValue('border-image-outset'); |
| 20879 |
| 20880 /** Sets the value of "border-image-outset" */ |
| 20881 void set borderImageOutset(String value) { |
| 20882 setProperty('border-image-outset', value, ''); |
| 20883 } |
| 20884 |
| 20885 /** Gets the value of "border-image-repeat" */ |
| 20886 String get borderImageRepeat() => |
| 20887 getPropertyValue('border-image-repeat'); |
| 20888 |
| 20889 /** Sets the value of "border-image-repeat" */ |
| 20890 void set borderImageRepeat(String value) { |
| 20891 setProperty('border-image-repeat', value, ''); |
| 20892 } |
| 20893 |
| 20894 /** Gets the value of "border-image-slice" */ |
| 20895 String get borderImageSlice() => |
| 20896 getPropertyValue('border-image-slice'); |
| 20897 |
| 20898 /** Sets the value of "border-image-slice" */ |
| 20899 void set borderImageSlice(String value) { |
| 20900 setProperty('border-image-slice', value, ''); |
| 20901 } |
| 20902 |
| 20903 /** Gets the value of "border-image-source" */ |
| 20904 String get borderImageSource() => |
| 20905 getPropertyValue('border-image-source'); |
| 20906 |
| 20907 /** Sets the value of "border-image-source" */ |
| 20908 void set borderImageSource(String value) { |
| 20909 setProperty('border-image-source', value, ''); |
| 20910 } |
| 20911 |
| 20912 /** Gets the value of "border-image-width" */ |
| 20913 String get borderImageWidth() => |
| 20914 getPropertyValue('border-image-width'); |
| 20915 |
| 20916 /** Sets the value of "border-image-width" */ |
| 20917 void set borderImageWidth(String value) { |
| 20918 setProperty('border-image-width', value, ''); |
| 20919 } |
| 20920 |
| 20921 /** Gets the value of "border-left" */ |
| 20922 String get borderLeft() => |
| 20923 getPropertyValue('border-left'); |
| 20924 |
| 20925 /** Sets the value of "border-left" */ |
| 20926 void set borderLeft(String value) { |
| 20927 setProperty('border-left', value, ''); |
| 20928 } |
| 20929 |
| 20930 /** Gets the value of "border-left-color" */ |
| 20931 String get borderLeftColor() => |
| 20932 getPropertyValue('border-left-color'); |
| 20933 |
| 20934 /** Sets the value of "border-left-color" */ |
| 20935 void set borderLeftColor(String value) { |
| 20936 setProperty('border-left-color', value, ''); |
| 20937 } |
| 20938 |
| 20939 /** Gets the value of "border-left-style" */ |
| 20940 String get borderLeftStyle() => |
| 20941 getPropertyValue('border-left-style'); |
| 20942 |
| 20943 /** Sets the value of "border-left-style" */ |
| 20944 void set borderLeftStyle(String value) { |
| 20945 setProperty('border-left-style', value, ''); |
| 20946 } |
| 20947 |
| 20948 /** Gets the value of "border-left-width" */ |
| 20949 String get borderLeftWidth() => |
| 20950 getPropertyValue('border-left-width'); |
| 20951 |
| 20952 /** Sets the value of "border-left-width" */ |
| 20953 void set borderLeftWidth(String value) { |
| 20954 setProperty('border-left-width', value, ''); |
| 20955 } |
| 20956 |
| 20957 /** Gets the value of "border-radius" */ |
| 20958 String get borderRadius() => |
| 20959 getPropertyValue('border-radius'); |
| 20960 |
| 20961 /** Sets the value of "border-radius" */ |
| 20962 void set borderRadius(String value) { |
| 20963 setProperty('border-radius', value, ''); |
| 20964 } |
| 20965 |
| 20966 /** Gets the value of "border-right" */ |
| 20967 String get borderRight() => |
| 20968 getPropertyValue('border-right'); |
| 20969 |
| 20970 /** Sets the value of "border-right" */ |
| 20971 void set borderRight(String value) { |
| 20972 setProperty('border-right', value, ''); |
| 20973 } |
| 20974 |
| 20975 /** Gets the value of "border-right-color" */ |
| 20976 String get borderRightColor() => |
| 20977 getPropertyValue('border-right-color'); |
| 20978 |
| 20979 /** Sets the value of "border-right-color" */ |
| 20980 void set borderRightColor(String value) { |
| 20981 setProperty('border-right-color', value, ''); |
| 20982 } |
| 20983 |
| 20984 /** Gets the value of "border-right-style" */ |
| 20985 String get borderRightStyle() => |
| 20986 getPropertyValue('border-right-style'); |
| 20987 |
| 20988 /** Sets the value of "border-right-style" */ |
| 20989 void set borderRightStyle(String value) { |
| 20990 setProperty('border-right-style', value, ''); |
| 20991 } |
| 20992 |
| 20993 /** Gets the value of "border-right-width" */ |
| 20994 String get borderRightWidth() => |
| 20995 getPropertyValue('border-right-width'); |
| 20996 |
| 20997 /** Sets the value of "border-right-width" */ |
| 20998 void set borderRightWidth(String value) { |
| 20999 setProperty('border-right-width', value, ''); |
| 21000 } |
| 21001 |
| 21002 /** Gets the value of "border-spacing" */ |
| 21003 String get borderSpacing() => |
| 21004 getPropertyValue('border-spacing'); |
| 21005 |
| 21006 /** Sets the value of "border-spacing" */ |
| 21007 void set borderSpacing(String value) { |
| 21008 setProperty('border-spacing', value, ''); |
| 21009 } |
| 21010 |
| 21011 /** Gets the value of "border-start" */ |
| 21012 String get borderStart() => |
| 21013 getPropertyValue('${_browserPrefix}border-start'); |
| 21014 |
| 21015 /** Sets the value of "border-start" */ |
| 21016 void set borderStart(String value) { |
| 21017 setProperty('${_browserPrefix}border-start', value, ''); |
| 21018 } |
| 21019 |
| 21020 /** Gets the value of "border-start-color" */ |
| 21021 String get borderStartColor() => |
| 21022 getPropertyValue('${_browserPrefix}border-start-color'); |
| 21023 |
| 21024 /** Sets the value of "border-start-color" */ |
| 21025 void set borderStartColor(String value) { |
| 21026 setProperty('${_browserPrefix}border-start-color', value, ''); |
| 21027 } |
| 21028 |
| 21029 /** Gets the value of "border-start-style" */ |
| 21030 String get borderStartStyle() => |
| 21031 getPropertyValue('${_browserPrefix}border-start-style'); |
| 21032 |
| 21033 /** Sets the value of "border-start-style" */ |
| 21034 void set borderStartStyle(String value) { |
| 21035 setProperty('${_browserPrefix}border-start-style', value, ''); |
| 21036 } |
| 21037 |
| 21038 /** Gets the value of "border-start-width" */ |
| 21039 String get borderStartWidth() => |
| 21040 getPropertyValue('${_browserPrefix}border-start-width'); |
| 21041 |
| 21042 /** Sets the value of "border-start-width" */ |
| 21043 void set borderStartWidth(String value) { |
| 21044 setProperty('${_browserPrefix}border-start-width', value, ''); |
| 21045 } |
| 21046 |
| 21047 /** Gets the value of "border-style" */ |
| 21048 String get borderStyle() => |
| 21049 getPropertyValue('border-style'); |
| 21050 |
| 21051 /** Sets the value of "border-style" */ |
| 21052 void set borderStyle(String value) { |
| 21053 setProperty('border-style', value, ''); |
| 21054 } |
| 21055 |
| 21056 /** Gets the value of "border-top" */ |
| 21057 String get borderTop() => |
| 21058 getPropertyValue('border-top'); |
| 21059 |
| 21060 /** Sets the value of "border-top" */ |
| 21061 void set borderTop(String value) { |
| 21062 setProperty('border-top', value, ''); |
| 21063 } |
| 21064 |
| 21065 /** Gets the value of "border-top-color" */ |
| 21066 String get borderTopColor() => |
| 21067 getPropertyValue('border-top-color'); |
| 21068 |
| 21069 /** Sets the value of "border-top-color" */ |
| 21070 void set borderTopColor(String value) { |
| 21071 setProperty('border-top-color', value, ''); |
| 21072 } |
| 21073 |
| 21074 /** Gets the value of "border-top-left-radius" */ |
| 21075 String get borderTopLeftRadius() => |
| 21076 getPropertyValue('border-top-left-radius'); |
| 21077 |
| 21078 /** Sets the value of "border-top-left-radius" */ |
| 21079 void set borderTopLeftRadius(String value) { |
| 21080 setProperty('border-top-left-radius', value, ''); |
| 21081 } |
| 21082 |
| 21083 /** Gets the value of "border-top-right-radius" */ |
| 21084 String get borderTopRightRadius() => |
| 21085 getPropertyValue('border-top-right-radius'); |
| 21086 |
| 21087 /** Sets the value of "border-top-right-radius" */ |
| 21088 void set borderTopRightRadius(String value) { |
| 21089 setProperty('border-top-right-radius', value, ''); |
| 21090 } |
| 21091 |
| 21092 /** Gets the value of "border-top-style" */ |
| 21093 String get borderTopStyle() => |
| 21094 getPropertyValue('border-top-style'); |
| 21095 |
| 21096 /** Sets the value of "border-top-style" */ |
| 21097 void set borderTopStyle(String value) { |
| 21098 setProperty('border-top-style', value, ''); |
| 21099 } |
| 21100 |
| 21101 /** Gets the value of "border-top-width" */ |
| 21102 String get borderTopWidth() => |
| 21103 getPropertyValue('border-top-width'); |
| 21104 |
| 21105 /** Sets the value of "border-top-width" */ |
| 21106 void set borderTopWidth(String value) { |
| 21107 setProperty('border-top-width', value, ''); |
| 21108 } |
| 21109 |
| 21110 /** Gets the value of "border-vertical-spacing" */ |
| 21111 String get borderVerticalSpacing() => |
| 21112 getPropertyValue('${_browserPrefix}border-vertical-spacing'); |
| 21113 |
| 21114 /** Sets the value of "border-vertical-spacing" */ |
| 21115 void set borderVerticalSpacing(String value) { |
| 21116 setProperty('${_browserPrefix}border-vertical-spacing', value, ''); |
| 21117 } |
| 21118 |
| 21119 /** Gets the value of "border-width" */ |
| 21120 String get borderWidth() => |
| 21121 getPropertyValue('border-width'); |
| 21122 |
| 21123 /** Sets the value of "border-width" */ |
| 21124 void set borderWidth(String value) { |
| 21125 setProperty('border-width', value, ''); |
| 21126 } |
| 21127 |
| 21128 /** Gets the value of "bottom" */ |
| 21129 String get bottom() => |
| 21130 getPropertyValue('bottom'); |
| 21131 |
| 21132 /** Sets the value of "bottom" */ |
| 21133 void set bottom(String value) { |
| 21134 setProperty('bottom', value, ''); |
| 21135 } |
| 21136 |
| 21137 /** Gets the value of "box-align" */ |
| 21138 String get boxAlign() => |
| 21139 getPropertyValue('${_browserPrefix}box-align'); |
| 21140 |
| 21141 /** Sets the value of "box-align" */ |
| 21142 void set boxAlign(String value) { |
| 21143 setProperty('${_browserPrefix}box-align', value, ''); |
| 21144 } |
| 21145 |
| 21146 /** Gets the value of "box-direction" */ |
| 21147 String get boxDirection() => |
| 21148 getPropertyValue('${_browserPrefix}box-direction'); |
| 21149 |
| 21150 /** Sets the value of "box-direction" */ |
| 21151 void set boxDirection(String value) { |
| 21152 setProperty('${_browserPrefix}box-direction', value, ''); |
| 21153 } |
| 21154 |
| 21155 /** Gets the value of "box-flex" */ |
| 21156 String get boxFlex() => |
| 21157 getPropertyValue('${_browserPrefix}box-flex'); |
| 21158 |
| 21159 /** Sets the value of "box-flex" */ |
| 21160 void set boxFlex(String value) { |
| 21161 setProperty('${_browserPrefix}box-flex', value, ''); |
| 21162 } |
| 21163 |
| 21164 /** Gets the value of "box-flex-group" */ |
| 21165 String get boxFlexGroup() => |
| 21166 getPropertyValue('${_browserPrefix}box-flex-group'); |
| 21167 |
| 21168 /** Sets the value of "box-flex-group" */ |
| 21169 void set boxFlexGroup(String value) { |
| 21170 setProperty('${_browserPrefix}box-flex-group', value, ''); |
| 21171 } |
| 21172 |
| 21173 /** Gets the value of "box-lines" */ |
| 21174 String get boxLines() => |
| 21175 getPropertyValue('${_browserPrefix}box-lines'); |
| 21176 |
| 21177 /** Sets the value of "box-lines" */ |
| 21178 void set boxLines(String value) { |
| 21179 setProperty('${_browserPrefix}box-lines', value, ''); |
| 21180 } |
| 21181 |
| 21182 /** Gets the value of "box-ordinal-group" */ |
| 21183 String get boxOrdinalGroup() => |
| 21184 getPropertyValue('${_browserPrefix}box-ordinal-group'); |
| 21185 |
| 21186 /** Sets the value of "box-ordinal-group" */ |
| 21187 void set boxOrdinalGroup(String value) { |
| 21188 setProperty('${_browserPrefix}box-ordinal-group', value, ''); |
| 21189 } |
| 21190 |
| 21191 /** Gets the value of "box-orient" */ |
| 21192 String get boxOrient() => |
| 21193 getPropertyValue('${_browserPrefix}box-orient'); |
| 21194 |
| 21195 /** Sets the value of "box-orient" */ |
| 21196 void set boxOrient(String value) { |
| 21197 setProperty('${_browserPrefix}box-orient', value, ''); |
| 21198 } |
| 21199 |
| 21200 /** Gets the value of "box-pack" */ |
| 21201 String get boxPack() => |
| 21202 getPropertyValue('${_browserPrefix}box-pack'); |
| 21203 |
| 21204 /** Sets the value of "box-pack" */ |
| 21205 void set boxPack(String value) { |
| 21206 setProperty('${_browserPrefix}box-pack', value, ''); |
| 21207 } |
| 21208 |
| 21209 /** Gets the value of "box-reflect" */ |
| 21210 String get boxReflect() => |
| 21211 getPropertyValue('${_browserPrefix}box-reflect'); |
| 21212 |
| 21213 /** Sets the value of "box-reflect" */ |
| 21214 void set boxReflect(String value) { |
| 21215 setProperty('${_browserPrefix}box-reflect', value, ''); |
| 21216 } |
| 21217 |
| 21218 /** Gets the value of "box-shadow" */ |
| 21219 String get boxShadow() => |
| 21220 getPropertyValue('box-shadow'); |
| 21221 |
| 21222 /** Sets the value of "box-shadow" */ |
| 21223 void set boxShadow(String value) { |
| 21224 setProperty('box-shadow', value, ''); |
| 21225 } |
| 21226 |
| 21227 /** Gets the value of "box-sizing" */ |
| 21228 String get boxSizing() => |
| 21229 getPropertyValue('box-sizing'); |
| 21230 |
| 21231 /** Sets the value of "box-sizing" */ |
| 21232 void set boxSizing(String value) { |
| 21233 setProperty('box-sizing', value, ''); |
| 21234 } |
| 21235 |
| 21236 /** Gets the value of "caption-side" */ |
| 21237 String get captionSide() => |
| 21238 getPropertyValue('caption-side'); |
| 21239 |
| 21240 /** Sets the value of "caption-side" */ |
| 21241 void set captionSide(String value) { |
| 21242 setProperty('caption-side', value, ''); |
| 21243 } |
| 21244 |
| 21245 /** Gets the value of "clear" */ |
| 21246 String get clear() => |
| 21247 getPropertyValue('clear'); |
| 21248 |
| 21249 /** Sets the value of "clear" */ |
| 21250 void set clear(String value) { |
| 21251 setProperty('clear', value, ''); |
| 21252 } |
| 21253 |
| 21254 /** Gets the value of "clip" */ |
| 21255 String get clip() => |
| 21256 getPropertyValue('clip'); |
| 21257 |
| 21258 /** Sets the value of "clip" */ |
| 21259 void set clip(String value) { |
| 21260 setProperty('clip', value, ''); |
| 21261 } |
| 21262 |
| 21263 /** Gets the value of "color" */ |
| 21264 String get color() => |
| 21265 getPropertyValue('color'); |
| 21266 |
| 21267 /** Sets the value of "color" */ |
| 21268 void set color(String value) { |
| 21269 setProperty('color', value, ''); |
| 21270 } |
| 21271 |
| 21272 /** Gets the value of "color-correction" */ |
| 21273 String get colorCorrection() => |
| 21274 getPropertyValue('${_browserPrefix}color-correction'); |
| 21275 |
| 21276 /** Sets the value of "color-correction" */ |
| 21277 void set colorCorrection(String value) { |
| 21278 setProperty('${_browserPrefix}color-correction', value, ''); |
| 21279 } |
| 21280 |
| 21281 /** Gets the value of "column-break-after" */ |
| 21282 String get columnBreakAfter() => |
| 21283 getPropertyValue('${_browserPrefix}column-break-after'); |
| 21284 |
| 21285 /** Sets the value of "column-break-after" */ |
| 21286 void set columnBreakAfter(String value) { |
| 21287 setProperty('${_browserPrefix}column-break-after', value, ''); |
| 21288 } |
| 21289 |
| 21290 /** Gets the value of "column-break-before" */ |
| 21291 String get columnBreakBefore() => |
| 21292 getPropertyValue('${_browserPrefix}column-break-before'); |
| 21293 |
| 21294 /** Sets the value of "column-break-before" */ |
| 21295 void set columnBreakBefore(String value) { |
| 21296 setProperty('${_browserPrefix}column-break-before', value, ''); |
| 21297 } |
| 21298 |
| 21299 /** Gets the value of "column-break-inside" */ |
| 21300 String get columnBreakInside() => |
| 21301 getPropertyValue('${_browserPrefix}column-break-inside'); |
| 21302 |
| 21303 /** Sets the value of "column-break-inside" */ |
| 21304 void set columnBreakInside(String value) { |
| 21305 setProperty('${_browserPrefix}column-break-inside', value, ''); |
| 21306 } |
| 21307 |
| 21308 /** Gets the value of "column-count" */ |
| 21309 String get columnCount() => |
| 21310 getPropertyValue('${_browserPrefix}column-count'); |
| 21311 |
| 21312 /** Sets the value of "column-count" */ |
| 21313 void set columnCount(String value) { |
| 21314 setProperty('${_browserPrefix}column-count', value, ''); |
| 21315 } |
| 21316 |
| 21317 /** Gets the value of "column-gap" */ |
| 21318 String get columnGap() => |
| 21319 getPropertyValue('${_browserPrefix}column-gap'); |
| 21320 |
| 21321 /** Sets the value of "column-gap" */ |
| 21322 void set columnGap(String value) { |
| 21323 setProperty('${_browserPrefix}column-gap', value, ''); |
| 21324 } |
| 21325 |
| 21326 /** Gets the value of "column-rule" */ |
| 21327 String get columnRule() => |
| 21328 getPropertyValue('${_browserPrefix}column-rule'); |
| 21329 |
| 21330 /** Sets the value of "column-rule" */ |
| 21331 void set columnRule(String value) { |
| 21332 setProperty('${_browserPrefix}column-rule', value, ''); |
| 21333 } |
| 21334 |
| 21335 /** Gets the value of "column-rule-color" */ |
| 21336 String get columnRuleColor() => |
| 21337 getPropertyValue('${_browserPrefix}column-rule-color'); |
| 21338 |
| 21339 /** Sets the value of "column-rule-color" */ |
| 21340 void set columnRuleColor(String value) { |
| 21341 setProperty('${_browserPrefix}column-rule-color', value, ''); |
| 21342 } |
| 21343 |
| 21344 /** Gets the value of "column-rule-style" */ |
| 21345 String get columnRuleStyle() => |
| 21346 getPropertyValue('${_browserPrefix}column-rule-style'); |
| 21347 |
| 21348 /** Sets the value of "column-rule-style" */ |
| 21349 void set columnRuleStyle(String value) { |
| 21350 setProperty('${_browserPrefix}column-rule-style', value, ''); |
| 21351 } |
| 21352 |
| 21353 /** Gets the value of "column-rule-width" */ |
| 21354 String get columnRuleWidth() => |
| 21355 getPropertyValue('${_browserPrefix}column-rule-width'); |
| 21356 |
| 21357 /** Sets the value of "column-rule-width" */ |
| 21358 void set columnRuleWidth(String value) { |
| 21359 setProperty('${_browserPrefix}column-rule-width', value, ''); |
| 21360 } |
| 21361 |
| 21362 /** Gets the value of "column-span" */ |
| 21363 String get columnSpan() => |
| 21364 getPropertyValue('${_browserPrefix}column-span'); |
| 21365 |
| 21366 /** Sets the value of "column-span" */ |
| 21367 void set columnSpan(String value) { |
| 21368 setProperty('${_browserPrefix}column-span', value, ''); |
| 21369 } |
| 21370 |
| 21371 /** Gets the value of "column-width" */ |
| 21372 String get columnWidth() => |
| 21373 getPropertyValue('${_browserPrefix}column-width'); |
| 21374 |
| 21375 /** Sets the value of "column-width" */ |
| 21376 void set columnWidth(String value) { |
| 21377 setProperty('${_browserPrefix}column-width', value, ''); |
| 21378 } |
| 21379 |
| 21380 /** Gets the value of "columns" */ |
| 21381 String get columns() => |
| 21382 getPropertyValue('${_browserPrefix}columns'); |
| 21383 |
| 21384 /** Sets the value of "columns" */ |
| 21385 void set columns(String value) { |
| 21386 setProperty('${_browserPrefix}columns', value, ''); |
| 21387 } |
| 21388 |
| 21389 /** Gets the value of "content" */ |
| 21390 String get content() => |
| 21391 getPropertyValue('content'); |
| 21392 |
| 21393 /** Sets the value of "content" */ |
| 21394 void set content(String value) { |
| 21395 setProperty('content', value, ''); |
| 21396 } |
| 21397 |
| 21398 /** Gets the value of "counter-increment" */ |
| 21399 String get counterIncrement() => |
| 21400 getPropertyValue('counter-increment'); |
| 21401 |
| 21402 /** Sets the value of "counter-increment" */ |
| 21403 void set counterIncrement(String value) { |
| 21404 setProperty('counter-increment', value, ''); |
| 21405 } |
| 21406 |
| 21407 /** Gets the value of "counter-reset" */ |
| 21408 String get counterReset() => |
| 21409 getPropertyValue('counter-reset'); |
| 21410 |
| 21411 /** Sets the value of "counter-reset" */ |
| 21412 void set counterReset(String value) { |
| 21413 setProperty('counter-reset', value, ''); |
| 21414 } |
| 21415 |
| 21416 /** Gets the value of "cursor" */ |
| 21417 String get cursor() => |
| 21418 getPropertyValue('cursor'); |
| 21419 |
| 21420 /** Sets the value of "cursor" */ |
| 21421 void set cursor(String value) { |
| 21422 setProperty('cursor', value, ''); |
| 21423 } |
| 21424 |
| 21425 /** Gets the value of "direction" */ |
| 21426 String get direction() => |
| 21427 getPropertyValue('direction'); |
| 21428 |
| 21429 /** Sets the value of "direction" */ |
| 21430 void set direction(String value) { |
| 21431 setProperty('direction', value, ''); |
| 21432 } |
| 21433 |
| 21434 /** Gets the value of "display" */ |
| 21435 String get display() => |
| 21436 getPropertyValue('display'); |
| 21437 |
| 21438 /** Sets the value of "display" */ |
| 21439 void set display(String value) { |
| 21440 setProperty('display', value, ''); |
| 21441 } |
| 21442 |
| 21443 /** Gets the value of "empty-cells" */ |
| 21444 String get emptyCells() => |
| 21445 getPropertyValue('empty-cells'); |
| 21446 |
| 21447 /** Sets the value of "empty-cells" */ |
| 21448 void set emptyCells(String value) { |
| 21449 setProperty('empty-cells', value, ''); |
| 21450 } |
| 21451 |
| 21452 /** Gets the value of "filter" */ |
| 21453 String get filter() => |
| 21454 getPropertyValue('${_browserPrefix}filter'); |
| 21455 |
| 21456 /** Sets the value of "filter" */ |
| 21457 void set filter(String value) { |
| 21458 setProperty('${_browserPrefix}filter', value, ''); |
| 21459 } |
| 21460 |
| 21461 /** Gets the value of "flex-align" */ |
| 21462 String get flexAlign() => |
| 21463 getPropertyValue('${_browserPrefix}flex-align'); |
| 21464 |
| 21465 /** Sets the value of "flex-align" */ |
| 21466 void set flexAlign(String value) { |
| 21467 setProperty('${_browserPrefix}flex-align', value, ''); |
| 21468 } |
| 21469 |
| 21470 /** Gets the value of "flex-flow" */ |
| 21471 String get flexFlow() => |
| 21472 getPropertyValue('${_browserPrefix}flex-flow'); |
| 21473 |
| 21474 /** Sets the value of "flex-flow" */ |
| 21475 void set flexFlow(String value) { |
| 21476 setProperty('${_browserPrefix}flex-flow', value, ''); |
| 21477 } |
| 21478 |
| 21479 /** Gets the value of "flex-order" */ |
| 21480 String get flexOrder() => |
| 21481 getPropertyValue('${_browserPrefix}flex-order'); |
| 21482 |
| 21483 /** Sets the value of "flex-order" */ |
| 21484 void set flexOrder(String value) { |
| 21485 setProperty('${_browserPrefix}flex-order', value, ''); |
| 21486 } |
| 21487 |
| 21488 /** Gets the value of "flex-pack" */ |
| 21489 String get flexPack() => |
| 21490 getPropertyValue('${_browserPrefix}flex-pack'); |
| 21491 |
| 21492 /** Sets the value of "flex-pack" */ |
| 21493 void set flexPack(String value) { |
| 21494 setProperty('${_browserPrefix}flex-pack', value, ''); |
| 21495 } |
| 21496 |
| 21497 /** Gets the value of "float" */ |
| 21498 String get float() => |
| 21499 getPropertyValue('float'); |
| 21500 |
| 21501 /** Sets the value of "float" */ |
| 21502 void set float(String value) { |
| 21503 setProperty('float', value, ''); |
| 21504 } |
| 21505 |
| 21506 /** Gets the value of "flow-from" */ |
| 21507 String get flowFrom() => |
| 21508 getPropertyValue('${_browserPrefix}flow-from'); |
| 21509 |
| 21510 /** Sets the value of "flow-from" */ |
| 21511 void set flowFrom(String value) { |
| 21512 setProperty('${_browserPrefix}flow-from', value, ''); |
| 21513 } |
| 21514 |
| 21515 /** Gets the value of "flow-into" */ |
| 21516 String get flowInto() => |
| 21517 getPropertyValue('${_browserPrefix}flow-into'); |
| 21518 |
| 21519 /** Sets the value of "flow-into" */ |
| 21520 void set flowInto(String value) { |
| 21521 setProperty('${_browserPrefix}flow-into', value, ''); |
| 21522 } |
| 21523 |
| 21524 /** Gets the value of "font" */ |
| 21525 String get font() => |
| 21526 getPropertyValue('font'); |
| 21527 |
| 21528 /** Sets the value of "font" */ |
| 21529 void set font(String value) { |
| 21530 setProperty('font', value, ''); |
| 21531 } |
| 21532 |
| 21533 /** Gets the value of "font-family" */ |
| 21534 String get fontFamily() => |
| 21535 getPropertyValue('font-family'); |
| 21536 |
| 21537 /** Sets the value of "font-family" */ |
| 21538 void set fontFamily(String value) { |
| 21539 setProperty('font-family', value, ''); |
| 21540 } |
| 21541 |
| 21542 /** Gets the value of "font-feature-settings" */ |
| 21543 String get fontFeatureSettings() => |
| 21544 getPropertyValue('${_browserPrefix}font-feature-settings'); |
| 21545 |
| 21546 /** Sets the value of "font-feature-settings" */ |
| 21547 void set fontFeatureSettings(String value) { |
| 21548 setProperty('${_browserPrefix}font-feature-settings', value, ''); |
| 21549 } |
| 21550 |
| 21551 /** Gets the value of "font-size" */ |
| 21552 String get fontSize() => |
| 21553 getPropertyValue('font-size'); |
| 21554 |
| 21555 /** Sets the value of "font-size" */ |
| 21556 void set fontSize(String value) { |
| 21557 setProperty('font-size', value, ''); |
| 21558 } |
| 21559 |
| 21560 /** Gets the value of "font-size-delta" */ |
| 21561 String get fontSizeDelta() => |
| 21562 getPropertyValue('${_browserPrefix}font-size-delta'); |
| 21563 |
| 21564 /** Sets the value of "font-size-delta" */ |
| 21565 void set fontSizeDelta(String value) { |
| 21566 setProperty('${_browserPrefix}font-size-delta', value, ''); |
| 21567 } |
| 21568 |
| 21569 /** Gets the value of "font-smoothing" */ |
| 21570 String get fontSmoothing() => |
| 21571 getPropertyValue('${_browserPrefix}font-smoothing'); |
| 21572 |
| 21573 /** Sets the value of "font-smoothing" */ |
| 21574 void set fontSmoothing(String value) { |
| 21575 setProperty('${_browserPrefix}font-smoothing', value, ''); |
| 21576 } |
| 21577 |
| 21578 /** Gets the value of "font-stretch" */ |
| 21579 String get fontStretch() => |
| 21580 getPropertyValue('font-stretch'); |
| 21581 |
| 21582 /** Sets the value of "font-stretch" */ |
| 21583 void set fontStretch(String value) { |
| 21584 setProperty('font-stretch', value, ''); |
| 21585 } |
| 21586 |
| 21587 /** Gets the value of "font-style" */ |
| 21588 String get fontStyle() => |
| 21589 getPropertyValue('font-style'); |
| 21590 |
| 21591 /** Sets the value of "font-style" */ |
| 21592 void set fontStyle(String value) { |
| 21593 setProperty('font-style', value, ''); |
| 21594 } |
| 21595 |
| 21596 /** Gets the value of "font-variant" */ |
| 21597 String get fontVariant() => |
| 21598 getPropertyValue('font-variant'); |
| 21599 |
| 21600 /** Sets the value of "font-variant" */ |
| 21601 void set fontVariant(String value) { |
| 21602 setProperty('font-variant', value, ''); |
| 21603 } |
| 21604 |
| 21605 /** Gets the value of "font-weight" */ |
| 21606 String get fontWeight() => |
| 21607 getPropertyValue('font-weight'); |
| 21608 |
| 21609 /** Sets the value of "font-weight" */ |
| 21610 void set fontWeight(String value) { |
| 21611 setProperty('font-weight', value, ''); |
| 21612 } |
| 21613 |
| 21614 /** Gets the value of "height" */ |
| 21615 String get height() => |
| 21616 getPropertyValue('height'); |
| 21617 |
| 21618 /** Sets the value of "height" */ |
| 21619 void set height(String value) { |
| 21620 setProperty('height', value, ''); |
| 21621 } |
| 21622 |
| 21623 /** Gets the value of "highlight" */ |
| 21624 String get highlight() => |
| 21625 getPropertyValue('${_browserPrefix}highlight'); |
| 21626 |
| 21627 /** Sets the value of "highlight" */ |
| 21628 void set highlight(String value) { |
| 21629 setProperty('${_browserPrefix}highlight', value, ''); |
| 21630 } |
| 21631 |
| 21632 /** Gets the value of "hyphenate-character" */ |
| 21633 String get hyphenateCharacter() => |
| 21634 getPropertyValue('${_browserPrefix}hyphenate-character'); |
| 21635 |
| 21636 /** Sets the value of "hyphenate-character" */ |
| 21637 void set hyphenateCharacter(String value) { |
| 21638 setProperty('${_browserPrefix}hyphenate-character', value, ''); |
| 21639 } |
| 21640 |
| 21641 /** Gets the value of "hyphenate-limit-after" */ |
| 21642 String get hyphenateLimitAfter() => |
| 21643 getPropertyValue('${_browserPrefix}hyphenate-limit-after'); |
| 21644 |
| 21645 /** Sets the value of "hyphenate-limit-after" */ |
| 21646 void set hyphenateLimitAfter(String value) { |
| 21647 setProperty('${_browserPrefix}hyphenate-limit-after', value, ''); |
| 21648 } |
| 21649 |
| 21650 /** Gets the value of "hyphenate-limit-before" */ |
| 21651 String get hyphenateLimitBefore() => |
| 21652 getPropertyValue('${_browserPrefix}hyphenate-limit-before'); |
| 21653 |
| 21654 /** Sets the value of "hyphenate-limit-before" */ |
| 21655 void set hyphenateLimitBefore(String value) { |
| 21656 setProperty('${_browserPrefix}hyphenate-limit-before', value, ''); |
| 21657 } |
| 21658 |
| 21659 /** Gets the value of "hyphenate-limit-lines" */ |
| 21660 String get hyphenateLimitLines() => |
| 21661 getPropertyValue('${_browserPrefix}hyphenate-limit-lines'); |
| 21662 |
| 21663 /** Sets the value of "hyphenate-limit-lines" */ |
| 21664 void set hyphenateLimitLines(String value) { |
| 21665 setProperty('${_browserPrefix}hyphenate-limit-lines', value, ''); |
| 21666 } |
| 21667 |
| 21668 /** Gets the value of "hyphens" */ |
| 21669 String get hyphens() => |
| 21670 getPropertyValue('${_browserPrefix}hyphens'); |
| 21671 |
| 21672 /** Sets the value of "hyphens" */ |
| 21673 void set hyphens(String value) { |
| 21674 setProperty('${_browserPrefix}hyphens', value, ''); |
| 21675 } |
| 21676 |
| 21677 /** Gets the value of "image-rendering" */ |
| 21678 String get imageRendering() => |
| 21679 getPropertyValue('image-rendering'); |
| 21680 |
| 21681 /** Sets the value of "image-rendering" */ |
| 21682 void set imageRendering(String value) { |
| 21683 setProperty('image-rendering', value, ''); |
| 21684 } |
| 21685 |
| 21686 /** Gets the value of "left" */ |
| 21687 String get left() => |
| 21688 getPropertyValue('left'); |
| 21689 |
| 21690 /** Sets the value of "left" */ |
| 21691 void set left(String value) { |
| 21692 setProperty('left', value, ''); |
| 21693 } |
| 21694 |
| 21695 /** Gets the value of "letter-spacing" */ |
| 21696 String get letterSpacing() => |
| 21697 getPropertyValue('letter-spacing'); |
| 21698 |
| 21699 /** Sets the value of "letter-spacing" */ |
| 21700 void set letterSpacing(String value) { |
| 21701 setProperty('letter-spacing', value, ''); |
| 21702 } |
| 21703 |
| 21704 /** Gets the value of "line-box-contain" */ |
| 21705 String get lineBoxContain() => |
| 21706 getPropertyValue('${_browserPrefix}line-box-contain'); |
| 21707 |
| 21708 /** Sets the value of "line-box-contain" */ |
| 21709 void set lineBoxContain(String value) { |
| 21710 setProperty('${_browserPrefix}line-box-contain', value, ''); |
| 21711 } |
| 21712 |
| 21713 /** Gets the value of "line-break" */ |
| 21714 String get lineBreak() => |
| 21715 getPropertyValue('${_browserPrefix}line-break'); |
| 21716 |
| 21717 /** Sets the value of "line-break" */ |
| 21718 void set lineBreak(String value) { |
| 21719 setProperty('${_browserPrefix}line-break', value, ''); |
| 21720 } |
| 21721 |
| 21722 /** Gets the value of "line-clamp" */ |
| 21723 String get lineClamp() => |
| 21724 getPropertyValue('${_browserPrefix}line-clamp'); |
| 21725 |
| 21726 /** Sets the value of "line-clamp" */ |
| 21727 void set lineClamp(String value) { |
| 21728 setProperty('${_browserPrefix}line-clamp', value, ''); |
| 21729 } |
| 21730 |
| 21731 /** Gets the value of "line-height" */ |
| 21732 String get lineHeight() => |
| 21733 getPropertyValue('line-height'); |
| 21734 |
| 21735 /** Sets the value of "line-height" */ |
| 21736 void set lineHeight(String value) { |
| 21737 setProperty('line-height', value, ''); |
| 21738 } |
| 21739 |
| 21740 /** Gets the value of "list-style" */ |
| 21741 String get listStyle() => |
| 21742 getPropertyValue('list-style'); |
| 21743 |
| 21744 /** Sets the value of "list-style" */ |
| 21745 void set listStyle(String value) { |
| 21746 setProperty('list-style', value, ''); |
| 21747 } |
| 21748 |
| 21749 /** Gets the value of "list-style-image" */ |
| 21750 String get listStyleImage() => |
| 21751 getPropertyValue('list-style-image'); |
| 21752 |
| 21753 /** Sets the value of "list-style-image" */ |
| 21754 void set listStyleImage(String value) { |
| 21755 setProperty('list-style-image', value, ''); |
| 21756 } |
| 21757 |
| 21758 /** Gets the value of "list-style-position" */ |
| 21759 String get listStylePosition() => |
| 21760 getPropertyValue('list-style-position'); |
| 21761 |
| 21762 /** Sets the value of "list-style-position" */ |
| 21763 void set listStylePosition(String value) { |
| 21764 setProperty('list-style-position', value, ''); |
| 21765 } |
| 21766 |
| 21767 /** Gets the value of "list-style-type" */ |
| 21768 String get listStyleType() => |
| 21769 getPropertyValue('list-style-type'); |
| 21770 |
| 21771 /** Sets the value of "list-style-type" */ |
| 21772 void set listStyleType(String value) { |
| 21773 setProperty('list-style-type', value, ''); |
| 21774 } |
| 21775 |
| 21776 /** Gets the value of "locale" */ |
| 21777 String get locale() => |
| 21778 getPropertyValue('${_browserPrefix}locale'); |
| 21779 |
| 21780 /** Sets the value of "locale" */ |
| 21781 void set locale(String value) { |
| 21782 setProperty('${_browserPrefix}locale', value, ''); |
| 21783 } |
| 21784 |
| 21785 /** Gets the value of "logical-height" */ |
| 21786 String get logicalHeight() => |
| 21787 getPropertyValue('${_browserPrefix}logical-height'); |
| 21788 |
| 21789 /** Sets the value of "logical-height" */ |
| 21790 void set logicalHeight(String value) { |
| 21791 setProperty('${_browserPrefix}logical-height', value, ''); |
| 21792 } |
| 21793 |
| 21794 /** Gets the value of "logical-width" */ |
| 21795 String get logicalWidth() => |
| 21796 getPropertyValue('${_browserPrefix}logical-width'); |
| 21797 |
| 21798 /** Sets the value of "logical-width" */ |
| 21799 void set logicalWidth(String value) { |
| 21800 setProperty('${_browserPrefix}logical-width', value, ''); |
| 21801 } |
| 21802 |
| 21803 /** Gets the value of "margin" */ |
| 21804 String get margin() => |
| 21805 getPropertyValue('margin'); |
| 21806 |
| 21807 /** Sets the value of "margin" */ |
| 21808 void set margin(String value) { |
| 21809 setProperty('margin', value, ''); |
| 21810 } |
| 21811 |
| 21812 /** Gets the value of "margin-after" */ |
| 21813 String get marginAfter() => |
| 21814 getPropertyValue('${_browserPrefix}margin-after'); |
| 21815 |
| 21816 /** Sets the value of "margin-after" */ |
| 21817 void set marginAfter(String value) { |
| 21818 setProperty('${_browserPrefix}margin-after', value, ''); |
| 21819 } |
| 21820 |
| 21821 /** Gets the value of "margin-after-collapse" */ |
| 21822 String get marginAfterCollapse() => |
| 21823 getPropertyValue('${_browserPrefix}margin-after-collapse'); |
| 21824 |
| 21825 /** Sets the value of "margin-after-collapse" */ |
| 21826 void set marginAfterCollapse(String value) { |
| 21827 setProperty('${_browserPrefix}margin-after-collapse', value, ''); |
| 21828 } |
| 21829 |
| 21830 /** Gets the value of "margin-before" */ |
| 21831 String get marginBefore() => |
| 21832 getPropertyValue('${_browserPrefix}margin-before'); |
| 21833 |
| 21834 /** Sets the value of "margin-before" */ |
| 21835 void set marginBefore(String value) { |
| 21836 setProperty('${_browserPrefix}margin-before', value, ''); |
| 21837 } |
| 21838 |
| 21839 /** Gets the value of "margin-before-collapse" */ |
| 21840 String get marginBeforeCollapse() => |
| 21841 getPropertyValue('${_browserPrefix}margin-before-collapse'); |
| 21842 |
| 21843 /** Sets the value of "margin-before-collapse" */ |
| 21844 void set marginBeforeCollapse(String value) { |
| 21845 setProperty('${_browserPrefix}margin-before-collapse', value, ''); |
| 21846 } |
| 21847 |
| 21848 /** Gets the value of "margin-bottom" */ |
| 21849 String get marginBottom() => |
| 21850 getPropertyValue('margin-bottom'); |
| 21851 |
| 21852 /** Sets the value of "margin-bottom" */ |
| 21853 void set marginBottom(String value) { |
| 21854 setProperty('margin-bottom', value, ''); |
| 21855 } |
| 21856 |
| 21857 /** Gets the value of "margin-bottom-collapse" */ |
| 21858 String get marginBottomCollapse() => |
| 21859 getPropertyValue('${_browserPrefix}margin-bottom-collapse'); |
| 21860 |
| 21861 /** Sets the value of "margin-bottom-collapse" */ |
| 21862 void set marginBottomCollapse(String value) { |
| 21863 setProperty('${_browserPrefix}margin-bottom-collapse', value, ''); |
| 21864 } |
| 21865 |
| 21866 /** Gets the value of "margin-collapse" */ |
| 21867 String get marginCollapse() => |
| 21868 getPropertyValue('${_browserPrefix}margin-collapse'); |
| 21869 |
| 21870 /** Sets the value of "margin-collapse" */ |
| 21871 void set marginCollapse(String value) { |
| 21872 setProperty('${_browserPrefix}margin-collapse', value, ''); |
| 21873 } |
| 21874 |
| 21875 /** Gets the value of "margin-end" */ |
| 21876 String get marginEnd() => |
| 21877 getPropertyValue('${_browserPrefix}margin-end'); |
| 21878 |
| 21879 /** Sets the value of "margin-end" */ |
| 21880 void set marginEnd(String value) { |
| 21881 setProperty('${_browserPrefix}margin-end', value, ''); |
| 21882 } |
| 21883 |
| 21884 /** Gets the value of "margin-left" */ |
| 21885 String get marginLeft() => |
| 21886 getPropertyValue('margin-left'); |
| 21887 |
| 21888 /** Sets the value of "margin-left" */ |
| 21889 void set marginLeft(String value) { |
| 21890 setProperty('margin-left', value, ''); |
| 21891 } |
| 21892 |
| 21893 /** Gets the value of "margin-right" */ |
| 21894 String get marginRight() => |
| 21895 getPropertyValue('margin-right'); |
| 21896 |
| 21897 /** Sets the value of "margin-right" */ |
| 21898 void set marginRight(String value) { |
| 21899 setProperty('margin-right', value, ''); |
| 21900 } |
| 21901 |
| 21902 /** Gets the value of "margin-start" */ |
| 21903 String get marginStart() => |
| 21904 getPropertyValue('${_browserPrefix}margin-start'); |
| 21905 |
| 21906 /** Sets the value of "margin-start" */ |
| 21907 void set marginStart(String value) { |
| 21908 setProperty('${_browserPrefix}margin-start', value, ''); |
| 21909 } |
| 21910 |
| 21911 /** Gets the value of "margin-top" */ |
| 21912 String get marginTop() => |
| 21913 getPropertyValue('margin-top'); |
| 21914 |
| 21915 /** Sets the value of "margin-top" */ |
| 21916 void set marginTop(String value) { |
| 21917 setProperty('margin-top', value, ''); |
| 21918 } |
| 21919 |
| 21920 /** Gets the value of "margin-top-collapse" */ |
| 21921 String get marginTopCollapse() => |
| 21922 getPropertyValue('${_browserPrefix}margin-top-collapse'); |
| 21923 |
| 21924 /** Sets the value of "margin-top-collapse" */ |
| 21925 void set marginTopCollapse(String value) { |
| 21926 setProperty('${_browserPrefix}margin-top-collapse', value, ''); |
| 21927 } |
| 21928 |
| 21929 /** Gets the value of "marquee" */ |
| 21930 String get marquee() => |
| 21931 getPropertyValue('${_browserPrefix}marquee'); |
| 21932 |
| 21933 /** Sets the value of "marquee" */ |
| 21934 void set marquee(String value) { |
| 21935 setProperty('${_browserPrefix}marquee', value, ''); |
| 21936 } |
| 21937 |
| 21938 /** Gets the value of "marquee-direction" */ |
| 21939 String get marqueeDirection() => |
| 21940 getPropertyValue('${_browserPrefix}marquee-direction'); |
| 21941 |
| 21942 /** Sets the value of "marquee-direction" */ |
| 21943 void set marqueeDirection(String value) { |
| 21944 setProperty('${_browserPrefix}marquee-direction', value, ''); |
| 21945 } |
| 21946 |
| 21947 /** Gets the value of "marquee-increment" */ |
| 21948 String get marqueeIncrement() => |
| 21949 getPropertyValue('${_browserPrefix}marquee-increment'); |
| 21950 |
| 21951 /** Sets the value of "marquee-increment" */ |
| 21952 void set marqueeIncrement(String value) { |
| 21953 setProperty('${_browserPrefix}marquee-increment', value, ''); |
| 21954 } |
| 21955 |
| 21956 /** Gets the value of "marquee-repetition" */ |
| 21957 String get marqueeRepetition() => |
| 21958 getPropertyValue('${_browserPrefix}marquee-repetition'); |
| 21959 |
| 21960 /** Sets the value of "marquee-repetition" */ |
| 21961 void set marqueeRepetition(String value) { |
| 21962 setProperty('${_browserPrefix}marquee-repetition', value, ''); |
| 21963 } |
| 21964 |
| 21965 /** Gets the value of "marquee-speed" */ |
| 21966 String get marqueeSpeed() => |
| 21967 getPropertyValue('${_browserPrefix}marquee-speed'); |
| 21968 |
| 21969 /** Sets the value of "marquee-speed" */ |
| 21970 void set marqueeSpeed(String value) { |
| 21971 setProperty('${_browserPrefix}marquee-speed', value, ''); |
| 21972 } |
| 21973 |
| 21974 /** Gets the value of "marquee-style" */ |
| 21975 String get marqueeStyle() => |
| 21976 getPropertyValue('${_browserPrefix}marquee-style'); |
| 21977 |
| 21978 /** Sets the value of "marquee-style" */ |
| 21979 void set marqueeStyle(String value) { |
| 21980 setProperty('${_browserPrefix}marquee-style', value, ''); |
| 21981 } |
| 21982 |
| 21983 /** Gets the value of "mask" */ |
| 21984 String get mask() => |
| 21985 getPropertyValue('${_browserPrefix}mask'); |
| 21986 |
| 21987 /** Sets the value of "mask" */ |
| 21988 void set mask(String value) { |
| 21989 setProperty('${_browserPrefix}mask', value, ''); |
| 21990 } |
| 21991 |
| 21992 /** Gets the value of "mask-attachment" */ |
| 21993 String get maskAttachment() => |
| 21994 getPropertyValue('${_browserPrefix}mask-attachment'); |
| 21995 |
| 21996 /** Sets the value of "mask-attachment" */ |
| 21997 void set maskAttachment(String value) { |
| 21998 setProperty('${_browserPrefix}mask-attachment', value, ''); |
| 21999 } |
| 22000 |
| 22001 /** Gets the value of "mask-box-image" */ |
| 22002 String get maskBoxImage() => |
| 22003 getPropertyValue('${_browserPrefix}mask-box-image'); |
| 22004 |
| 22005 /** Sets the value of "mask-box-image" */ |
| 22006 void set maskBoxImage(String value) { |
| 22007 setProperty('${_browserPrefix}mask-box-image', value, ''); |
| 22008 } |
| 22009 |
| 22010 /** Gets the value of "mask-box-image-outset" */ |
| 22011 String get maskBoxImageOutset() => |
| 22012 getPropertyValue('${_browserPrefix}mask-box-image-outset'); |
| 22013 |
| 22014 /** Sets the value of "mask-box-image-outset" */ |
| 22015 void set maskBoxImageOutset(String value) { |
| 22016 setProperty('${_browserPrefix}mask-box-image-outset', value, ''); |
| 22017 } |
| 22018 |
| 22019 /** Gets the value of "mask-box-image-repeat" */ |
| 22020 String get maskBoxImageRepeat() => |
| 22021 getPropertyValue('${_browserPrefix}mask-box-image-repeat'); |
| 22022 |
| 22023 /** Sets the value of "mask-box-image-repeat" */ |
| 22024 void set maskBoxImageRepeat(String value) { |
| 22025 setProperty('${_browserPrefix}mask-box-image-repeat', value, ''); |
| 22026 } |
| 22027 |
| 22028 /** Gets the value of "mask-box-image-slice" */ |
| 22029 String get maskBoxImageSlice() => |
| 22030 getPropertyValue('${_browserPrefix}mask-box-image-slice'); |
| 22031 |
| 22032 /** Sets the value of "mask-box-image-slice" */ |
| 22033 void set maskBoxImageSlice(String value) { |
| 22034 setProperty('${_browserPrefix}mask-box-image-slice', value, ''); |
| 22035 } |
| 22036 |
| 22037 /** Gets the value of "mask-box-image-source" */ |
| 22038 String get maskBoxImageSource() => |
| 22039 getPropertyValue('${_browserPrefix}mask-box-image-source'); |
| 22040 |
| 22041 /** Sets the value of "mask-box-image-source" */ |
| 22042 void set maskBoxImageSource(String value) { |
| 22043 setProperty('${_browserPrefix}mask-box-image-source', value, ''); |
| 22044 } |
| 22045 |
| 22046 /** Gets the value of "mask-box-image-width" */ |
| 22047 String get maskBoxImageWidth() => |
| 22048 getPropertyValue('${_browserPrefix}mask-box-image-width'); |
| 22049 |
| 22050 /** Sets the value of "mask-box-image-width" */ |
| 22051 void set maskBoxImageWidth(String value) { |
| 22052 setProperty('${_browserPrefix}mask-box-image-width', value, ''); |
| 22053 } |
| 22054 |
| 22055 /** Gets the value of "mask-clip" */ |
| 22056 String get maskClip() => |
| 22057 getPropertyValue('${_browserPrefix}mask-clip'); |
| 22058 |
| 22059 /** Sets the value of "mask-clip" */ |
| 22060 void set maskClip(String value) { |
| 22061 setProperty('${_browserPrefix}mask-clip', value, ''); |
| 22062 } |
| 22063 |
| 22064 /** Gets the value of "mask-composite" */ |
| 22065 String get maskComposite() => |
| 22066 getPropertyValue('${_browserPrefix}mask-composite'); |
| 22067 |
| 22068 /** Sets the value of "mask-composite" */ |
| 22069 void set maskComposite(String value) { |
| 22070 setProperty('${_browserPrefix}mask-composite', value, ''); |
| 22071 } |
| 22072 |
| 22073 /** Gets the value of "mask-image" */ |
| 22074 String get maskImage() => |
| 22075 getPropertyValue('${_browserPrefix}mask-image'); |
| 22076 |
| 22077 /** Sets the value of "mask-image" */ |
| 22078 void set maskImage(String value) { |
| 22079 setProperty('${_browserPrefix}mask-image', value, ''); |
| 22080 } |
| 22081 |
| 22082 /** Gets the value of "mask-origin" */ |
| 22083 String get maskOrigin() => |
| 22084 getPropertyValue('${_browserPrefix}mask-origin'); |
| 22085 |
| 22086 /** Sets the value of "mask-origin" */ |
| 22087 void set maskOrigin(String value) { |
| 22088 setProperty('${_browserPrefix}mask-origin', value, ''); |
| 22089 } |
| 22090 |
| 22091 /** Gets the value of "mask-position" */ |
| 22092 String get maskPosition() => |
| 22093 getPropertyValue('${_browserPrefix}mask-position'); |
| 22094 |
| 22095 /** Sets the value of "mask-position" */ |
| 22096 void set maskPosition(String value) { |
| 22097 setProperty('${_browserPrefix}mask-position', value, ''); |
| 22098 } |
| 22099 |
| 22100 /** Gets the value of "mask-position-x" */ |
| 22101 String get maskPositionX() => |
| 22102 getPropertyValue('${_browserPrefix}mask-position-x'); |
| 22103 |
| 22104 /** Sets the value of "mask-position-x" */ |
| 22105 void set maskPositionX(String value) { |
| 22106 setProperty('${_browserPrefix}mask-position-x', value, ''); |
| 22107 } |
| 22108 |
| 22109 /** Gets the value of "mask-position-y" */ |
| 22110 String get maskPositionY() => |
| 22111 getPropertyValue('${_browserPrefix}mask-position-y'); |
| 22112 |
| 22113 /** Sets the value of "mask-position-y" */ |
| 22114 void set maskPositionY(String value) { |
| 22115 setProperty('${_browserPrefix}mask-position-y', value, ''); |
| 22116 } |
| 22117 |
| 22118 /** Gets the value of "mask-repeat" */ |
| 22119 String get maskRepeat() => |
| 22120 getPropertyValue('${_browserPrefix}mask-repeat'); |
| 22121 |
| 22122 /** Sets the value of "mask-repeat" */ |
| 22123 void set maskRepeat(String value) { |
| 22124 setProperty('${_browserPrefix}mask-repeat', value, ''); |
| 22125 } |
| 22126 |
| 22127 /** Gets the value of "mask-repeat-x" */ |
| 22128 String get maskRepeatX() => |
| 22129 getPropertyValue('${_browserPrefix}mask-repeat-x'); |
| 22130 |
| 22131 /** Sets the value of "mask-repeat-x" */ |
| 22132 void set maskRepeatX(String value) { |
| 22133 setProperty('${_browserPrefix}mask-repeat-x', value, ''); |
| 22134 } |
| 22135 |
| 22136 /** Gets the value of "mask-repeat-y" */ |
| 22137 String get maskRepeatY() => |
| 22138 getPropertyValue('${_browserPrefix}mask-repeat-y'); |
| 22139 |
| 22140 /** Sets the value of "mask-repeat-y" */ |
| 22141 void set maskRepeatY(String value) { |
| 22142 setProperty('${_browserPrefix}mask-repeat-y', value, ''); |
| 22143 } |
| 22144 |
| 22145 /** Gets the value of "mask-size" */ |
| 22146 String get maskSize() => |
| 22147 getPropertyValue('${_browserPrefix}mask-size'); |
| 22148 |
| 22149 /** Sets the value of "mask-size" */ |
| 22150 void set maskSize(String value) { |
| 22151 setProperty('${_browserPrefix}mask-size', value, ''); |
| 22152 } |
| 22153 |
| 22154 /** Gets the value of "match-nearest-mail-blockquote-color" */ |
| 22155 String get matchNearestMailBlockquoteColor() => |
| 22156 getPropertyValue('${_browserPrefix}match-nearest-mail-blockquote-color'); |
| 22157 |
| 22158 /** Sets the value of "match-nearest-mail-blockquote-color" */ |
| 22159 void set matchNearestMailBlockquoteColor(String value) { |
| 22160 setProperty('${_browserPrefix}match-nearest-mail-blockquote-color', value, '
'); |
| 22161 } |
| 22162 |
| 22163 /** Gets the value of "max-height" */ |
| 22164 String get maxHeight() => |
| 22165 getPropertyValue('max-height'); |
| 22166 |
| 22167 /** Sets the value of "max-height" */ |
| 22168 void set maxHeight(String value) { |
| 22169 setProperty('max-height', value, ''); |
| 22170 } |
| 22171 |
| 22172 /** Gets the value of "max-logical-height" */ |
| 22173 String get maxLogicalHeight() => |
| 22174 getPropertyValue('${_browserPrefix}max-logical-height'); |
| 22175 |
| 22176 /** Sets the value of "max-logical-height" */ |
| 22177 void set maxLogicalHeight(String value) { |
| 22178 setProperty('${_browserPrefix}max-logical-height', value, ''); |
| 22179 } |
| 22180 |
| 22181 /** Gets the value of "max-logical-width" */ |
| 22182 String get maxLogicalWidth() => |
| 22183 getPropertyValue('${_browserPrefix}max-logical-width'); |
| 22184 |
| 22185 /** Sets the value of "max-logical-width" */ |
| 22186 void set maxLogicalWidth(String value) { |
| 22187 setProperty('${_browserPrefix}max-logical-width', value, ''); |
| 22188 } |
| 22189 |
| 22190 /** Gets the value of "max-width" */ |
| 22191 String get maxWidth() => |
| 22192 getPropertyValue('max-width'); |
| 22193 |
| 22194 /** Sets the value of "max-width" */ |
| 22195 void set maxWidth(String value) { |
| 22196 setProperty('max-width', value, ''); |
| 22197 } |
| 22198 |
| 22199 /** Gets the value of "min-height" */ |
| 22200 String get minHeight() => |
| 22201 getPropertyValue('min-height'); |
| 22202 |
| 22203 /** Sets the value of "min-height" */ |
| 22204 void set minHeight(String value) { |
| 22205 setProperty('min-height', value, ''); |
| 22206 } |
| 22207 |
| 22208 /** Gets the value of "min-logical-height" */ |
| 22209 String get minLogicalHeight() => |
| 22210 getPropertyValue('${_browserPrefix}min-logical-height'); |
| 22211 |
| 22212 /** Sets the value of "min-logical-height" */ |
| 22213 void set minLogicalHeight(String value) { |
| 22214 setProperty('${_browserPrefix}min-logical-height', value, ''); |
| 22215 } |
| 22216 |
| 22217 /** Gets the value of "min-logical-width" */ |
| 22218 String get minLogicalWidth() => |
| 22219 getPropertyValue('${_browserPrefix}min-logical-width'); |
| 22220 |
| 22221 /** Sets the value of "min-logical-width" */ |
| 22222 void set minLogicalWidth(String value) { |
| 22223 setProperty('${_browserPrefix}min-logical-width', value, ''); |
| 22224 } |
| 22225 |
| 22226 /** Gets the value of "min-width" */ |
| 22227 String get minWidth() => |
| 22228 getPropertyValue('min-width'); |
| 22229 |
| 22230 /** Sets the value of "min-width" */ |
| 22231 void set minWidth(String value) { |
| 22232 setProperty('min-width', value, ''); |
| 22233 } |
| 22234 |
| 22235 /** Gets the value of "nbsp-mode" */ |
| 22236 String get nbspMode() => |
| 22237 getPropertyValue('${_browserPrefix}nbsp-mode'); |
| 22238 |
| 22239 /** Sets the value of "nbsp-mode" */ |
| 22240 void set nbspMode(String value) { |
| 22241 setProperty('${_browserPrefix}nbsp-mode', value, ''); |
| 22242 } |
| 22243 |
| 22244 /** Gets the value of "opacity" */ |
| 22245 String get opacity() => |
| 22246 getPropertyValue('opacity'); |
| 22247 |
| 22248 /** Sets the value of "opacity" */ |
| 22249 void set opacity(String value) { |
| 22250 setProperty('opacity', value, ''); |
| 22251 } |
| 22252 |
| 22253 /** Gets the value of "orphans" */ |
| 22254 String get orphans() => |
| 22255 getPropertyValue('orphans'); |
| 22256 |
| 22257 /** Sets the value of "orphans" */ |
| 22258 void set orphans(String value) { |
| 22259 setProperty('orphans', value, ''); |
| 22260 } |
| 22261 |
| 22262 /** Gets the value of "outline" */ |
| 22263 String get outline() => |
| 22264 getPropertyValue('outline'); |
| 22265 |
| 22266 /** Sets the value of "outline" */ |
| 22267 void set outline(String value) { |
| 22268 setProperty('outline', value, ''); |
| 22269 } |
| 22270 |
| 22271 /** Gets the value of "outline-color" */ |
| 22272 String get outlineColor() => |
| 22273 getPropertyValue('outline-color'); |
| 22274 |
| 22275 /** Sets the value of "outline-color" */ |
| 22276 void set outlineColor(String value) { |
| 22277 setProperty('outline-color', value, ''); |
| 22278 } |
| 22279 |
| 22280 /** Gets the value of "outline-offset" */ |
| 22281 String get outlineOffset() => |
| 22282 getPropertyValue('outline-offset'); |
| 22283 |
| 22284 /** Sets the value of "outline-offset" */ |
| 22285 void set outlineOffset(String value) { |
| 22286 setProperty('outline-offset', value, ''); |
| 22287 } |
| 22288 |
| 22289 /** Gets the value of "outline-style" */ |
| 22290 String get outlineStyle() => |
| 22291 getPropertyValue('outline-style'); |
| 22292 |
| 22293 /** Sets the value of "outline-style" */ |
| 22294 void set outlineStyle(String value) { |
| 22295 setProperty('outline-style', value, ''); |
| 22296 } |
| 22297 |
| 22298 /** Gets the value of "outline-width" */ |
| 22299 String get outlineWidth() => |
| 22300 getPropertyValue('outline-width'); |
| 22301 |
| 22302 /** Sets the value of "outline-width" */ |
| 22303 void set outlineWidth(String value) { |
| 22304 setProperty('outline-width', value, ''); |
| 22305 } |
| 22306 |
| 22307 /** Gets the value of "overflow" */ |
| 22308 String get overflow() => |
| 22309 getPropertyValue('overflow'); |
| 22310 |
| 22311 /** Sets the value of "overflow" */ |
| 22312 void set overflow(String value) { |
| 22313 setProperty('overflow', value, ''); |
| 22314 } |
| 22315 |
| 22316 /** Gets the value of "overflow-x" */ |
| 22317 String get overflowX() => |
| 22318 getPropertyValue('overflow-x'); |
| 22319 |
| 22320 /** Sets the value of "overflow-x" */ |
| 22321 void set overflowX(String value) { |
| 22322 setProperty('overflow-x', value, ''); |
| 22323 } |
| 22324 |
| 22325 /** Gets the value of "overflow-y" */ |
| 22326 String get overflowY() => |
| 22327 getPropertyValue('overflow-y'); |
| 22328 |
| 22329 /** Sets the value of "overflow-y" */ |
| 22330 void set overflowY(String value) { |
| 22331 setProperty('overflow-y', value, ''); |
| 22332 } |
| 22333 |
| 22334 /** Gets the value of "padding" */ |
| 22335 String get padding() => |
| 22336 getPropertyValue('padding'); |
| 22337 |
| 22338 /** Sets the value of "padding" */ |
| 22339 void set padding(String value) { |
| 22340 setProperty('padding', value, ''); |
| 22341 } |
| 22342 |
| 22343 /** Gets the value of "padding-after" */ |
| 22344 String get paddingAfter() => |
| 22345 getPropertyValue('${_browserPrefix}padding-after'); |
| 22346 |
| 22347 /** Sets the value of "padding-after" */ |
| 22348 void set paddingAfter(String value) { |
| 22349 setProperty('${_browserPrefix}padding-after', value, ''); |
| 22350 } |
| 22351 |
| 22352 /** Gets the value of "padding-before" */ |
| 22353 String get paddingBefore() => |
| 22354 getPropertyValue('${_browserPrefix}padding-before'); |
| 22355 |
| 22356 /** Sets the value of "padding-before" */ |
| 22357 void set paddingBefore(String value) { |
| 22358 setProperty('${_browserPrefix}padding-before', value, ''); |
| 22359 } |
| 22360 |
| 22361 /** Gets the value of "padding-bottom" */ |
| 22362 String get paddingBottom() => |
| 22363 getPropertyValue('padding-bottom'); |
| 22364 |
| 22365 /** Sets the value of "padding-bottom" */ |
| 22366 void set paddingBottom(String value) { |
| 22367 setProperty('padding-bottom', value, ''); |
| 22368 } |
| 22369 |
| 22370 /** Gets the value of "padding-end" */ |
| 22371 String get paddingEnd() => |
| 22372 getPropertyValue('${_browserPrefix}padding-end'); |
| 22373 |
| 22374 /** Sets the value of "padding-end" */ |
| 22375 void set paddingEnd(String value) { |
| 22376 setProperty('${_browserPrefix}padding-end', value, ''); |
| 22377 } |
| 22378 |
| 22379 /** Gets the value of "padding-left" */ |
| 22380 String get paddingLeft() => |
| 22381 getPropertyValue('padding-left'); |
| 22382 |
| 22383 /** Sets the value of "padding-left" */ |
| 22384 void set paddingLeft(String value) { |
| 22385 setProperty('padding-left', value, ''); |
| 22386 } |
| 22387 |
| 22388 /** Gets the value of "padding-right" */ |
| 22389 String get paddingRight() => |
| 22390 getPropertyValue('padding-right'); |
| 22391 |
| 22392 /** Sets the value of "padding-right" */ |
| 22393 void set paddingRight(String value) { |
| 22394 setProperty('padding-right', value, ''); |
| 22395 } |
| 22396 |
| 22397 /** Gets the value of "padding-start" */ |
| 22398 String get paddingStart() => |
| 22399 getPropertyValue('${_browserPrefix}padding-start'); |
| 22400 |
| 22401 /** Sets the value of "padding-start" */ |
| 22402 void set paddingStart(String value) { |
| 22403 setProperty('${_browserPrefix}padding-start', value, ''); |
| 22404 } |
| 22405 |
| 22406 /** Gets the value of "padding-top" */ |
| 22407 String get paddingTop() => |
| 22408 getPropertyValue('padding-top'); |
| 22409 |
| 22410 /** Sets the value of "padding-top" */ |
| 22411 void set paddingTop(String value) { |
| 22412 setProperty('padding-top', value, ''); |
| 22413 } |
| 22414 |
| 22415 /** Gets the value of "page" */ |
| 22416 String get page() => |
| 22417 getPropertyValue('page'); |
| 22418 |
| 22419 /** Sets the value of "page" */ |
| 22420 void set page(String value) { |
| 22421 setProperty('page', value, ''); |
| 22422 } |
| 22423 |
| 22424 /** Gets the value of "page-break-after" */ |
| 22425 String get pageBreakAfter() => |
| 22426 getPropertyValue('page-break-after'); |
| 22427 |
| 22428 /** Sets the value of "page-break-after" */ |
| 22429 void set pageBreakAfter(String value) { |
| 22430 setProperty('page-break-after', value, ''); |
| 22431 } |
| 22432 |
| 22433 /** Gets the value of "page-break-before" */ |
| 22434 String get pageBreakBefore() => |
| 22435 getPropertyValue('page-break-before'); |
| 22436 |
| 22437 /** Sets the value of "page-break-before" */ |
| 22438 void set pageBreakBefore(String value) { |
| 22439 setProperty('page-break-before', value, ''); |
| 22440 } |
| 22441 |
| 22442 /** Gets the value of "page-break-inside" */ |
| 22443 String get pageBreakInside() => |
| 22444 getPropertyValue('page-break-inside'); |
| 22445 |
| 22446 /** Sets the value of "page-break-inside" */ |
| 22447 void set pageBreakInside(String value) { |
| 22448 setProperty('page-break-inside', value, ''); |
| 22449 } |
| 22450 |
| 22451 /** Gets the value of "perspective" */ |
| 22452 String get perspective() => |
| 22453 getPropertyValue('${_browserPrefix}perspective'); |
| 22454 |
| 22455 /** Sets the value of "perspective" */ |
| 22456 void set perspective(String value) { |
| 22457 setProperty('${_browserPrefix}perspective', value, ''); |
| 22458 } |
| 22459 |
| 22460 /** Gets the value of "perspective-origin" */ |
| 22461 String get perspectiveOrigin() => |
| 22462 getPropertyValue('${_browserPrefix}perspective-origin'); |
| 22463 |
| 22464 /** Sets the value of "perspective-origin" */ |
| 22465 void set perspectiveOrigin(String value) { |
| 22466 setProperty('${_browserPrefix}perspective-origin', value, ''); |
| 22467 } |
| 22468 |
| 22469 /** Gets the value of "perspective-origin-x" */ |
| 22470 String get perspectiveOriginX() => |
| 22471 getPropertyValue('${_browserPrefix}perspective-origin-x'); |
| 22472 |
| 22473 /** Sets the value of "perspective-origin-x" */ |
| 22474 void set perspectiveOriginX(String value) { |
| 22475 setProperty('${_browserPrefix}perspective-origin-x', value, ''); |
| 22476 } |
| 22477 |
| 22478 /** Gets the value of "perspective-origin-y" */ |
| 22479 String get perspectiveOriginY() => |
| 22480 getPropertyValue('${_browserPrefix}perspective-origin-y'); |
| 22481 |
| 22482 /** Sets the value of "perspective-origin-y" */ |
| 22483 void set perspectiveOriginY(String value) { |
| 22484 setProperty('${_browserPrefix}perspective-origin-y', value, ''); |
| 22485 } |
| 22486 |
| 22487 /** Gets the value of "pointer-events" */ |
| 22488 String get pointerEvents() => |
| 22489 getPropertyValue('pointer-events'); |
| 22490 |
| 22491 /** Sets the value of "pointer-events" */ |
| 22492 void set pointerEvents(String value) { |
| 22493 setProperty('pointer-events', value, ''); |
| 22494 } |
| 22495 |
| 22496 /** Gets the value of "position" */ |
| 22497 String get position() => |
| 22498 getPropertyValue('position'); |
| 22499 |
| 22500 /** Sets the value of "position" */ |
| 22501 void set position(String value) { |
| 22502 setProperty('position', value, ''); |
| 22503 } |
| 22504 |
| 22505 /** Gets the value of "quotes" */ |
| 22506 String get quotes() => |
| 22507 getPropertyValue('quotes'); |
| 22508 |
| 22509 /** Sets the value of "quotes" */ |
| 22510 void set quotes(String value) { |
| 22511 setProperty('quotes', value, ''); |
| 22512 } |
| 22513 |
| 22514 /** Gets the value of "region-break-after" */ |
| 22515 String get regionBreakAfter() => |
| 22516 getPropertyValue('${_browserPrefix}region-break-after'); |
| 22517 |
| 22518 /** Sets the value of "region-break-after" */ |
| 22519 void set regionBreakAfter(String value) { |
| 22520 setProperty('${_browserPrefix}region-break-after', value, ''); |
| 22521 } |
| 22522 |
| 22523 /** Gets the value of "region-break-before" */ |
| 22524 String get regionBreakBefore() => |
| 22525 getPropertyValue('${_browserPrefix}region-break-before'); |
| 22526 |
| 22527 /** Sets the value of "region-break-before" */ |
| 22528 void set regionBreakBefore(String value) { |
| 22529 setProperty('${_browserPrefix}region-break-before', value, ''); |
| 22530 } |
| 22531 |
| 22532 /** Gets the value of "region-break-inside" */ |
| 22533 String get regionBreakInside() => |
| 22534 getPropertyValue('${_browserPrefix}region-break-inside'); |
| 22535 |
| 22536 /** Sets the value of "region-break-inside" */ |
| 22537 void set regionBreakInside(String value) { |
| 22538 setProperty('${_browserPrefix}region-break-inside', value, ''); |
| 22539 } |
| 22540 |
| 22541 /** Gets the value of "region-overflow" */ |
| 22542 String get regionOverflow() => |
| 22543 getPropertyValue('${_browserPrefix}region-overflow'); |
| 22544 |
| 22545 /** Sets the value of "region-overflow" */ |
| 22546 void set regionOverflow(String value) { |
| 22547 setProperty('${_browserPrefix}region-overflow', value, ''); |
| 22548 } |
| 22549 |
| 22550 /** Gets the value of "resize" */ |
| 22551 String get resize() => |
| 22552 getPropertyValue('resize'); |
| 22553 |
| 22554 /** Sets the value of "resize" */ |
| 22555 void set resize(String value) { |
| 22556 setProperty('resize', value, ''); |
| 22557 } |
| 22558 |
| 22559 /** Gets the value of "right" */ |
| 22560 String get right() => |
| 22561 getPropertyValue('right'); |
| 22562 |
| 22563 /** Sets the value of "right" */ |
| 22564 void set right(String value) { |
| 22565 setProperty('right', value, ''); |
| 22566 } |
| 22567 |
| 22568 /** Gets the value of "rtl-ordering" */ |
| 22569 String get rtlOrdering() => |
| 22570 getPropertyValue('${_browserPrefix}rtl-ordering'); |
| 22571 |
| 22572 /** Sets the value of "rtl-ordering" */ |
| 22573 void set rtlOrdering(String value) { |
| 22574 setProperty('${_browserPrefix}rtl-ordering', value, ''); |
| 22575 } |
| 22576 |
| 22577 /** Gets the value of "size" */ |
| 22578 String get size() => |
| 22579 getPropertyValue('size'); |
| 22580 |
| 22581 /** Sets the value of "size" */ |
| 22582 void set size(String value) { |
| 22583 setProperty('size', value, ''); |
| 22584 } |
| 22585 |
| 22586 /** Gets the value of "speak" */ |
| 22587 String get speak() => |
| 22588 getPropertyValue('speak'); |
| 22589 |
| 22590 /** Sets the value of "speak" */ |
| 22591 void set speak(String value) { |
| 22592 setProperty('speak', value, ''); |
| 22593 } |
| 22594 |
| 22595 /** Gets the value of "src" */ |
| 22596 String get src() => |
| 22597 getPropertyValue('src'); |
| 22598 |
| 22599 /** Sets the value of "src" */ |
| 22600 void set src(String value) { |
| 22601 setProperty('src', value, ''); |
| 22602 } |
| 22603 |
| 22604 /** Gets the value of "table-layout" */ |
| 22605 String get tableLayout() => |
| 22606 getPropertyValue('table-layout'); |
| 22607 |
| 22608 /** Sets the value of "table-layout" */ |
| 22609 void set tableLayout(String value) { |
| 22610 setProperty('table-layout', value, ''); |
| 22611 } |
| 22612 |
| 22613 /** Gets the value of "tap-highlight-color" */ |
| 22614 String get tapHighlightColor() => |
| 22615 getPropertyValue('${_browserPrefix}tap-highlight-color'); |
| 22616 |
| 22617 /** Sets the value of "tap-highlight-color" */ |
| 22618 void set tapHighlightColor(String value) { |
| 22619 setProperty('${_browserPrefix}tap-highlight-color', value, ''); |
| 22620 } |
| 22621 |
| 22622 /** Gets the value of "text-align" */ |
| 22623 String get textAlign() => |
| 22624 getPropertyValue('text-align'); |
| 22625 |
| 22626 /** Sets the value of "text-align" */ |
| 22627 void set textAlign(String value) { |
| 22628 setProperty('text-align', value, ''); |
| 22629 } |
| 22630 |
| 22631 /** Gets the value of "text-combine" */ |
| 22632 String get textCombine() => |
| 22633 getPropertyValue('${_browserPrefix}text-combine'); |
| 22634 |
| 22635 /** Sets the value of "text-combine" */ |
| 22636 void set textCombine(String value) { |
| 22637 setProperty('${_browserPrefix}text-combine', value, ''); |
| 22638 } |
| 22639 |
| 22640 /** Gets the value of "text-decoration" */ |
| 22641 String get textDecoration() => |
| 22642 getPropertyValue('text-decoration'); |
| 22643 |
| 22644 /** Sets the value of "text-decoration" */ |
| 22645 void set textDecoration(String value) { |
| 22646 setProperty('text-decoration', value, ''); |
| 22647 } |
| 22648 |
| 22649 /** Gets the value of "text-decorations-in-effect" */ |
| 22650 String get textDecorationsInEffect() => |
| 22651 getPropertyValue('${_browserPrefix}text-decorations-in-effect'); |
| 22652 |
| 22653 /** Sets the value of "text-decorations-in-effect" */ |
| 22654 void set textDecorationsInEffect(String value) { |
| 22655 setProperty('${_browserPrefix}text-decorations-in-effect', value, ''); |
| 22656 } |
| 22657 |
| 22658 /** Gets the value of "text-emphasis" */ |
| 22659 String get textEmphasis() => |
| 22660 getPropertyValue('${_browserPrefix}text-emphasis'); |
| 22661 |
| 22662 /** Sets the value of "text-emphasis" */ |
| 22663 void set textEmphasis(String value) { |
| 22664 setProperty('${_browserPrefix}text-emphasis', value, ''); |
| 22665 } |
| 22666 |
| 22667 /** Gets the value of "text-emphasis-color" */ |
| 22668 String get textEmphasisColor() => |
| 22669 getPropertyValue('${_browserPrefix}text-emphasis-color'); |
| 22670 |
| 22671 /** Sets the value of "text-emphasis-color" */ |
| 22672 void set textEmphasisColor(String value) { |
| 22673 setProperty('${_browserPrefix}text-emphasis-color', value, ''); |
| 22674 } |
| 22675 |
| 22676 /** Gets the value of "text-emphasis-position" */ |
| 22677 String get textEmphasisPosition() => |
| 22678 getPropertyValue('${_browserPrefix}text-emphasis-position'); |
| 22679 |
| 22680 /** Sets the value of "text-emphasis-position" */ |
| 22681 void set textEmphasisPosition(String value) { |
| 22682 setProperty('${_browserPrefix}text-emphasis-position', value, ''); |
| 22683 } |
| 22684 |
| 22685 /** Gets the value of "text-emphasis-style" */ |
| 22686 String get textEmphasisStyle() => |
| 22687 getPropertyValue('${_browserPrefix}text-emphasis-style'); |
| 22688 |
| 22689 /** Sets the value of "text-emphasis-style" */ |
| 22690 void set textEmphasisStyle(String value) { |
| 22691 setProperty('${_browserPrefix}text-emphasis-style', value, ''); |
| 22692 } |
| 22693 |
| 22694 /** Gets the value of "text-fill-color" */ |
| 22695 String get textFillColor() => |
| 22696 getPropertyValue('${_browserPrefix}text-fill-color'); |
| 22697 |
| 22698 /** Sets the value of "text-fill-color" */ |
| 22699 void set textFillColor(String value) { |
| 22700 setProperty('${_browserPrefix}text-fill-color', value, ''); |
| 22701 } |
| 22702 |
| 22703 /** Gets the value of "text-indent" */ |
| 22704 String get textIndent() => |
| 22705 getPropertyValue('text-indent'); |
| 22706 |
| 22707 /** Sets the value of "text-indent" */ |
| 22708 void set textIndent(String value) { |
| 22709 setProperty('text-indent', value, ''); |
| 22710 } |
| 22711 |
| 22712 /** Gets the value of "text-line-through" */ |
| 22713 String get textLineThrough() => |
| 22714 getPropertyValue('text-line-through'); |
| 22715 |
| 22716 /** Sets the value of "text-line-through" */ |
| 22717 void set textLineThrough(String value) { |
| 22718 setProperty('text-line-through', value, ''); |
| 22719 } |
| 22720 |
| 22721 /** Gets the value of "text-line-through-color" */ |
| 22722 String get textLineThroughColor() => |
| 22723 getPropertyValue('text-line-through-color'); |
| 22724 |
| 22725 /** Sets the value of "text-line-through-color" */ |
| 22726 void set textLineThroughColor(String value) { |
| 22727 setProperty('text-line-through-color', value, ''); |
| 22728 } |
| 22729 |
| 22730 /** Gets the value of "text-line-through-mode" */ |
| 22731 String get textLineThroughMode() => |
| 22732 getPropertyValue('text-line-through-mode'); |
| 22733 |
| 22734 /** Sets the value of "text-line-through-mode" */ |
| 22735 void set textLineThroughMode(String value) { |
| 22736 setProperty('text-line-through-mode', value, ''); |
| 22737 } |
| 22738 |
| 22739 /** Gets the value of "text-line-through-style" */ |
| 22740 String get textLineThroughStyle() => |
| 22741 getPropertyValue('text-line-through-style'); |
| 22742 |
| 22743 /** Sets the value of "text-line-through-style" */ |
| 22744 void set textLineThroughStyle(String value) { |
| 22745 setProperty('text-line-through-style', value, ''); |
| 22746 } |
| 22747 |
| 22748 /** Gets the value of "text-line-through-width" */ |
| 22749 String get textLineThroughWidth() => |
| 22750 getPropertyValue('text-line-through-width'); |
| 22751 |
| 22752 /** Sets the value of "text-line-through-width" */ |
| 22753 void set textLineThroughWidth(String value) { |
| 22754 setProperty('text-line-through-width', value, ''); |
| 22755 } |
| 22756 |
| 22757 /** Gets the value of "text-orientation" */ |
| 22758 String get textOrientation() => |
| 22759 getPropertyValue('${_browserPrefix}text-orientation'); |
| 22760 |
| 22761 /** Sets the value of "text-orientation" */ |
| 22762 void set textOrientation(String value) { |
| 22763 setProperty('${_browserPrefix}text-orientation', value, ''); |
| 22764 } |
| 22765 |
| 22766 /** Gets the value of "text-overflow" */ |
| 22767 String get textOverflow() => |
| 22768 getPropertyValue('text-overflow'); |
| 22769 |
| 22770 /** Sets the value of "text-overflow" */ |
| 22771 void set textOverflow(String value) { |
| 22772 setProperty('text-overflow', value, ''); |
| 22773 } |
| 22774 |
| 22775 /** Gets the value of "text-overline" */ |
| 22776 String get textOverline() => |
| 22777 getPropertyValue('text-overline'); |
| 22778 |
| 22779 /** Sets the value of "text-overline" */ |
| 22780 void set textOverline(String value) { |
| 22781 setProperty('text-overline', value, ''); |
| 22782 } |
| 22783 |
| 22784 /** Gets the value of "text-overline-color" */ |
| 22785 String get textOverlineColor() => |
| 22786 getPropertyValue('text-overline-color'); |
| 22787 |
| 22788 /** Sets the value of "text-overline-color" */ |
| 22789 void set textOverlineColor(String value) { |
| 22790 setProperty('text-overline-color', value, ''); |
| 22791 } |
| 22792 |
| 22793 /** Gets the value of "text-overline-mode" */ |
| 22794 String get textOverlineMode() => |
| 22795 getPropertyValue('text-overline-mode'); |
| 22796 |
| 22797 /** Sets the value of "text-overline-mode" */ |
| 22798 void set textOverlineMode(String value) { |
| 22799 setProperty('text-overline-mode', value, ''); |
| 22800 } |
| 22801 |
| 22802 /** Gets the value of "text-overline-style" */ |
| 22803 String get textOverlineStyle() => |
| 22804 getPropertyValue('text-overline-style'); |
| 22805 |
| 22806 /** Sets the value of "text-overline-style" */ |
| 22807 void set textOverlineStyle(String value) { |
| 22808 setProperty('text-overline-style', value, ''); |
| 22809 } |
| 22810 |
| 22811 /** Gets the value of "text-overline-width" */ |
| 22812 String get textOverlineWidth() => |
| 22813 getPropertyValue('text-overline-width'); |
| 22814 |
| 22815 /** Sets the value of "text-overline-width" */ |
| 22816 void set textOverlineWidth(String value) { |
| 22817 setProperty('text-overline-width', value, ''); |
| 22818 } |
| 22819 |
| 22820 /** Gets the value of "text-rendering" */ |
| 22821 String get textRendering() => |
| 22822 getPropertyValue('text-rendering'); |
| 22823 |
| 22824 /** Sets the value of "text-rendering" */ |
| 22825 void set textRendering(String value) { |
| 22826 setProperty('text-rendering', value, ''); |
| 22827 } |
| 22828 |
| 22829 /** Gets the value of "text-security" */ |
| 22830 String get textSecurity() => |
| 22831 getPropertyValue('${_browserPrefix}text-security'); |
| 22832 |
| 22833 /** Sets the value of "text-security" */ |
| 22834 void set textSecurity(String value) { |
| 22835 setProperty('${_browserPrefix}text-security', value, ''); |
| 22836 } |
| 22837 |
| 22838 /** Gets the value of "text-shadow" */ |
| 22839 String get textShadow() => |
| 22840 getPropertyValue('text-shadow'); |
| 22841 |
| 22842 /** Sets the value of "text-shadow" */ |
| 22843 void set textShadow(String value) { |
| 22844 setProperty('text-shadow', value, ''); |
| 22845 } |
| 22846 |
| 22847 /** Gets the value of "text-size-adjust" */ |
| 22848 String get textSizeAdjust() => |
| 22849 getPropertyValue('${_browserPrefix}text-size-adjust'); |
| 22850 |
| 22851 /** Sets the value of "text-size-adjust" */ |
| 22852 void set textSizeAdjust(String value) { |
| 22853 setProperty('${_browserPrefix}text-size-adjust', value, ''); |
| 22854 } |
| 22855 |
| 22856 /** Gets the value of "text-stroke" */ |
| 22857 String get textStroke() => |
| 22858 getPropertyValue('${_browserPrefix}text-stroke'); |
| 22859 |
| 22860 /** Sets the value of "text-stroke" */ |
| 22861 void set textStroke(String value) { |
| 22862 setProperty('${_browserPrefix}text-stroke', value, ''); |
| 22863 } |
| 22864 |
| 22865 /** Gets the value of "text-stroke-color" */ |
| 22866 String get textStrokeColor() => |
| 22867 getPropertyValue('${_browserPrefix}text-stroke-color'); |
| 22868 |
| 22869 /** Sets the value of "text-stroke-color" */ |
| 22870 void set textStrokeColor(String value) { |
| 22871 setProperty('${_browserPrefix}text-stroke-color', value, ''); |
| 22872 } |
| 22873 |
| 22874 /** Gets the value of "text-stroke-width" */ |
| 22875 String get textStrokeWidth() => |
| 22876 getPropertyValue('${_browserPrefix}text-stroke-width'); |
| 22877 |
| 22878 /** Sets the value of "text-stroke-width" */ |
| 22879 void set textStrokeWidth(String value) { |
| 22880 setProperty('${_browserPrefix}text-stroke-width', value, ''); |
| 22881 } |
| 22882 |
| 22883 /** Gets the value of "text-transform" */ |
| 22884 String get textTransform() => |
| 22885 getPropertyValue('text-transform'); |
| 22886 |
| 22887 /** Sets the value of "text-transform" */ |
| 22888 void set textTransform(String value) { |
| 22889 setProperty('text-transform', value, ''); |
| 22890 } |
| 22891 |
| 22892 /** Gets the value of "text-underline" */ |
| 22893 String get textUnderline() => |
| 22894 getPropertyValue('text-underline'); |
| 22895 |
| 22896 /** Sets the value of "text-underline" */ |
| 22897 void set textUnderline(String value) { |
| 22898 setProperty('text-underline', value, ''); |
| 22899 } |
| 22900 |
| 22901 /** Gets the value of "text-underline-color" */ |
| 22902 String get textUnderlineColor() => |
| 22903 getPropertyValue('text-underline-color'); |
| 22904 |
| 22905 /** Sets the value of "text-underline-color" */ |
| 22906 void set textUnderlineColor(String value) { |
| 22907 setProperty('text-underline-color', value, ''); |
| 22908 } |
| 22909 |
| 22910 /** Gets the value of "text-underline-mode" */ |
| 22911 String get textUnderlineMode() => |
| 22912 getPropertyValue('text-underline-mode'); |
| 22913 |
| 22914 /** Sets the value of "text-underline-mode" */ |
| 22915 void set textUnderlineMode(String value) { |
| 22916 setProperty('text-underline-mode', value, ''); |
| 22917 } |
| 22918 |
| 22919 /** Gets the value of "text-underline-style" */ |
| 22920 String get textUnderlineStyle() => |
| 22921 getPropertyValue('text-underline-style'); |
| 22922 |
| 22923 /** Sets the value of "text-underline-style" */ |
| 22924 void set textUnderlineStyle(String value) { |
| 22925 setProperty('text-underline-style', value, ''); |
| 22926 } |
| 22927 |
| 22928 /** Gets the value of "text-underline-width" */ |
| 22929 String get textUnderlineWidth() => |
| 22930 getPropertyValue('text-underline-width'); |
| 22931 |
| 22932 /** Sets the value of "text-underline-width" */ |
| 22933 void set textUnderlineWidth(String value) { |
| 22934 setProperty('text-underline-width', value, ''); |
| 22935 } |
| 22936 |
| 22937 /** Gets the value of "top" */ |
| 22938 String get top() => |
| 22939 getPropertyValue('top'); |
| 22940 |
| 22941 /** Sets the value of "top" */ |
| 22942 void set top(String value) { |
| 22943 setProperty('top', value, ''); |
| 22944 } |
| 22945 |
| 22946 /** Gets the value of "transform" */ |
| 22947 String get transform() => |
| 22948 getPropertyValue('${_browserPrefix}transform'); |
| 22949 |
| 22950 /** Sets the value of "transform" */ |
| 22951 void set transform(String value) { |
| 22952 setProperty('${_browserPrefix}transform', value, ''); |
| 22953 } |
| 22954 |
| 22955 /** Gets the value of "transform-origin" */ |
| 22956 String get transformOrigin() => |
| 22957 getPropertyValue('${_browserPrefix}transform-origin'); |
| 22958 |
| 22959 /** Sets the value of "transform-origin" */ |
| 22960 void set transformOrigin(String value) { |
| 22961 setProperty('${_browserPrefix}transform-origin', value, ''); |
| 22962 } |
| 22963 |
| 22964 /** Gets the value of "transform-origin-x" */ |
| 22965 String get transformOriginX() => |
| 22966 getPropertyValue('${_browserPrefix}transform-origin-x'); |
| 22967 |
| 22968 /** Sets the value of "transform-origin-x" */ |
| 22969 void set transformOriginX(String value) { |
| 22970 setProperty('${_browserPrefix}transform-origin-x', value, ''); |
| 22971 } |
| 22972 |
| 22973 /** Gets the value of "transform-origin-y" */ |
| 22974 String get transformOriginY() => |
| 22975 getPropertyValue('${_browserPrefix}transform-origin-y'); |
| 22976 |
| 22977 /** Sets the value of "transform-origin-y" */ |
| 22978 void set transformOriginY(String value) { |
| 22979 setProperty('${_browserPrefix}transform-origin-y', value, ''); |
| 22980 } |
| 22981 |
| 22982 /** Gets the value of "transform-origin-z" */ |
| 22983 String get transformOriginZ() => |
| 22984 getPropertyValue('${_browserPrefix}transform-origin-z'); |
| 22985 |
| 22986 /** Sets the value of "transform-origin-z" */ |
| 22987 void set transformOriginZ(String value) { |
| 22988 setProperty('${_browserPrefix}transform-origin-z', value, ''); |
| 22989 } |
| 22990 |
| 22991 /** Gets the value of "transform-style" */ |
| 22992 String get transformStyle() => |
| 22993 getPropertyValue('${_browserPrefix}transform-style'); |
| 22994 |
| 22995 /** Sets the value of "transform-style" */ |
| 22996 void set transformStyle(String value) { |
| 22997 setProperty('${_browserPrefix}transform-style', value, ''); |
| 22998 } |
| 22999 |
| 23000 /** Gets the value of "transition" */ |
| 23001 String get transition() => |
| 23002 getPropertyValue('${_browserPrefix}transition'); |
| 23003 |
| 23004 /** Sets the value of "transition" */ |
| 23005 void set transition(String value) { |
| 23006 setProperty('${_browserPrefix}transition', value, ''); |
| 23007 } |
| 23008 |
| 23009 /** Gets the value of "transition-delay" */ |
| 23010 String get transitionDelay() => |
| 23011 getPropertyValue('${_browserPrefix}transition-delay'); |
| 23012 |
| 23013 /** Sets the value of "transition-delay" */ |
| 23014 void set transitionDelay(String value) { |
| 23015 setProperty('${_browserPrefix}transition-delay', value, ''); |
| 23016 } |
| 23017 |
| 23018 /** Gets the value of "transition-duration" */ |
| 23019 String get transitionDuration() => |
| 23020 getPropertyValue('${_browserPrefix}transition-duration'); |
| 23021 |
| 23022 /** Sets the value of "transition-duration" */ |
| 23023 void set transitionDuration(String value) { |
| 23024 setProperty('${_browserPrefix}transition-duration', value, ''); |
| 23025 } |
| 23026 |
| 23027 /** Gets the value of "transition-property" */ |
| 23028 String get transitionProperty() => |
| 23029 getPropertyValue('${_browserPrefix}transition-property'); |
| 23030 |
| 23031 /** Sets the value of "transition-property" */ |
| 23032 void set transitionProperty(String value) { |
| 23033 setProperty('${_browserPrefix}transition-property', value, ''); |
| 23034 } |
| 23035 |
| 23036 /** Gets the value of "transition-timing-function" */ |
| 23037 String get transitionTimingFunction() => |
| 23038 getPropertyValue('${_browserPrefix}transition-timing-function'); |
| 23039 |
| 23040 /** Sets the value of "transition-timing-function" */ |
| 23041 void set transitionTimingFunction(String value) { |
| 23042 setProperty('${_browserPrefix}transition-timing-function', value, ''); |
| 23043 } |
| 23044 |
| 23045 /** Gets the value of "unicode-bidi" */ |
| 23046 String get unicodeBidi() => |
| 23047 getPropertyValue('unicode-bidi'); |
| 23048 |
| 23049 /** Sets the value of "unicode-bidi" */ |
| 23050 void set unicodeBidi(String value) { |
| 23051 setProperty('unicode-bidi', value, ''); |
| 23052 } |
| 23053 |
| 23054 /** Gets the value of "unicode-range" */ |
| 23055 String get unicodeRange() => |
| 23056 getPropertyValue('unicode-range'); |
| 23057 |
| 23058 /** Sets the value of "unicode-range" */ |
| 23059 void set unicodeRange(String value) { |
| 23060 setProperty('unicode-range', value, ''); |
| 23061 } |
| 23062 |
| 23063 /** Gets the value of "user-drag" */ |
| 23064 String get userDrag() => |
| 23065 getPropertyValue('${_browserPrefix}user-drag'); |
| 23066 |
| 23067 /** Sets the value of "user-drag" */ |
| 23068 void set userDrag(String value) { |
| 23069 setProperty('${_browserPrefix}user-drag', value, ''); |
| 23070 } |
| 23071 |
| 23072 /** Gets the value of "user-modify" */ |
| 23073 String get userModify() => |
| 23074 getPropertyValue('${_browserPrefix}user-modify'); |
| 23075 |
| 23076 /** Sets the value of "user-modify" */ |
| 23077 void set userModify(String value) { |
| 23078 setProperty('${_browserPrefix}user-modify', value, ''); |
| 23079 } |
| 23080 |
| 23081 /** Gets the value of "user-select" */ |
| 23082 String get userSelect() => |
| 23083 getPropertyValue('${_browserPrefix}user-select'); |
| 23084 |
| 23085 /** Sets the value of "user-select" */ |
| 23086 void set userSelect(String value) { |
| 23087 setProperty('${_browserPrefix}user-select', value, ''); |
| 23088 } |
| 23089 |
| 23090 /** Gets the value of "vertical-align" */ |
| 23091 String get verticalAlign() => |
| 23092 getPropertyValue('vertical-align'); |
| 23093 |
| 23094 /** Sets the value of "vertical-align" */ |
| 23095 void set verticalAlign(String value) { |
| 23096 setProperty('vertical-align', value, ''); |
| 23097 } |
| 23098 |
| 23099 /** Gets the value of "visibility" */ |
| 23100 String get visibility() => |
| 23101 getPropertyValue('visibility'); |
| 23102 |
| 23103 /** Sets the value of "visibility" */ |
| 23104 void set visibility(String value) { |
| 23105 setProperty('visibility', value, ''); |
| 23106 } |
| 23107 |
| 23108 /** Gets the value of "white-space" */ |
| 23109 String get whiteSpace() => |
| 23110 getPropertyValue('white-space'); |
| 23111 |
| 23112 /** Sets the value of "white-space" */ |
| 23113 void set whiteSpace(String value) { |
| 23114 setProperty('white-space', value, ''); |
| 23115 } |
| 23116 |
| 23117 /** Gets the value of "widows" */ |
| 23118 String get widows() => |
| 23119 getPropertyValue('widows'); |
| 23120 |
| 23121 /** Sets the value of "widows" */ |
| 23122 void set widows(String value) { |
| 23123 setProperty('widows', value, ''); |
| 23124 } |
| 23125 |
| 23126 /** Gets the value of "width" */ |
| 23127 String get width() => |
| 23128 getPropertyValue('width'); |
| 23129 |
| 23130 /** Sets the value of "width" */ |
| 23131 void set width(String value) { |
| 23132 setProperty('width', value, ''); |
| 23133 } |
| 23134 |
| 23135 /** Gets the value of "word-break" */ |
| 23136 String get wordBreak() => |
| 23137 getPropertyValue('word-break'); |
| 23138 |
| 23139 /** Sets the value of "word-break" */ |
| 23140 void set wordBreak(String value) { |
| 23141 setProperty('word-break', value, ''); |
| 23142 } |
| 23143 |
| 23144 /** Gets the value of "word-spacing" */ |
| 23145 String get wordSpacing() => |
| 23146 getPropertyValue('word-spacing'); |
| 23147 |
| 23148 /** Sets the value of "word-spacing" */ |
| 23149 void set wordSpacing(String value) { |
| 23150 setProperty('word-spacing', value, ''); |
| 23151 } |
| 23152 |
| 23153 /** Gets the value of "word-wrap" */ |
| 23154 String get wordWrap() => |
| 23155 getPropertyValue('word-wrap'); |
| 23156 |
| 23157 /** Sets the value of "word-wrap" */ |
| 23158 void set wordWrap(String value) { |
| 23159 setProperty('word-wrap', value, ''); |
| 23160 } |
| 23161 |
| 23162 /** Gets the value of "wrap-shape" */ |
| 23163 String get wrapShape() => |
| 23164 getPropertyValue('${_browserPrefix}wrap-shape'); |
| 23165 |
| 23166 /** Sets the value of "wrap-shape" */ |
| 23167 void set wrapShape(String value) { |
| 23168 setProperty('${_browserPrefix}wrap-shape', value, ''); |
| 23169 } |
| 23170 |
| 23171 /** Gets the value of "writing-mode" */ |
| 23172 String get writingMode() => |
| 23173 getPropertyValue('${_browserPrefix}writing-mode'); |
| 23174 |
| 23175 /** Sets the value of "writing-mode" */ |
| 23176 void set writingMode(String value) { |
| 23177 setProperty('${_browserPrefix}writing-mode', value, ''); |
| 23178 } |
| 23179 |
| 23180 /** Gets the value of "z-index" */ |
| 23181 String get zIndex() => |
| 23182 getPropertyValue('z-index'); |
| 23183 |
| 23184 /** Sets the value of "z-index" */ |
| 23185 void set zIndex(String value) { |
| 23186 setProperty('z-index', value, ''); |
| 23187 } |
| 23188 |
| 23189 /** Gets the value of "zoom" */ |
| 23190 String get zoom() => |
| 23191 getPropertyValue('zoom'); |
| 23192 |
| 23193 /** Sets the value of "zoom" */ |
| 23194 void set zoom(String value) { |
| 23195 setProperty('zoom', value, ''); |
| 23196 } |
| 18560 } | 23197 } |
| 18561 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 23198 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18562 // for details. All rights reserved. Use of this source code is governed by a | 23199 // for details. All rights reserved. Use of this source code is governed by a |
| 18563 // BSD-style license that can be found in the LICENSE file. | 23200 // BSD-style license that can be found in the LICENSE file. |
| 18564 | 23201 |
| 18565 class DOMApplicationCacheEventsImplementation extends EventsImplementation | 23202 class DOMApplicationCacheEventsImplementation extends EventsImplementation |
| 18566 implements DOMApplicationCacheEvents { | 23203 implements DOMApplicationCacheEvents { |
| 18567 DOMApplicationCacheEventsImplementation._wrap(ptr) : super._wrap(ptr); | 23204 DOMApplicationCacheEventsImplementation._wrap(ptr) : super._wrap(ptr); |
| 18568 | 23205 |
| 18569 EventListenerList get cached() => _get('cached'); | 23206 EventListenerList get cached() => _get('cached'); |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18779 // Helpers. | 23416 // Helpers. |
| 18780 String _attr(String key) => 'data-$key'; | 23417 String _attr(String key) => 'data-$key'; |
| 18781 bool _matches(String key) => key.startsWith('data-'); | 23418 bool _matches(String key) => key.startsWith('data-'); |
| 18782 String _strip(String key) => key.substring(5); | 23419 String _strip(String key) => key.substring(5); |
| 18783 } | 23420 } |
| 18784 | 23421 |
| 18785 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 23422 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18786 // for details. All rights reserved. Use of this source code is governed by a | 23423 // for details. All rights reserved. Use of this source code is governed by a |
| 18787 // BSD-style license that can be found in the LICENSE file. | 23424 // BSD-style license that can be found in the LICENSE file. |
| 18788 | 23425 |
| 23426 /** |
| 23427 * Utils for device detection. |
| 23428 */ |
| 23429 class _Device { |
| 23430 /** |
| 23431 * Gets the browser's user agent. Using this function allows tests to inject |
| 23432 * the user agent. |
| 23433 * Returns the user agent. |
| 23434 */ |
| 23435 static String get userAgent() => window.navigator.userAgent; |
| 23436 |
| 23437 /** |
| 23438 * Determines if the current device is running Firefox. |
| 23439 */ |
| 23440 static bool get isFirefox() => userAgent.contains("Firefox", 0); |
| 23441 } |
| 23442 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 23443 // for details. All rights reserved. Use of this source code is governed by a |
| 23444 // BSD-style license that can be found in the LICENSE file. |
| 23445 |
| 18789 interface BodyElementEvents extends ElementEvents { | 23446 interface BodyElementEvents extends ElementEvents { |
| 18790 EventListenerList get beforeUnload(); | 23447 EventListenerList get beforeUnload(); |
| 18791 EventListenerList get hashChange(); | 23448 EventListenerList get hashChange(); |
| 18792 EventListenerList get message(); | 23449 EventListenerList get message(); |
| 18793 EventListenerList get offline(); | 23450 EventListenerList get offline(); |
| 18794 EventListenerList get online(); | 23451 EventListenerList get online(); |
| 18795 EventListenerList get orientationChange(); | 23452 EventListenerList get orientationChange(); |
| 18796 EventListenerList get popState(); | 23453 EventListenerList get popState(); |
| 18797 EventListenerList get resize(); | 23454 EventListenerList get resize(); |
| 18798 EventListenerList get storage(); | 23455 EventListenerList get storage(); |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19086 Iterator<Element> iterator() => _filtered.iterator(); | 23743 Iterator<Element> iterator() => _filtered.iterator(); |
| 19087 List<Element> getRange(int start, int length) => | 23744 List<Element> getRange(int start, int length) => |
| 19088 _filtered.getRange(start, length); | 23745 _filtered.getRange(start, length); |
| 19089 int indexOf(Element element, int startIndex) => | 23746 int indexOf(Element element, int startIndex) => |
| 19090 _filtered.indexOf(element, startIndex); | 23747 _filtered.indexOf(element, startIndex); |
| 19091 int lastIndexOf(Element element, int startIndex) => | 23748 int lastIndexOf(Element element, int startIndex) => |
| 19092 _filtered.lastIndexOf(element, startIndex); | 23749 _filtered.lastIndexOf(element, startIndex); |
| 19093 Element last() => _filtered.last(); | 23750 Element last() => _filtered.last(); |
| 19094 } | 23751 } |
| 19095 | 23752 |
| 19096 class EmptyStyleDeclaration implements CSSStyleDeclaration { | 23753 class EmptyStyleDeclaration extends CSSStyleDeclarationWrappingImplementation { |
| 19097 String get cssText() => ""; | 23754 String get cssText() => ""; |
| 19098 int get length() => 0; | 23755 int get length() => 0; |
| 19099 CSSRule get parentRule() => null; | 23756 CSSRule get parentRule() => null; |
| 19100 CSSValue getPropertyCSSValue(String propertyName) => null; | 23757 CSSValue getPropertyCSSValue(String propertyName) => null; |
| 19101 String getPropertyPriority(String propertyName) => ""; | 23758 String getPropertyPriority(String propertyName) => ""; |
| 19102 String getPropertyShorthand(String propertyName) => null; | 23759 String getPropertyShorthand(String propertyName) => null; |
| 19103 String getPropertyValue(String propertyName) => null; | 23760 String getPropertyValue(String propertyName) => null; |
| 19104 bool isPropertyImplicit(String propertyName) => false; | 23761 bool isPropertyImplicit(String propertyName) => false; |
| 19105 String item(int index) => ""; | 23762 String item(int index) => ""; |
| 19106 | 23763 |
| (...skipping 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 22725 startIndex = a.length - 1; | 27382 startIndex = a.length - 1; |
| 22726 } | 27383 } |
| 22727 for (int i = startIndex; i >= 0; i--) { | 27384 for (int i = startIndex; i >= 0; i--) { |
| 22728 if (a[i] == element) { | 27385 if (a[i] == element) { |
| 22729 return i; | 27386 return i; |
| 22730 } | 27387 } |
| 22731 } | 27388 } |
| 22732 return -1; | 27389 return -1; |
| 22733 } | 27390 } |
| 22734 } | 27391 } |
| OLD | NEW |