Index: tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate |
index 12caf8c635c51913438927fac7f7abf285f08d9a..7cb4628227fbf2df73c3fa6d68b7c89073a0d903 100644 |
--- a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate |
@@ -11,18 +11,8 @@ |
part of $LIBRARYNAME; |
-$if DART2JS |
-$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME $EXTENDS with |
- $(CLASSNAME)Base $IMPLEMENTS { |
-$else |
- $if JSINTEROP |
-$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS) class $CLASSNAME extends |
- $(CLASSNAME)Base $IMPLEMENTS { |
- $else |
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME $EXTENDS with |
$(CLASSNAME)Base $IMPLEMENTS { |
- $endif |
-$endif |
factory $CLASSNAME() => new CssStyleDeclaration.css(''); |
factory $CLASSNAME.css(String css) { |
@@ -157,7 +147,7 @@ $if DART2JS |
String get background => this._background; |
/** Sets the value of "background" */ |
- void set background(String value) { |
+ set background(String value) { |
_background = value == null ? '' : value; |
} |
@Returns('String') |
@@ -168,7 +158,7 @@ $if DART2JS |
String get backgroundAttachment => this._backgroundAttachment; |
/** Sets the value of "background-attachment" */ |
- void set backgroundAttachment(String value) { |
+ set backgroundAttachment(String value) { |
_backgroundAttachment = value == null ? '' : value; |
} |
@Returns('String') |
@@ -179,7 +169,7 @@ $if DART2JS |
String get backgroundColor => this._backgroundColor; |
/** Sets the value of "background-color" */ |
- void set backgroundColor(String value) { |
+ set backgroundColor(String value) { |
_backgroundColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -190,7 +180,7 @@ $if DART2JS |
String get backgroundImage => this._backgroundImage; |
/** Sets the value of "background-image" */ |
- void set backgroundImage(String value) { |
+ set backgroundImage(String value) { |
_backgroundImage = value == null ? '' : value; |
} |
@Returns('String') |
@@ -201,7 +191,7 @@ $if DART2JS |
String get backgroundPosition => this._backgroundPosition; |
/** Sets the value of "background-position" */ |
- void set backgroundPosition(String value) { |
+ set backgroundPosition(String value) { |
_backgroundPosition = value == null ? '' : value; |
} |
@Returns('String') |
@@ -212,7 +202,7 @@ $if DART2JS |
String get backgroundRepeat => this._backgroundRepeat; |
/** Sets the value of "background-repeat" */ |
- void set backgroundRepeat(String value) { |
+ set backgroundRepeat(String value) { |
_backgroundRepeat = value == null ? '' : value; |
} |
@Returns('String') |
@@ -223,7 +213,7 @@ $if DART2JS |
String get border => this._border; |
/** Sets the value of "border" */ |
- void set border(String value) { |
+ set border(String value) { |
_border = value == null ? '' : value; |
} |
@Returns('String') |
@@ -234,7 +224,7 @@ $if DART2JS |
String get borderBottom => this._borderBottom; |
/** Sets the value of "border-bottom" */ |
- void set borderBottom(String value) { |
+ set borderBottom(String value) { |
_borderBottom = value == null ? '' : value; |
} |
@Returns('String') |
@@ -245,7 +235,7 @@ $if DART2JS |
String get borderBottomColor => this._borderBottomColor; |
/** Sets the value of "border-bottom-color" */ |
- void set borderBottomColor(String value) { |
+ set borderBottomColor(String value) { |
_borderBottomColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -256,7 +246,7 @@ $if DART2JS |
String get borderBottomStyle => this._borderBottomStyle; |
/** Sets the value of "border-bottom-style" */ |
- void set borderBottomStyle(String value) { |
+ set borderBottomStyle(String value) { |
_borderBottomStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -267,7 +257,7 @@ $if DART2JS |
String get borderBottomWidth => this._borderBottomWidth; |
/** Sets the value of "border-bottom-width" */ |
- void set borderBottomWidth(String value) { |
+ set borderBottomWidth(String value) { |
_borderBottomWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -278,7 +268,7 @@ $if DART2JS |
String get borderCollapse => this._borderCollapse; |
/** Sets the value of "border-collapse" */ |
- void set borderCollapse(String value) { |
+ set borderCollapse(String value) { |
_borderCollapse = value == null ? '' : value; |
} |
@Returns('String') |
@@ -289,7 +279,7 @@ $if DART2JS |
String get borderColor => this._borderColor; |
/** Sets the value of "border-color" */ |
- void set borderColor(String value) { |
+ set borderColor(String value) { |
_borderColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -300,7 +290,7 @@ $if DART2JS |
String get borderLeft => this._borderLeft; |
/** Sets the value of "border-left" */ |
- void set borderLeft(String value) { |
+ set borderLeft(String value) { |
_borderLeft = value == null ? '' : value; |
} |
@Returns('String') |
@@ -311,7 +301,7 @@ $if DART2JS |
String get borderLeftColor => this._borderLeftColor; |
/** Sets the value of "border-left-color" */ |
- void set borderLeftColor(String value) { |
+ set borderLeftColor(String value) { |
_borderLeftColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -322,7 +312,7 @@ $if DART2JS |
String get borderLeftStyle => this._borderLeftStyle; |
/** Sets the value of "border-left-style" */ |
- void set borderLeftStyle(String value) { |
+ set borderLeftStyle(String value) { |
_borderLeftStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -333,7 +323,7 @@ $if DART2JS |
String get borderLeftWidth => this._borderLeftWidth; |
/** Sets the value of "border-left-width" */ |
- void set borderLeftWidth(String value) { |
+ set borderLeftWidth(String value) { |
_borderLeftWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -344,7 +334,7 @@ $if DART2JS |
String get borderRight => this._borderRight; |
/** Sets the value of "border-right" */ |
- void set borderRight(String value) { |
+ set borderRight(String value) { |
_borderRight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -355,7 +345,7 @@ $if DART2JS |
String get borderRightColor => this._borderRightColor; |
/** Sets the value of "border-right-color" */ |
- void set borderRightColor(String value) { |
+ set borderRightColor(String value) { |
_borderRightColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -366,7 +356,7 @@ $if DART2JS |
String get borderRightStyle => this._borderRightStyle; |
/** Sets the value of "border-right-style" */ |
- void set borderRightStyle(String value) { |
+ set borderRightStyle(String value) { |
_borderRightStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -377,7 +367,7 @@ $if DART2JS |
String get borderRightWidth => this._borderRightWidth; |
/** Sets the value of "border-right-width" */ |
- void set borderRightWidth(String value) { |
+ set borderRightWidth(String value) { |
_borderRightWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -388,7 +378,7 @@ $if DART2JS |
String get borderSpacing => this._borderSpacing; |
/** Sets the value of "border-spacing" */ |
- void set borderSpacing(String value) { |
+ set borderSpacing(String value) { |
_borderSpacing = value == null ? '' : value; |
} |
@Returns('String') |
@@ -399,7 +389,7 @@ $if DART2JS |
String get borderStyle => this._borderStyle; |
/** Sets the value of "border-style" */ |
- void set borderStyle(String value) { |
+ set borderStyle(String value) { |
_borderStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -410,7 +400,7 @@ $if DART2JS |
String get borderTop => this._borderTop; |
/** Sets the value of "border-top" */ |
- void set borderTop(String value) { |
+ set borderTop(String value) { |
_borderTop = value == null ? '' : value; |
} |
@Returns('String') |
@@ -421,7 +411,7 @@ $if DART2JS |
String get borderTopColor => this._borderTopColor; |
/** Sets the value of "border-top-color" */ |
- void set borderTopColor(String value) { |
+ set borderTopColor(String value) { |
_borderTopColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -432,7 +422,7 @@ $if DART2JS |
String get borderTopStyle => this._borderTopStyle; |
/** Sets the value of "border-top-style" */ |
- void set borderTopStyle(String value) { |
+ set borderTopStyle(String value) { |
_borderTopStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -443,7 +433,7 @@ $if DART2JS |
String get borderTopWidth => this._borderTopWidth; |
/** Sets the value of "border-top-width" */ |
- void set borderTopWidth(String value) { |
+ set borderTopWidth(String value) { |
_borderTopWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -454,7 +444,7 @@ $if DART2JS |
String get borderWidth => this._borderWidth; |
/** Sets the value of "border-width" */ |
- void set borderWidth(String value) { |
+ set borderWidth(String value) { |
_borderWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -465,7 +455,7 @@ $if DART2JS |
String get bottom => this._bottom; |
/** Sets the value of "bottom" */ |
- void set bottom(String value) { |
+ set bottom(String value) { |
_bottom = value == null ? '' : value; |
} |
@Returns('String') |
@@ -476,7 +466,7 @@ $if DART2JS |
String get captionSide => this._captionSide; |
/** Sets the value of "caption-side" */ |
- void set captionSide(String value) { |
+ set captionSide(String value) { |
_captionSide = value == null ? '' : value; |
} |
@Returns('String') |
@@ -487,7 +477,7 @@ $if DART2JS |
String get clear => this._clear; |
/** Sets the value of "clear" */ |
- void set clear(String value) { |
+ set clear(String value) { |
_clear = value == null ? '' : value; |
} |
@Returns('String') |
@@ -498,7 +488,7 @@ $if DART2JS |
String get clip => this._clip; |
/** Sets the value of "clip" */ |
- void set clip(String value) { |
+ set clip(String value) { |
_clip = value == null ? '' : value; |
} |
@Returns('String') |
@@ -509,7 +499,7 @@ $if DART2JS |
String get color => this._color; |
/** Sets the value of "color" */ |
- void set color(String value) { |
+ set color(String value) { |
_color = value == null ? '' : value; |
} |
@Returns('String') |
@@ -520,7 +510,7 @@ $if DART2JS |
String get content => this._content; |
/** Sets the value of "content" */ |
- void set content(String value) { |
+ set content(String value) { |
_content = value == null ? '' : value; |
} |
@Returns('String') |
@@ -531,7 +521,7 @@ $if DART2JS |
String get cursor => this._cursor; |
/** Sets the value of "cursor" */ |
- void set cursor(String value) { |
+ set cursor(String value) { |
_cursor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -542,7 +532,7 @@ $if DART2JS |
String get direction => this._direction; |
/** Sets the value of "direction" */ |
- void set direction(String value) { |
+ set direction(String value) { |
_direction = value == null ? '' : value; |
} |
@Returns('String') |
@@ -553,7 +543,7 @@ $if DART2JS |
String get display => this._display; |
/** Sets the value of "display" */ |
- void set display(String value) { |
+ set display(String value) { |
_display = value == null ? '' : value; |
} |
@Returns('String') |
@@ -564,7 +554,7 @@ $if DART2JS |
String get emptyCells => this._emptyCells; |
/** Sets the value of "empty-cells" */ |
- void set emptyCells(String value) { |
+ set emptyCells(String value) { |
_emptyCells = value == null ? '' : value; |
} |
@Returns('String') |
@@ -575,7 +565,7 @@ $if DART2JS |
String get font => this._font; |
/** Sets the value of "font" */ |
- void set font(String value) { |
+ set font(String value) { |
_font = value == null ? '' : value; |
} |
@Returns('String') |
@@ -586,7 +576,7 @@ $if DART2JS |
String get fontFamily => this._fontFamily; |
/** Sets the value of "font-family" */ |
- void set fontFamily(String value) { |
+ set fontFamily(String value) { |
_fontFamily = value == null ? '' : value; |
} |
@Returns('String') |
@@ -597,7 +587,7 @@ $if DART2JS |
String get fontSize => this._fontSize; |
/** Sets the value of "font-size" */ |
- void set fontSize(String value) { |
+ set fontSize(String value) { |
_fontSize = value == null ? '' : value; |
} |
@Returns('String') |
@@ -608,7 +598,7 @@ $if DART2JS |
String get fontStyle => this._fontStyle; |
/** Sets the value of "font-style" */ |
- void set fontStyle(String value) { |
+ set fontStyle(String value) { |
_fontStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -619,7 +609,7 @@ $if DART2JS |
String get fontVariant => this._fontVariant; |
/** Sets the value of "font-variant" */ |
- void set fontVariant(String value) { |
+ set fontVariant(String value) { |
_fontVariant = value == null ? '' : value; |
} |
@Returns('String') |
@@ -630,7 +620,7 @@ $if DART2JS |
String get fontWeight => this._fontWeight; |
/** Sets the value of "font-weight" */ |
- void set fontWeight(String value) { |
+ set fontWeight(String value) { |
_fontWeight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -641,7 +631,7 @@ $if DART2JS |
String get height => this._height; |
/** Sets the value of "height" */ |
- void set height(String value) { |
+ set height(String value) { |
_height = value == null ? '' : value; |
} |
@Returns('String') |
@@ -652,7 +642,7 @@ $if DART2JS |
String get left => this._left; |
/** Sets the value of "left" */ |
- void set left(String value) { |
+ set left(String value) { |
_left = value == null ? '' : value; |
} |
@Returns('String') |
@@ -663,7 +653,7 @@ $if DART2JS |
String get letterSpacing => this._letterSpacing; |
/** Sets the value of "letter-spacing" */ |
- void set letterSpacing(String value) { |
+ set letterSpacing(String value) { |
_letterSpacing = value == null ? '' : value; |
} |
@Returns('String') |
@@ -674,7 +664,7 @@ $if DART2JS |
String get lineHeight => this._lineHeight; |
/** Sets the value of "line-height" */ |
- void set lineHeight(String value) { |
+ set lineHeight(String value) { |
_lineHeight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -685,7 +675,7 @@ $if DART2JS |
String get listStyle => this._listStyle; |
/** Sets the value of "list-style" */ |
- void set listStyle(String value) { |
+ set listStyle(String value) { |
_listStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -696,7 +686,7 @@ $if DART2JS |
String get listStyleImage => this._listStyleImage; |
/** Sets the value of "list-style-image" */ |
- void set listStyleImage(String value) { |
+ set listStyleImage(String value) { |
_listStyleImage = value == null ? '' : value; |
} |
@Returns('String') |
@@ -707,7 +697,7 @@ $if DART2JS |
String get listStylePosition => this._listStylePosition; |
/** Sets the value of "list-style-position" */ |
- void set listStylePosition(String value) { |
+ set listStylePosition(String value) { |
_listStylePosition = value == null ? '' : value; |
} |
@Returns('String') |
@@ -718,7 +708,7 @@ $if DART2JS |
String get listStyleType => this._listStyleType; |
/** Sets the value of "list-style-type" */ |
- void set listStyleType(String value) { |
+ set listStyleType(String value) { |
_listStyleType = value == null ? '' : value; |
} |
@Returns('String') |
@@ -729,7 +719,7 @@ $if DART2JS |
String get margin => this._margin; |
/** Sets the value of "margin" */ |
- void set margin(String value) { |
+ set margin(String value) { |
_margin = value == null ? '' : value; |
} |
@Returns('String') |
@@ -740,7 +730,7 @@ $if DART2JS |
String get marginBottom => this._marginBottom; |
/** Sets the value of "margin-bottom" */ |
- void set marginBottom(String value) { |
+ set marginBottom(String value) { |
_marginBottom = value == null ? '' : value; |
} |
@Returns('String') |
@@ -751,7 +741,7 @@ $if DART2JS |
String get marginLeft => this._marginLeft; |
/** Sets the value of "margin-left" */ |
- void set marginLeft(String value) { |
+ set marginLeft(String value) { |
_marginLeft = value == null ? '' : value; |
} |
@Returns('String') |
@@ -762,7 +752,7 @@ $if DART2JS |
String get marginRight => this._marginRight; |
/** Sets the value of "margin-right" */ |
- void set marginRight(String value) { |
+ set marginRight(String value) { |
_marginRight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -773,7 +763,7 @@ $if DART2JS |
String get marginTop => this._marginTop; |
/** Sets the value of "margin-top" */ |
- void set marginTop(String value) { |
+ set marginTop(String value) { |
_marginTop = value == null ? '' : value; |
} |
@Returns('String') |
@@ -784,7 +774,7 @@ $if DART2JS |
String get maxHeight => this._maxHeight; |
/** Sets the value of "max-height" */ |
- void set maxHeight(String value) { |
+ set maxHeight(String value) { |
_maxHeight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -795,7 +785,7 @@ $if DART2JS |
String get maxWidth => this._maxWidth; |
/** Sets the value of "max-width" */ |
- void set maxWidth(String value) { |
+ set maxWidth(String value) { |
_maxWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -806,7 +796,7 @@ $if DART2JS |
String get minHeight => this._minHeight; |
/** Sets the value of "min-height" */ |
- void set minHeight(String value) { |
+ set minHeight(String value) { |
_minHeight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -817,7 +807,7 @@ $if DART2JS |
String get minWidth => this._minWidth; |
/** Sets the value of "min-width" */ |
- void set minWidth(String value) { |
+ set minWidth(String value) { |
_minWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -828,7 +818,7 @@ $if DART2JS |
String get outline => this._outline; |
/** Sets the value of "outline" */ |
- void set outline(String value) { |
+ set outline(String value) { |
_outline = value == null ? '' : value; |
} |
@Returns('String') |
@@ -839,7 +829,7 @@ $if DART2JS |
String get outlineColor => this._outlineColor; |
/** Sets the value of "outline-color" */ |
- void set outlineColor(String value) { |
+ set outlineColor(String value) { |
_outlineColor = value == null ? '' : value; |
} |
@Returns('String') |
@@ -850,7 +840,7 @@ $if DART2JS |
String get outlineStyle => this._outlineStyle; |
/** Sets the value of "outline-style" */ |
- void set outlineStyle(String value) { |
+ set outlineStyle(String value) { |
_outlineStyle = value == null ? '' : value; |
} |
@Returns('String') |
@@ -861,7 +851,7 @@ $if DART2JS |
String get outlineWidth => this._outlineWidth; |
/** Sets the value of "outline-width" */ |
- void set outlineWidth(String value) { |
+ set outlineWidth(String value) { |
_outlineWidth = value == null ? '' : value; |
} |
@Returns('String') |
@@ -872,7 +862,7 @@ $if DART2JS |
String get overflow => this._overflow; |
/** Sets the value of "overflow" */ |
- void set overflow(String value) { |
+ set overflow(String value) { |
_overflow = value == null ? '' : value; |
} |
@Returns('String') |
@@ -883,7 +873,7 @@ $if DART2JS |
String get padding => this._padding; |
/** Sets the value of "padding" */ |
- void set padding(String value) { |
+ set padding(String value) { |
_padding = value == null ? '' : value; |
} |
@Returns('String') |
@@ -894,7 +884,7 @@ $if DART2JS |
String get paddingBottom => this._paddingBottom; |
/** Sets the value of "padding-bottom" */ |
- void set paddingBottom(String value) { |
+ set paddingBottom(String value) { |
_paddingBottom = value == null ? '' : value; |
} |
@Returns('String') |
@@ -905,7 +895,7 @@ $if DART2JS |
String get paddingLeft => this._paddingLeft; |
/** Sets the value of "padding-left" */ |
- void set paddingLeft(String value) { |
+ set paddingLeft(String value) { |
_paddingLeft = value == null ? '' : value; |
} |
@Returns('String') |
@@ -916,7 +906,7 @@ $if DART2JS |
String get paddingRight => this._paddingRight; |
/** Sets the value of "padding-right" */ |
- void set paddingRight(String value) { |
+ set paddingRight(String value) { |
_paddingRight = value == null ? '' : value; |
} |
@Returns('String') |
@@ -927,7 +917,7 @@ $if DART2JS |
String get paddingTop => this._paddingTop; |
/** Sets the value of "padding-top" */ |
- void set paddingTop(String value) { |
+ set paddingTop(String value) { |
_paddingTop = value == null ? '' : value; |
} |
@Returns('String') |
@@ -938,7 +928,7 @@ $if DART2JS |
String get pageBreakAfter => this._pageBreakAfter; |
/** Sets the value of "page-break-after" */ |
- void set pageBreakAfter(String value) { |
+ set pageBreakAfter(String value) { |
_pageBreakAfter = value == null ? '' : value; |
} |
@Returns('String') |
@@ -949,7 +939,7 @@ $if DART2JS |
String get pageBreakBefore => this._pageBreakBefore; |
/** Sets the value of "page-break-before" */ |
- void set pageBreakBefore(String value) { |
+ set pageBreakBefore(String value) { |
_pageBreakBefore = value == null ? '' : value; |
} |
@Returns('String') |
@@ -960,7 +950,7 @@ $if DART2JS |
String get pageBreakInside => this._pageBreakInside; |
/** Sets the value of "page-break-inside" */ |
- void set pageBreakInside(String value) { |
+ set pageBreakInside(String value) { |
_pageBreakInside = value == null ? '' : value; |
} |
@Returns('String') |
@@ -971,7 +961,7 @@ $if DART2JS |
String get position => this._position; |
/** Sets the value of "position" */ |
- void set position(String value) { |
+ set position(String value) { |
_position = value == null ? '' : value; |
} |
@Returns('String') |
@@ -982,7 +972,7 @@ $if DART2JS |
String get quotes => this._quotes; |
/** Sets the value of "quotes" */ |
- void set quotes(String value) { |
+ set quotes(String value) { |
_quotes = value == null ? '' : value; |
} |
@Returns('String') |
@@ -993,7 +983,7 @@ $if DART2JS |
String get right => this._right; |
/** Sets the value of "right" */ |
- void set right(String value) { |
+ set right(String value) { |
_right = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1004,7 +994,7 @@ $if DART2JS |
String get tableLayout => this._tableLayout; |
/** Sets the value of "table-layout" */ |
- void set tableLayout(String value) { |
+ set tableLayout(String value) { |
_tableLayout = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1015,7 +1005,7 @@ $if DART2JS |
String get textAlign => this._textAlign; |
/** Sets the value of "text-align" */ |
- void set textAlign(String value) { |
+ set textAlign(String value) { |
_textAlign = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1026,7 +1016,7 @@ $if DART2JS |
String get textDecoration => this._textDecoration; |
/** Sets the value of "text-decoration" */ |
- void set textDecoration(String value) { |
+ set textDecoration(String value) { |
_textDecoration = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1037,7 +1027,7 @@ $if DART2JS |
String get textIndent => this._textIndent; |
/** Sets the value of "text-indent" */ |
- void set textIndent(String value) { |
+ set textIndent(String value) { |
_textIndent = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1048,7 +1038,7 @@ $if DART2JS |
String get textTransform => this._textTransform; |
/** Sets the value of "text-transform" */ |
- void set textTransform(String value) { |
+ set textTransform(String value) { |
_textTransform = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1059,7 +1049,7 @@ $if DART2JS |
String get top => this._top; |
/** Sets the value of "top" */ |
- void set top(String value) { |
+ set top(String value) { |
_top = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1070,7 +1060,7 @@ $if DART2JS |
String get unicodeBidi => this._unicodeBidi; |
/** Sets the value of "unicode-bidi" */ |
- void set unicodeBidi(String value) { |
+ set unicodeBidi(String value) { |
_unicodeBidi = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1081,7 +1071,7 @@ $if DART2JS |
String get verticalAlign => this._verticalAlign; |
/** Sets the value of "vertical-align" */ |
- void set verticalAlign(String value) { |
+ set verticalAlign(String value) { |
_verticalAlign = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1092,7 +1082,7 @@ $if DART2JS |
String get visibility => this._visibility; |
/** Sets the value of "visibility" */ |
- void set visibility(String value) { |
+ set visibility(String value) { |
_visibility = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1103,7 +1093,7 @@ $if DART2JS |
String get whiteSpace => this._whiteSpace; |
/** Sets the value of "white-space" */ |
- void set whiteSpace(String value) { |
+ set whiteSpace(String value) { |
_whiteSpace = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1114,7 +1104,7 @@ $if DART2JS |
String get width => this._width; |
/** Sets the value of "width" */ |
- void set width(String value) { |
+ set width(String value) { |
_width = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1125,7 +1115,7 @@ $if DART2JS |
String get wordSpacing => this._wordSpacing; |
/** Sets the value of "word-spacing" */ |
- void set wordSpacing(String value) { |
+ set wordSpacing(String value) { |
_wordSpacing = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1136,7 +1126,7 @@ $if DART2JS |
String get zIndex => this._zIndex; |
/** Sets the value of "z-index" */ |
- void set zIndex(String value) { |
+ set zIndex(String value) { |
_zIndex = value == null ? '' : value; |
} |
@Returns('String') |
@@ -1146,15 +1136,7 @@ $if DART2JS |
$endif |
} |
-$if DART2JS |
-class _CssStyleDeclarationSet extends Object with CssStyleDeclarationBase { |
-$else |
- $if JSINTEROP |
-class _CssStyleDeclarationSet extends CssStyleDeclarationBase { |
- $else |
class _CssStyleDeclarationSet extends Object with CssStyleDeclarationBase { |
- $endif |
-$endif |
final Iterable<Element> _elementIterable; |
Iterable<CssStyleDeclaration> _elementCssStyleDeclarationSetIterable; |
@@ -1182,452 +1164,452 @@ $if DART2JS |
} |
/** Sets the value of "background" */ |
- void set background(String value) { |
+ set background(String value) { |
_setAll('background', value); |
} |
/** Sets the value of "background-attachment" */ |
- void set backgroundAttachment(String value) { |
+ set backgroundAttachment(String value) { |
_setAll('backgroundAttachment', value); |
} |
/** Sets the value of "background-color" */ |
- void set backgroundColor(String value) { |
+ set backgroundColor(String value) { |
_setAll('backgroundColor', value); |
} |
/** Sets the value of "background-image" */ |
- void set backgroundImage(String value) { |
+ set backgroundImage(String value) { |
_setAll('backgroundImage', value); |
} |
/** Sets the value of "background-position" */ |
- void set backgroundPosition(String value) { |
+ set backgroundPosition(String value) { |
_setAll('backgroundPosition', value); |
} |
/** Sets the value of "background-repeat" */ |
- void set backgroundRepeat(String value) { |
+ set backgroundRepeat(String value) { |
_setAll('backgroundRepeat', value); |
} |
/** Sets the value of "border" */ |
- void set border(String value) { |
+ set border(String value) { |
_setAll('border', value); |
} |
/** Sets the value of "border-bottom" */ |
- void set borderBottom(String value) { |
+ set borderBottom(String value) { |
_setAll('borderBottom', value); |
} |
/** Sets the value of "border-bottom-color" */ |
- void set borderBottomColor(String value) { |
+ set borderBottomColor(String value) { |
_setAll('borderBottomColor', value); |
} |
/** Sets the value of "border-bottom-style" */ |
- void set borderBottomStyle(String value) { |
+ set borderBottomStyle(String value) { |
_setAll('borderBottomStyle', value); |
} |
/** Sets the value of "border-bottom-width" */ |
- void set borderBottomWidth(String value) { |
+ set borderBottomWidth(String value) { |
_setAll('borderBottomWidth', value); |
} |
/** Sets the value of "border-collapse" */ |
- void set borderCollapse(String value) { |
+ set borderCollapse(String value) { |
_setAll('borderCollapse', value); |
} |
/** Sets the value of "border-color" */ |
- void set borderColor(String value) { |
+ set borderColor(String value) { |
_setAll('borderColor', value); |
} |
/** Sets the value of "border-left" */ |
- void set borderLeft(String value) { |
+ set borderLeft(String value) { |
_setAll('borderLeft', value); |
} |
/** Sets the value of "border-left-color" */ |
- void set borderLeftColor(String value) { |
+ set borderLeftColor(String value) { |
_setAll('borderLeftColor', value); |
} |
/** Sets the value of "border-left-style" */ |
- void set borderLeftStyle(String value) { |
+ set borderLeftStyle(String value) { |
_setAll('borderLeftStyle', value); |
} |
/** Sets the value of "border-left-width" */ |
- void set borderLeftWidth(String value) { |
+ set borderLeftWidth(String value) { |
_setAll('borderLeftWidth', value); |
} |
/** Sets the value of "border-right" */ |
- void set borderRight(String value) { |
+ set borderRight(String value) { |
_setAll('borderRight', value); |
} |
/** Sets the value of "border-right-color" */ |
- void set borderRightColor(String value) { |
+ set borderRightColor(String value) { |
_setAll('borderRightColor', value); |
} |
/** Sets the value of "border-right-style" */ |
- void set borderRightStyle(String value) { |
+ set borderRightStyle(String value) { |
_setAll('borderRightStyle', value); |
} |
/** Sets the value of "border-right-width" */ |
- void set borderRightWidth(String value) { |
+ set borderRightWidth(String value) { |
_setAll('borderRightWidth', value); |
} |
/** Sets the value of "border-spacing" */ |
- void set borderSpacing(String value) { |
+ set borderSpacing(String value) { |
_setAll('borderSpacing', value); |
} |
/** Sets the value of "border-style" */ |
- void set borderStyle(String value) { |
+ set borderStyle(String value) { |
_setAll('borderStyle', value); |
} |
/** Sets the value of "border-top" */ |
- void set borderTop(String value) { |
+ set borderTop(String value) { |
_setAll('borderTop', value); |
} |
/** Sets the value of "border-top-color" */ |
- void set borderTopColor(String value) { |
+ set borderTopColor(String value) { |
_setAll('borderTopColor', value); |
} |
/** Sets the value of "border-top-style" */ |
- void set borderTopStyle(String value) { |
+ set borderTopStyle(String value) { |
_setAll('borderTopStyle', value); |
} |
/** Sets the value of "border-top-width" */ |
- void set borderTopWidth(String value) { |
+ set borderTopWidth(String value) { |
_setAll('borderTopWidth', value); |
} |
/** Sets the value of "border-width" */ |
- void set borderWidth(String value) { |
+ set borderWidth(String value) { |
_setAll('borderWidth', value); |
} |
/** Sets the value of "bottom" */ |
- void set bottom(String value) { |
+ set bottom(String value) { |
_setAll('bottom', value); |
} |
/** Sets the value of "caption-side" */ |
- void set captionSide(String value) { |
+ set captionSide(String value) { |
_setAll('captionSide', value); |
} |
/** Sets the value of "clear" */ |
- void set clear(String value) { |
+ set clear(String value) { |
_setAll('clear', value); |
} |
/** Sets the value of "clip" */ |
- void set clip(String value) { |
+ set clip(String value) { |
_setAll('clip', value); |
} |
/** Sets the value of "color" */ |
- void set color(String value) { |
+ set color(String value) { |
_setAll('color', value); |
} |
/** Sets the value of "content" */ |
- void set content(String value) { |
+ set content(String value) { |
_setAll('content', value); |
} |
/** Sets the value of "cursor" */ |
- void set cursor(String value) { |
+ set cursor(String value) { |
_setAll('cursor', value); |
} |
/** Sets the value of "direction" */ |
- void set direction(String value) { |
+ set direction(String value) { |
_setAll('direction', value); |
} |
/** Sets the value of "display" */ |
- void set display(String value) { |
+ set display(String value) { |
_setAll('display', value); |
} |
/** Sets the value of "empty-cells" */ |
- void set emptyCells(String value) { |
+ set emptyCells(String value) { |
_setAll('emptyCells', value); |
} |
/** Sets the value of "font" */ |
- void set font(String value) { |
+ set font(String value) { |
_setAll('font', value); |
} |
/** Sets the value of "font-family" */ |
- void set fontFamily(String value) { |
+ set fontFamily(String value) { |
_setAll('fontFamily', value); |
} |
/** Sets the value of "font-size" */ |
- void set fontSize(String value) { |
+ set fontSize(String value) { |
_setAll('fontSize', value); |
} |
/** Sets the value of "font-style" */ |
- void set fontStyle(String value) { |
+ set fontStyle(String value) { |
_setAll('fontStyle', value); |
} |
/** Sets the value of "font-variant" */ |
- void set fontVariant(String value) { |
+ set fontVariant(String value) { |
_setAll('fontVariant', value); |
} |
/** Sets the value of "font-weight" */ |
- void set fontWeight(String value) { |
+ set fontWeight(String value) { |
_setAll('fontWeight', value); |
} |
/** Sets the value of "height" */ |
- void set height(String value) { |
+ set height(String value) { |
_setAll('height', value); |
} |
/** Sets the value of "left" */ |
- void set left(String value) { |
+ set left(String value) { |
_setAll('left', value); |
} |
/** Sets the value of "letter-spacing" */ |
- void set letterSpacing(String value) { |
+ set letterSpacing(String value) { |
_setAll('letterSpacing', value); |
} |
/** Sets the value of "line-height" */ |
- void set lineHeight(String value) { |
+ set lineHeight(String value) { |
_setAll('lineHeight', value); |
} |
/** Sets the value of "list-style" */ |
- void set listStyle(String value) { |
+ set listStyle(String value) { |
_setAll('listStyle', value); |
} |
/** Sets the value of "list-style-image" */ |
- void set listStyleImage(String value) { |
+ set listStyleImage(String value) { |
_setAll('listStyleImage', value); |
} |
/** Sets the value of "list-style-position" */ |
- void set listStylePosition(String value) { |
+ set listStylePosition(String value) { |
_setAll('listStylePosition', value); |
} |
/** Sets the value of "list-style-type" */ |
- void set listStyleType(String value) { |
+ set listStyleType(String value) { |
_setAll('listStyleType', value); |
} |
/** Sets the value of "margin" */ |
- void set margin(String value) { |
+ set margin(String value) { |
_setAll('margin', value); |
} |
/** Sets the value of "margin-bottom" */ |
- void set marginBottom(String value) { |
+ set marginBottom(String value) { |
_setAll('marginBottom', value); |
} |
/** Sets the value of "margin-left" */ |
- void set marginLeft(String value) { |
+ set marginLeft(String value) { |
_setAll('marginLeft', value); |
} |
/** Sets the value of "margin-right" */ |
- void set marginRight(String value) { |
+ set marginRight(String value) { |
_setAll('marginRight', value); |
} |
/** Sets the value of "margin-top" */ |
- void set marginTop(String value) { |
+ set marginTop(String value) { |
_setAll('marginTop', value); |
} |
/** Sets the value of "max-height" */ |
- void set maxHeight(String value) { |
+ set maxHeight(String value) { |
_setAll('maxHeight', value); |
} |
/** Sets the value of "max-width" */ |
- void set maxWidth(String value) { |
+ set maxWidth(String value) { |
_setAll('maxWidth', value); |
} |
/** Sets the value of "min-height" */ |
- void set minHeight(String value) { |
+ set minHeight(String value) { |
_setAll('minHeight', value); |
} |
/** Sets the value of "min-width" */ |
- void set minWidth(String value) { |
+ set minWidth(String value) { |
_setAll('minWidth', value); |
} |
/** Sets the value of "outline" */ |
- void set outline(String value) { |
+ set outline(String value) { |
_setAll('outline', value); |
} |
/** Sets the value of "outline-color" */ |
- void set outlineColor(String value) { |
+ set outlineColor(String value) { |
_setAll('outlineColor', value); |
} |
/** Sets the value of "outline-style" */ |
- void set outlineStyle(String value) { |
+ set outlineStyle(String value) { |
_setAll('outlineStyle', value); |
} |
/** Sets the value of "outline-width" */ |
- void set outlineWidth(String value) { |
+ set outlineWidth(String value) { |
_setAll('outlineWidth', value); |
} |
/** Sets the value of "overflow" */ |
- void set overflow(String value) { |
+ set overflow(String value) { |
_setAll('overflow', value); |
} |
/** Sets the value of "padding" */ |
- void set padding(String value) { |
+ set padding(String value) { |
_setAll('padding', value); |
} |
/** Sets the value of "padding-bottom" */ |
- void set paddingBottom(String value) { |
+ set paddingBottom(String value) { |
_setAll('paddingBottom', value); |
} |
/** Sets the value of "padding-left" */ |
- void set paddingLeft(String value) { |
+ set paddingLeft(String value) { |
_setAll('paddingLeft', value); |
} |
/** Sets the value of "padding-right" */ |
- void set paddingRight(String value) { |
+ set paddingRight(String value) { |
_setAll('paddingRight', value); |
} |
/** Sets the value of "padding-top" */ |
- void set paddingTop(String value) { |
+ set paddingTop(String value) { |
_setAll('paddingTop', value); |
} |
/** Sets the value of "page-break-after" */ |
- void set pageBreakAfter(String value) { |
+ set pageBreakAfter(String value) { |
_setAll('pageBreakAfter', value); |
} |
/** Sets the value of "page-break-before" */ |
- void set pageBreakBefore(String value) { |
+ set pageBreakBefore(String value) { |
_setAll('pageBreakBefore', value); |
} |
/** Sets the value of "page-break-inside" */ |
- void set pageBreakInside(String value) { |
+ set pageBreakInside(String value) { |
_setAll('pageBreakInside', value); |
} |
/** Sets the value of "position" */ |
- void set position(String value) { |
+ set position(String value) { |
_setAll('position', value); |
} |
/** Sets the value of "quotes" */ |
- void set quotes(String value) { |
+ set quotes(String value) { |
_setAll('quotes', value); |
} |
/** Sets the value of "right" */ |
- void set right(String value) { |
+ set right(String value) { |
_setAll('right', value); |
} |
/** Sets the value of "table-layout" */ |
- void set tableLayout(String value) { |
+ set tableLayout(String value) { |
_setAll('tableLayout', value); |
} |
/** Sets the value of "text-align" */ |
- void set textAlign(String value) { |
+ set textAlign(String value) { |
_setAll('textAlign', value); |
} |
/** Sets the value of "text-decoration" */ |
- void set textDecoration(String value) { |
+ set textDecoration(String value) { |
_setAll('textDecoration', value); |
} |
/** Sets the value of "text-indent" */ |
- void set textIndent(String value) { |
+ set textIndent(String value) { |
_setAll('textIndent', value); |
} |
/** Sets the value of "text-transform" */ |
- void set textTransform(String value) { |
+ set textTransform(String value) { |
_setAll('textTransform', value); |
} |
/** Sets the value of "top" */ |
- void set top(String value) { |
+ set top(String value) { |
_setAll('top', value); |
} |
/** Sets the value of "unicode-bidi" */ |
- void set unicodeBidi(String value) { |
+ set unicodeBidi(String value) { |
_setAll('unicodeBidi', value); |
} |
/** Sets the value of "vertical-align" */ |
- void set verticalAlign(String value) { |
+ set verticalAlign(String value) { |
_setAll('verticalAlign', value); |
} |
/** Sets the value of "visibility" */ |
- void set visibility(String value) { |
+ set visibility(String value) { |
_setAll('visibility', value); |
} |
/** Sets the value of "white-space" */ |
- void set whiteSpace(String value) { |
+ set whiteSpace(String value) { |
_setAll('whiteSpace', value); |
} |
/** Sets the value of "width" */ |
- void set width(String value) { |
+ set width(String value) { |
_setAll('width', value); |
} |
/** Sets the value of "word-spacing" */ |
- void set wordSpacing(String value) { |
+ set wordSpacing(String value) { |
_setAll('wordSpacing', value); |
} |
/** Sets the value of "z-index" */ |
- void set zIndex(String value) { |
+ set zIndex(String value) { |
_setAll('zIndex', value); |
} |
@@ -1663,7 +1645,7 @@ $endif |
getPropertyValue('align-content'); |
/** Sets the value of "align-content" */ |
- void set alignContent(String value) { |
+ set alignContent(String value) { |
setProperty('align-content', value, ''); |
} |
@@ -1672,7 +1654,7 @@ $endif |
getPropertyValue('align-items'); |
/** Sets the value of "align-items" */ |
- void set alignItems(String value) { |
+ set alignItems(String value) { |
setProperty('align-items', value, ''); |
} |
@@ -1681,7 +1663,7 @@ $endif |
getPropertyValue('align-self'); |
/** Sets the value of "align-self" */ |
- void set alignSelf(String value) { |
+ set alignSelf(String value) { |
setProperty('align-self', value, ''); |
} |
@@ -1690,7 +1672,7 @@ $endif |
getPropertyValue('animation'); |
/** Sets the value of "animation" */ |
- void set animation(String value) { |
+ set animation(String value) { |
setProperty('animation', value, ''); |
} |
@@ -1699,7 +1681,7 @@ $endif |
getPropertyValue('animation-delay'); |
/** Sets the value of "animation-delay" */ |
- void set animationDelay(String value) { |
+ set animationDelay(String value) { |
setProperty('animation-delay', value, ''); |
} |
@@ -1708,7 +1690,7 @@ $endif |
getPropertyValue('animation-direction'); |
/** Sets the value of "animation-direction" */ |
- void set animationDirection(String value) { |
+ set animationDirection(String value) { |
setProperty('animation-direction', value, ''); |
} |
@@ -1717,7 +1699,7 @@ $endif |
getPropertyValue('animation-duration'); |
/** Sets the value of "animation-duration" */ |
- void set animationDuration(String value) { |
+ set animationDuration(String value) { |
setProperty('animation-duration', value, ''); |
} |
@@ -1726,7 +1708,7 @@ $endif |
getPropertyValue('animation-fill-mode'); |
/** Sets the value of "animation-fill-mode" */ |
- void set animationFillMode(String value) { |
+ set animationFillMode(String value) { |
setProperty('animation-fill-mode', value, ''); |
} |
@@ -1735,7 +1717,7 @@ $endif |
getPropertyValue('animation-iteration-count'); |
/** Sets the value of "animation-iteration-count" */ |
- void set animationIterationCount(String value) { |
+ set animationIterationCount(String value) { |
setProperty('animation-iteration-count', value, ''); |
} |
@@ -1744,7 +1726,7 @@ $endif |
getPropertyValue('animation-name'); |
/** Sets the value of "animation-name" */ |
- void set animationName(String value) { |
+ set animationName(String value) { |
setProperty('animation-name', value, ''); |
} |
@@ -1753,7 +1735,7 @@ $endif |
getPropertyValue('animation-play-state'); |
/** Sets the value of "animation-play-state" */ |
- void set animationPlayState(String value) { |
+ set animationPlayState(String value) { |
setProperty('animation-play-state', value, ''); |
} |
@@ -1762,7 +1744,7 @@ $endif |
getPropertyValue('animation-timing-function'); |
/** Sets the value of "animation-timing-function" */ |
- void set animationTimingFunction(String value) { |
+ set animationTimingFunction(String value) { |
setProperty('animation-timing-function', value, ''); |
} |
@@ -1771,7 +1753,7 @@ $endif |
getPropertyValue('app-region'); |
/** Sets the value of "app-region" */ |
- void set appRegion(String value) { |
+ set appRegion(String value) { |
setProperty('app-region', value, ''); |
} |
@@ -1780,7 +1762,7 @@ $endif |
getPropertyValue('appearance'); |
/** Sets the value of "appearance" */ |
- void set appearance(String value) { |
+ set appearance(String value) { |
setProperty('appearance', value, ''); |
} |
@@ -1789,7 +1771,7 @@ $endif |
getPropertyValue('aspect-ratio'); |
/** Sets the value of "aspect-ratio" */ |
- void set aspectRatio(String value) { |
+ set aspectRatio(String value) { |
setProperty('aspect-ratio', value, ''); |
} |
@@ -1798,7 +1780,7 @@ $endif |
getPropertyValue('backface-visibility'); |
/** Sets the value of "backface-visibility" */ |
- void set backfaceVisibility(String value) { |
+ set backfaceVisibility(String value) { |
setProperty('backface-visibility', value, ''); |
} |
@@ -1807,7 +1789,7 @@ $endif |
getPropertyValue('background'); |
/** Sets the value of "background" */ |
- void set background(String value) { |
+ set background(String value) { |
setProperty('background', value, ''); |
} |
@@ -1816,7 +1798,7 @@ $endif |
getPropertyValue('background-attachment'); |
/** Sets the value of "background-attachment" */ |
- void set backgroundAttachment(String value) { |
+ set backgroundAttachment(String value) { |
setProperty('background-attachment', value, ''); |
} |
@@ -1825,7 +1807,7 @@ $endif |
getPropertyValue('background-blend-mode'); |
/** Sets the value of "background-blend-mode" */ |
- void set backgroundBlendMode(String value) { |
+ set backgroundBlendMode(String value) { |
setProperty('background-blend-mode', value, ''); |
} |
@@ -1834,7 +1816,7 @@ $endif |
getPropertyValue('background-clip'); |
/** Sets the value of "background-clip" */ |
- void set backgroundClip(String value) { |
+ set backgroundClip(String value) { |
setProperty('background-clip', value, ''); |
} |
@@ -1843,7 +1825,7 @@ $endif |
getPropertyValue('background-color'); |
/** Sets the value of "background-color" */ |
- void set backgroundColor(String value) { |
+ set backgroundColor(String value) { |
setProperty('background-color', value, ''); |
} |
@@ -1852,7 +1834,7 @@ $endif |
getPropertyValue('background-composite'); |
/** Sets the value of "background-composite" */ |
- void set backgroundComposite(String value) { |
+ set backgroundComposite(String value) { |
setProperty('background-composite', value, ''); |
} |
@@ -1861,7 +1843,7 @@ $endif |
getPropertyValue('background-image'); |
/** Sets the value of "background-image" */ |
- void set backgroundImage(String value) { |
+ set backgroundImage(String value) { |
setProperty('background-image', value, ''); |
} |
@@ -1870,7 +1852,7 @@ $endif |
getPropertyValue('background-origin'); |
/** Sets the value of "background-origin" */ |
- void set backgroundOrigin(String value) { |
+ set backgroundOrigin(String value) { |
setProperty('background-origin', value, ''); |
} |
@@ -1879,7 +1861,7 @@ $endif |
getPropertyValue('background-position'); |
/** Sets the value of "background-position" */ |
- void set backgroundPosition(String value) { |
+ set backgroundPosition(String value) { |
setProperty('background-position', value, ''); |
} |
@@ -1888,7 +1870,7 @@ $endif |
getPropertyValue('background-position-x'); |
/** Sets the value of "background-position-x" */ |
- void set backgroundPositionX(String value) { |
+ set backgroundPositionX(String value) { |
setProperty('background-position-x', value, ''); |
} |
@@ -1897,7 +1879,7 @@ $endif |
getPropertyValue('background-position-y'); |
/** Sets the value of "background-position-y" */ |
- void set backgroundPositionY(String value) { |
+ set backgroundPositionY(String value) { |
setProperty('background-position-y', value, ''); |
} |
@@ -1906,7 +1888,7 @@ $endif |
getPropertyValue('background-repeat'); |
/** Sets the value of "background-repeat" */ |
- void set backgroundRepeat(String value) { |
+ set backgroundRepeat(String value) { |
setProperty('background-repeat', value, ''); |
} |
@@ -1915,7 +1897,7 @@ $endif |
getPropertyValue('background-repeat-x'); |
/** Sets the value of "background-repeat-x" */ |
- void set backgroundRepeatX(String value) { |
+ set backgroundRepeatX(String value) { |
setProperty('background-repeat-x', value, ''); |
} |
@@ -1924,7 +1906,7 @@ $endif |
getPropertyValue('background-repeat-y'); |
/** Sets the value of "background-repeat-y" */ |
- void set backgroundRepeatY(String value) { |
+ set backgroundRepeatY(String value) { |
setProperty('background-repeat-y', value, ''); |
} |
@@ -1933,7 +1915,7 @@ $endif |
getPropertyValue('background-size'); |
/** Sets the value of "background-size" */ |
- void set backgroundSize(String value) { |
+ set backgroundSize(String value) { |
setProperty('background-size', value, ''); |
} |
@@ -1942,7 +1924,7 @@ $endif |
getPropertyValue('border'); |
/** Sets the value of "border" */ |
- void set border(String value) { |
+ set border(String value) { |
setProperty('border', value, ''); |
} |
@@ -1951,7 +1933,7 @@ $endif |
getPropertyValue('border-after'); |
/** Sets the value of "border-after" */ |
- void set borderAfter(String value) { |
+ set borderAfter(String value) { |
setProperty('border-after', value, ''); |
} |
@@ -1960,7 +1942,7 @@ $endif |
getPropertyValue('border-after-color'); |
/** Sets the value of "border-after-color" */ |
- void set borderAfterColor(String value) { |
+ set borderAfterColor(String value) { |
setProperty('border-after-color', value, ''); |
} |
@@ -1969,7 +1951,7 @@ $endif |
getPropertyValue('border-after-style'); |
/** Sets the value of "border-after-style" */ |
- void set borderAfterStyle(String value) { |
+ set borderAfterStyle(String value) { |
setProperty('border-after-style', value, ''); |
} |
@@ -1978,7 +1960,7 @@ $endif |
getPropertyValue('border-after-width'); |
/** Sets the value of "border-after-width" */ |
- void set borderAfterWidth(String value) { |
+ set borderAfterWidth(String value) { |
setProperty('border-after-width', value, ''); |
} |
@@ -1987,7 +1969,7 @@ $endif |
getPropertyValue('border-before'); |
/** Sets the value of "border-before" */ |
- void set borderBefore(String value) { |
+ set borderBefore(String value) { |
setProperty('border-before', value, ''); |
} |
@@ -1996,7 +1978,7 @@ $endif |
getPropertyValue('border-before-color'); |
/** Sets the value of "border-before-color" */ |
- void set borderBeforeColor(String value) { |
+ set borderBeforeColor(String value) { |
setProperty('border-before-color', value, ''); |
} |
@@ -2005,7 +1987,7 @@ $endif |
getPropertyValue('border-before-style'); |
/** Sets the value of "border-before-style" */ |
- void set borderBeforeStyle(String value) { |
+ set borderBeforeStyle(String value) { |
setProperty('border-before-style', value, ''); |
} |
@@ -2014,7 +1996,7 @@ $endif |
getPropertyValue('border-before-width'); |
/** Sets the value of "border-before-width" */ |
- void set borderBeforeWidth(String value) { |
+ set borderBeforeWidth(String value) { |
setProperty('border-before-width', value, ''); |
} |
@@ -2023,7 +2005,7 @@ $endif |
getPropertyValue('border-bottom'); |
/** Sets the value of "border-bottom" */ |
- void set borderBottom(String value) { |
+ set borderBottom(String value) { |
setProperty('border-bottom', value, ''); |
} |
@@ -2032,7 +2014,7 @@ $endif |
getPropertyValue('border-bottom-color'); |
/** Sets the value of "border-bottom-color" */ |
- void set borderBottomColor(String value) { |
+ set borderBottomColor(String value) { |
setProperty('border-bottom-color', value, ''); |
} |
@@ -2041,7 +2023,7 @@ $endif |
getPropertyValue('border-bottom-left-radius'); |
/** Sets the value of "border-bottom-left-radius" */ |
- void set borderBottomLeftRadius(String value) { |
+ set borderBottomLeftRadius(String value) { |
setProperty('border-bottom-left-radius', value, ''); |
} |
@@ -2050,7 +2032,7 @@ $endif |
getPropertyValue('border-bottom-right-radius'); |
/** Sets the value of "border-bottom-right-radius" */ |
- void set borderBottomRightRadius(String value) { |
+ set borderBottomRightRadius(String value) { |
setProperty('border-bottom-right-radius', value, ''); |
} |
@@ -2059,7 +2041,7 @@ $endif |
getPropertyValue('border-bottom-style'); |
/** Sets the value of "border-bottom-style" */ |
- void set borderBottomStyle(String value) { |
+ set borderBottomStyle(String value) { |
setProperty('border-bottom-style', value, ''); |
} |
@@ -2068,7 +2050,7 @@ $endif |
getPropertyValue('border-bottom-width'); |
/** Sets the value of "border-bottom-width" */ |
- void set borderBottomWidth(String value) { |
+ set borderBottomWidth(String value) { |
setProperty('border-bottom-width', value, ''); |
} |
@@ -2077,7 +2059,7 @@ $endif |
getPropertyValue('border-collapse'); |
/** Sets the value of "border-collapse" */ |
- void set borderCollapse(String value) { |
+ set borderCollapse(String value) { |
setProperty('border-collapse', value, ''); |
} |
@@ -2086,7 +2068,7 @@ $endif |
getPropertyValue('border-color'); |
/** Sets the value of "border-color" */ |
- void set borderColor(String value) { |
+ set borderColor(String value) { |
setProperty('border-color', value, ''); |
} |
@@ -2095,7 +2077,7 @@ $endif |
getPropertyValue('border-end'); |
/** Sets the value of "border-end" */ |
- void set borderEnd(String value) { |
+ set borderEnd(String value) { |
setProperty('border-end', value, ''); |
} |
@@ -2104,7 +2086,7 @@ $endif |
getPropertyValue('border-end-color'); |
/** Sets the value of "border-end-color" */ |
- void set borderEndColor(String value) { |
+ set borderEndColor(String value) { |
setProperty('border-end-color', value, ''); |
} |
@@ -2113,7 +2095,7 @@ $endif |
getPropertyValue('border-end-style'); |
/** Sets the value of "border-end-style" */ |
- void set borderEndStyle(String value) { |
+ set borderEndStyle(String value) { |
setProperty('border-end-style', value, ''); |
} |
@@ -2122,7 +2104,7 @@ $endif |
getPropertyValue('border-end-width'); |
/** Sets the value of "border-end-width" */ |
- void set borderEndWidth(String value) { |
+ set borderEndWidth(String value) { |
setProperty('border-end-width', value, ''); |
} |
@@ -2131,7 +2113,7 @@ $endif |
getPropertyValue('border-fit'); |
/** Sets the value of "border-fit" */ |
- void set borderFit(String value) { |
+ set borderFit(String value) { |
setProperty('border-fit', value, ''); |
} |
@@ -2140,7 +2122,7 @@ $endif |
getPropertyValue('border-horizontal-spacing'); |
/** Sets the value of "border-horizontal-spacing" */ |
- void set borderHorizontalSpacing(String value) { |
+ set borderHorizontalSpacing(String value) { |
setProperty('border-horizontal-spacing', value, ''); |
} |
@@ -2149,7 +2131,7 @@ $endif |
getPropertyValue('border-image'); |
/** Sets the value of "border-image" */ |
- void set borderImage(String value) { |
+ set borderImage(String value) { |
setProperty('border-image', value, ''); |
} |
@@ -2158,7 +2140,7 @@ $endif |
getPropertyValue('border-image-outset'); |
/** Sets the value of "border-image-outset" */ |
- void set borderImageOutset(String value) { |
+ set borderImageOutset(String value) { |
setProperty('border-image-outset', value, ''); |
} |
@@ -2167,7 +2149,7 @@ $endif |
getPropertyValue('border-image-repeat'); |
/** Sets the value of "border-image-repeat" */ |
- void set borderImageRepeat(String value) { |
+ set borderImageRepeat(String value) { |
setProperty('border-image-repeat', value, ''); |
} |
@@ -2176,7 +2158,7 @@ $endif |
getPropertyValue('border-image-slice'); |
/** Sets the value of "border-image-slice" */ |
- void set borderImageSlice(String value) { |
+ set borderImageSlice(String value) { |
setProperty('border-image-slice', value, ''); |
} |
@@ -2185,7 +2167,7 @@ $endif |
getPropertyValue('border-image-source'); |
/** Sets the value of "border-image-source" */ |
- void set borderImageSource(String value) { |
+ set borderImageSource(String value) { |
setProperty('border-image-source', value, ''); |
} |
@@ -2194,7 +2176,7 @@ $endif |
getPropertyValue('border-image-width'); |
/** Sets the value of "border-image-width" */ |
- void set borderImageWidth(String value) { |
+ set borderImageWidth(String value) { |
setProperty('border-image-width', value, ''); |
} |
@@ -2203,7 +2185,7 @@ $endif |
getPropertyValue('border-left'); |
/** Sets the value of "border-left" */ |
- void set borderLeft(String value) { |
+ set borderLeft(String value) { |
setProperty('border-left', value, ''); |
} |
@@ -2212,7 +2194,7 @@ $endif |
getPropertyValue('border-left-color'); |
/** Sets the value of "border-left-color" */ |
- void set borderLeftColor(String value) { |
+ set borderLeftColor(String value) { |
setProperty('border-left-color', value, ''); |
} |
@@ -2221,7 +2203,7 @@ $endif |
getPropertyValue('border-left-style'); |
/** Sets the value of "border-left-style" */ |
- void set borderLeftStyle(String value) { |
+ set borderLeftStyle(String value) { |
setProperty('border-left-style', value, ''); |
} |
@@ -2230,7 +2212,7 @@ $endif |
getPropertyValue('border-left-width'); |
/** Sets the value of "border-left-width" */ |
- void set borderLeftWidth(String value) { |
+ set borderLeftWidth(String value) { |
setProperty('border-left-width', value, ''); |
} |
@@ -2239,7 +2221,7 @@ $endif |
getPropertyValue('border-radius'); |
/** Sets the value of "border-radius" */ |
- void set borderRadius(String value) { |
+ set borderRadius(String value) { |
setProperty('border-radius', value, ''); |
} |
@@ -2248,7 +2230,7 @@ $endif |
getPropertyValue('border-right'); |
/** Sets the value of "border-right" */ |
- void set borderRight(String value) { |
+ set borderRight(String value) { |
setProperty('border-right', value, ''); |
} |
@@ -2257,7 +2239,7 @@ $endif |
getPropertyValue('border-right-color'); |
/** Sets the value of "border-right-color" */ |
- void set borderRightColor(String value) { |
+ set borderRightColor(String value) { |
setProperty('border-right-color', value, ''); |
} |
@@ -2266,7 +2248,7 @@ $endif |
getPropertyValue('border-right-style'); |
/** Sets the value of "border-right-style" */ |
- void set borderRightStyle(String value) { |
+ set borderRightStyle(String value) { |
setProperty('border-right-style', value, ''); |
} |
@@ -2275,7 +2257,7 @@ $endif |
getPropertyValue('border-right-width'); |
/** Sets the value of "border-right-width" */ |
- void set borderRightWidth(String value) { |
+ set borderRightWidth(String value) { |
setProperty('border-right-width', value, ''); |
} |
@@ -2284,7 +2266,7 @@ $endif |
getPropertyValue('border-spacing'); |
/** Sets the value of "border-spacing" */ |
- void set borderSpacing(String value) { |
+ set borderSpacing(String value) { |
setProperty('border-spacing', value, ''); |
} |
@@ -2293,7 +2275,7 @@ $endif |
getPropertyValue('border-start'); |
/** Sets the value of "border-start" */ |
- void set borderStart(String value) { |
+ set borderStart(String value) { |
setProperty('border-start', value, ''); |
} |
@@ -2302,7 +2284,7 @@ $endif |
getPropertyValue('border-start-color'); |
/** Sets the value of "border-start-color" */ |
- void set borderStartColor(String value) { |
+ set borderStartColor(String value) { |
setProperty('border-start-color', value, ''); |
} |
@@ -2311,7 +2293,7 @@ $endif |
getPropertyValue('border-start-style'); |
/** Sets the value of "border-start-style" */ |
- void set borderStartStyle(String value) { |
+ set borderStartStyle(String value) { |
setProperty('border-start-style', value, ''); |
} |
@@ -2320,7 +2302,7 @@ $endif |
getPropertyValue('border-start-width'); |
/** Sets the value of "border-start-width" */ |
- void set borderStartWidth(String value) { |
+ set borderStartWidth(String value) { |
setProperty('border-start-width', value, ''); |
} |
@@ -2329,7 +2311,7 @@ $endif |
getPropertyValue('border-style'); |
/** Sets the value of "border-style" */ |
- void set borderStyle(String value) { |
+ set borderStyle(String value) { |
setProperty('border-style', value, ''); |
} |
@@ -2338,7 +2320,7 @@ $endif |
getPropertyValue('border-top'); |
/** Sets the value of "border-top" */ |
- void set borderTop(String value) { |
+ set borderTop(String value) { |
setProperty('border-top', value, ''); |
} |
@@ -2347,7 +2329,7 @@ $endif |
getPropertyValue('border-top-color'); |
/** Sets the value of "border-top-color" */ |
- void set borderTopColor(String value) { |
+ set borderTopColor(String value) { |
setProperty('border-top-color', value, ''); |
} |
@@ -2356,7 +2338,7 @@ $endif |
getPropertyValue('border-top-left-radius'); |
/** Sets the value of "border-top-left-radius" */ |
- void set borderTopLeftRadius(String value) { |
+ set borderTopLeftRadius(String value) { |
setProperty('border-top-left-radius', value, ''); |
} |
@@ -2365,7 +2347,7 @@ $endif |
getPropertyValue('border-top-right-radius'); |
/** Sets the value of "border-top-right-radius" */ |
- void set borderTopRightRadius(String value) { |
+ set borderTopRightRadius(String value) { |
setProperty('border-top-right-radius', value, ''); |
} |
@@ -2374,7 +2356,7 @@ $endif |
getPropertyValue('border-top-style'); |
/** Sets the value of "border-top-style" */ |
- void set borderTopStyle(String value) { |
+ set borderTopStyle(String value) { |
setProperty('border-top-style', value, ''); |
} |
@@ -2383,7 +2365,7 @@ $endif |
getPropertyValue('border-top-width'); |
/** Sets the value of "border-top-width" */ |
- void set borderTopWidth(String value) { |
+ set borderTopWidth(String value) { |
setProperty('border-top-width', value, ''); |
} |
@@ -2392,7 +2374,7 @@ $endif |
getPropertyValue('border-vertical-spacing'); |
/** Sets the value of "border-vertical-spacing" */ |
- void set borderVerticalSpacing(String value) { |
+ set borderVerticalSpacing(String value) { |
setProperty('border-vertical-spacing', value, ''); |
} |
@@ -2401,7 +2383,7 @@ $endif |
getPropertyValue('border-width'); |
/** Sets the value of "border-width" */ |
- void set borderWidth(String value) { |
+ set borderWidth(String value) { |
setProperty('border-width', value, ''); |
} |
@@ -2410,7 +2392,7 @@ $endif |
getPropertyValue('bottom'); |
/** Sets the value of "bottom" */ |
- void set bottom(String value) { |
+ set bottom(String value) { |
setProperty('bottom', value, ''); |
} |
@@ -2419,7 +2401,7 @@ $endif |
getPropertyValue('box-align'); |
/** Sets the value of "box-align" */ |
- void set boxAlign(String value) { |
+ set boxAlign(String value) { |
setProperty('box-align', value, ''); |
} |
@@ -2428,7 +2410,7 @@ $endif |
getPropertyValue('box-decoration-break'); |
/** Sets the value of "box-decoration-break" */ |
- void set boxDecorationBreak(String value) { |
+ set boxDecorationBreak(String value) { |
setProperty('box-decoration-break', value, ''); |
} |
@@ -2437,7 +2419,7 @@ $endif |
getPropertyValue('box-direction'); |
/** Sets the value of "box-direction" */ |
- void set boxDirection(String value) { |
+ set boxDirection(String value) { |
setProperty('box-direction', value, ''); |
} |
@@ -2446,7 +2428,7 @@ $endif |
getPropertyValue('box-flex'); |
/** Sets the value of "box-flex" */ |
- void set boxFlex(String value) { |
+ set boxFlex(String value) { |
setProperty('box-flex', value, ''); |
} |
@@ -2455,7 +2437,7 @@ $endif |
getPropertyValue('box-flex-group'); |
/** Sets the value of "box-flex-group" */ |
- void set boxFlexGroup(String value) { |
+ set boxFlexGroup(String value) { |
setProperty('box-flex-group', value, ''); |
} |
@@ -2464,7 +2446,7 @@ $endif |
getPropertyValue('box-lines'); |
/** Sets the value of "box-lines" */ |
- void set boxLines(String value) { |
+ set boxLines(String value) { |
setProperty('box-lines', value, ''); |
} |
@@ -2473,7 +2455,7 @@ $endif |
getPropertyValue('box-ordinal-group'); |
/** Sets the value of "box-ordinal-group" */ |
- void set boxOrdinalGroup(String value) { |
+ set boxOrdinalGroup(String value) { |
setProperty('box-ordinal-group', value, ''); |
} |
@@ -2482,7 +2464,7 @@ $endif |
getPropertyValue('box-orient'); |
/** Sets the value of "box-orient" */ |
- void set boxOrient(String value) { |
+ set boxOrient(String value) { |
setProperty('box-orient', value, ''); |
} |
@@ -2491,7 +2473,7 @@ $endif |
getPropertyValue('box-pack'); |
/** Sets the value of "box-pack" */ |
- void set boxPack(String value) { |
+ set boxPack(String value) { |
setProperty('box-pack', value, ''); |
} |
@@ -2500,7 +2482,7 @@ $endif |
getPropertyValue('box-reflect'); |
/** Sets the value of "box-reflect" */ |
- void set boxReflect(String value) { |
+ set boxReflect(String value) { |
setProperty('box-reflect', value, ''); |
} |
@@ -2509,7 +2491,7 @@ $endif |
getPropertyValue('box-shadow'); |
/** Sets the value of "box-shadow" */ |
- void set boxShadow(String value) { |
+ set boxShadow(String value) { |
setProperty('box-shadow', value, ''); |
} |
@@ -2518,7 +2500,7 @@ $endif |
getPropertyValue('box-sizing'); |
/** Sets the value of "box-sizing" */ |
- void set boxSizing(String value) { |
+ set boxSizing(String value) { |
setProperty('box-sizing', value, ''); |
} |
@@ -2527,7 +2509,7 @@ $endif |
getPropertyValue('caption-side'); |
/** Sets the value of "caption-side" */ |
- void set captionSide(String value) { |
+ set captionSide(String value) { |
setProperty('caption-side', value, ''); |
} |
@@ -2536,7 +2518,7 @@ $endif |
getPropertyValue('clear'); |
/** Sets the value of "clear" */ |
- void set clear(String value) { |
+ set clear(String value) { |
setProperty('clear', value, ''); |
} |
@@ -2545,7 +2527,7 @@ $endif |
getPropertyValue('clip'); |
/** Sets the value of "clip" */ |
- void set clip(String value) { |
+ set clip(String value) { |
setProperty('clip', value, ''); |
} |
@@ -2554,7 +2536,7 @@ $endif |
getPropertyValue('clip-path'); |
/** Sets the value of "clip-path" */ |
- void set clipPath(String value) { |
+ set clipPath(String value) { |
setProperty('clip-path', value, ''); |
} |
@@ -2563,7 +2545,7 @@ $endif |
getPropertyValue('color'); |
/** Sets the value of "color" */ |
- void set color(String value) { |
+ set color(String value) { |
setProperty('color', value, ''); |
} |
@@ -2572,7 +2554,7 @@ $endif |
getPropertyValue('column-break-after'); |
/** Sets the value of "column-break-after" */ |
- void set columnBreakAfter(String value) { |
+ set columnBreakAfter(String value) { |
setProperty('column-break-after', value, ''); |
} |
@@ -2581,7 +2563,7 @@ $endif |
getPropertyValue('column-break-before'); |
/** Sets the value of "column-break-before" */ |
- void set columnBreakBefore(String value) { |
+ set columnBreakBefore(String value) { |
setProperty('column-break-before', value, ''); |
} |
@@ -2590,7 +2572,7 @@ $endif |
getPropertyValue('column-break-inside'); |
/** Sets the value of "column-break-inside" */ |
- void set columnBreakInside(String value) { |
+ set columnBreakInside(String value) { |
setProperty('column-break-inside', value, ''); |
} |
@@ -2599,7 +2581,7 @@ $endif |
getPropertyValue('column-count'); |
/** Sets the value of "column-count" */ |
- void set columnCount(String value) { |
+ set columnCount(String value) { |
setProperty('column-count', value, ''); |
} |
@@ -2608,7 +2590,7 @@ $endif |
getPropertyValue('column-fill'); |
/** Sets the value of "column-fill" */ |
- void set columnFill(String value) { |
+ set columnFill(String value) { |
setProperty('column-fill', value, ''); |
} |
@@ -2617,7 +2599,7 @@ $endif |
getPropertyValue('column-gap'); |
/** Sets the value of "column-gap" */ |
- void set columnGap(String value) { |
+ set columnGap(String value) { |
setProperty('column-gap', value, ''); |
} |
@@ -2626,7 +2608,7 @@ $endif |
getPropertyValue('column-rule'); |
/** Sets the value of "column-rule" */ |
- void set columnRule(String value) { |
+ set columnRule(String value) { |
setProperty('column-rule', value, ''); |
} |
@@ -2635,7 +2617,7 @@ $endif |
getPropertyValue('column-rule-color'); |
/** Sets the value of "column-rule-color" */ |
- void set columnRuleColor(String value) { |
+ set columnRuleColor(String value) { |
setProperty('column-rule-color', value, ''); |
} |
@@ -2644,7 +2626,7 @@ $endif |
getPropertyValue('column-rule-style'); |
/** Sets the value of "column-rule-style" */ |
- void set columnRuleStyle(String value) { |
+ set columnRuleStyle(String value) { |
setProperty('column-rule-style', value, ''); |
} |
@@ -2653,7 +2635,7 @@ $endif |
getPropertyValue('column-rule-width'); |
/** Sets the value of "column-rule-width" */ |
- void set columnRuleWidth(String value) { |
+ set columnRuleWidth(String value) { |
setProperty('column-rule-width', value, ''); |
} |
@@ -2662,7 +2644,7 @@ $endif |
getPropertyValue('column-span'); |
/** Sets the value of "column-span" */ |
- void set columnSpan(String value) { |
+ set columnSpan(String value) { |
setProperty('column-span', value, ''); |
} |
@@ -2671,7 +2653,7 @@ $endif |
getPropertyValue('column-width'); |
/** Sets the value of "column-width" */ |
- void set columnWidth(String value) { |
+ set columnWidth(String value) { |
setProperty('column-width', value, ''); |
} |
@@ -2680,7 +2662,7 @@ $endif |
getPropertyValue('columns'); |
/** Sets the value of "columns" */ |
- void set columns(String value) { |
+ set columns(String value) { |
setProperty('columns', value, ''); |
} |
@@ -2689,7 +2671,7 @@ $endif |
getPropertyValue('content'); |
/** Sets the value of "content" */ |
- void set content(String value) { |
+ set content(String value) { |
setProperty('content', value, ''); |
} |
@@ -2698,7 +2680,7 @@ $endif |
getPropertyValue('counter-increment'); |
/** Sets the value of "counter-increment" */ |
- void set counterIncrement(String value) { |
+ set counterIncrement(String value) { |
setProperty('counter-increment', value, ''); |
} |
@@ -2707,7 +2689,7 @@ $endif |
getPropertyValue('counter-reset'); |
/** Sets the value of "counter-reset" */ |
- void set counterReset(String value) { |
+ set counterReset(String value) { |
setProperty('counter-reset', value, ''); |
} |
@@ -2716,7 +2698,7 @@ $endif |
getPropertyValue('cursor'); |
/** Sets the value of "cursor" */ |
- void set cursor(String value) { |
+ set cursor(String value) { |
setProperty('cursor', value, ''); |
} |
@@ -2725,7 +2707,7 @@ $endif |
getPropertyValue('direction'); |
/** Sets the value of "direction" */ |
- void set direction(String value) { |
+ set direction(String value) { |
setProperty('direction', value, ''); |
} |
@@ -2734,7 +2716,7 @@ $endif |
getPropertyValue('display'); |
/** Sets the value of "display" */ |
- void set display(String value) { |
+ set display(String value) { |
setProperty('display', value, ''); |
} |
@@ -2743,7 +2725,7 @@ $endif |
getPropertyValue('empty-cells'); |
/** Sets the value of "empty-cells" */ |
- void set emptyCells(String value) { |
+ set emptyCells(String value) { |
setProperty('empty-cells', value, ''); |
} |
@@ -2752,7 +2734,7 @@ $endif |
getPropertyValue('filter'); |
/** Sets the value of "filter" */ |
- void set filter(String value) { |
+ set filter(String value) { |
setProperty('filter', value, ''); |
} |
@@ -2761,7 +2743,7 @@ $endif |
getPropertyValue('flex'); |
/** Sets the value of "flex" */ |
- void set flex(String value) { |
+ set flex(String value) { |
setProperty('flex', value, ''); |
} |
@@ -2770,7 +2752,7 @@ $endif |
getPropertyValue('flex-basis'); |
/** Sets the value of "flex-basis" */ |
- void set flexBasis(String value) { |
+ set flexBasis(String value) { |
setProperty('flex-basis', value, ''); |
} |
@@ -2779,7 +2761,7 @@ $endif |
getPropertyValue('flex-direction'); |
/** Sets the value of "flex-direction" */ |
- void set flexDirection(String value) { |
+ set flexDirection(String value) { |
setProperty('flex-direction', value, ''); |
} |
@@ -2788,7 +2770,7 @@ $endif |
getPropertyValue('flex-flow'); |
/** Sets the value of "flex-flow" */ |
- void set flexFlow(String value) { |
+ set flexFlow(String value) { |
setProperty('flex-flow', value, ''); |
} |
@@ -2797,7 +2779,7 @@ $endif |
getPropertyValue('flex-grow'); |
/** Sets the value of "flex-grow" */ |
- void set flexGrow(String value) { |
+ set flexGrow(String value) { |
setProperty('flex-grow', value, ''); |
} |
@@ -2806,7 +2788,7 @@ $endif |
getPropertyValue('flex-shrink'); |
/** Sets the value of "flex-shrink" */ |
- void set flexShrink(String value) { |
+ set flexShrink(String value) { |
setProperty('flex-shrink', value, ''); |
} |
@@ -2815,7 +2797,7 @@ $endif |
getPropertyValue('flex-wrap'); |
/** Sets the value of "flex-wrap" */ |
- void set flexWrap(String value) { |
+ set flexWrap(String value) { |
setProperty('flex-wrap', value, ''); |
} |
@@ -2824,7 +2806,7 @@ $endif |
getPropertyValue('float'); |
/** Sets the value of "float" */ |
- void set float(String value) { |
+ set float(String value) { |
setProperty('float', value, ''); |
} |
@@ -2833,7 +2815,7 @@ $endif |
getPropertyValue('font'); |
/** Sets the value of "font" */ |
- void set font(String value) { |
+ set font(String value) { |
setProperty('font', value, ''); |
} |
@@ -2842,7 +2824,7 @@ $endif |
getPropertyValue('font-family'); |
/** Sets the value of "font-family" */ |
- void set fontFamily(String value) { |
+ set fontFamily(String value) { |
setProperty('font-family', value, ''); |
} |
@@ -2851,7 +2833,7 @@ $endif |
getPropertyValue('font-feature-settings'); |
/** Sets the value of "font-feature-settings" */ |
- void set fontFeatureSettings(String value) { |
+ set fontFeatureSettings(String value) { |
setProperty('font-feature-settings', value, ''); |
} |
@@ -2860,7 +2842,7 @@ $endif |
getPropertyValue('font-kerning'); |
/** Sets the value of "font-kerning" */ |
- void set fontKerning(String value) { |
+ set fontKerning(String value) { |
setProperty('font-kerning', value, ''); |
} |
@@ -2869,7 +2851,7 @@ $endif |
getPropertyValue('font-size'); |
/** Sets the value of "font-size" */ |
- void set fontSize(String value) { |
+ set fontSize(String value) { |
setProperty('font-size', value, ''); |
} |
@@ -2878,7 +2860,7 @@ $endif |
getPropertyValue('font-size-delta'); |
/** Sets the value of "font-size-delta" */ |
- void set fontSizeDelta(String value) { |
+ set fontSizeDelta(String value) { |
setProperty('font-size-delta', value, ''); |
} |
@@ -2887,7 +2869,7 @@ $endif |
getPropertyValue('font-smoothing'); |
/** Sets the value of "font-smoothing" */ |
- void set fontSmoothing(String value) { |
+ set fontSmoothing(String value) { |
setProperty('font-smoothing', value, ''); |
} |
@@ -2896,7 +2878,7 @@ $endif |
getPropertyValue('font-stretch'); |
/** Sets the value of "font-stretch" */ |
- void set fontStretch(String value) { |
+ set fontStretch(String value) { |
setProperty('font-stretch', value, ''); |
} |
@@ -2905,7 +2887,7 @@ $endif |
getPropertyValue('font-style'); |
/** Sets the value of "font-style" */ |
- void set fontStyle(String value) { |
+ set fontStyle(String value) { |
setProperty('font-style', value, ''); |
} |
@@ -2914,7 +2896,7 @@ $endif |
getPropertyValue('font-variant'); |
/** Sets the value of "font-variant" */ |
- void set fontVariant(String value) { |
+ set fontVariant(String value) { |
setProperty('font-variant', value, ''); |
} |
@@ -2923,7 +2905,7 @@ $endif |
getPropertyValue('font-variant-ligatures'); |
/** Sets the value of "font-variant-ligatures" */ |
- void set fontVariantLigatures(String value) { |
+ set fontVariantLigatures(String value) { |
setProperty('font-variant-ligatures', value, ''); |
} |
@@ -2932,7 +2914,7 @@ $endif |
getPropertyValue('font-weight'); |
/** Sets the value of "font-weight" */ |
- void set fontWeight(String value) { |
+ set fontWeight(String value) { |
setProperty('font-weight', value, ''); |
} |
@@ -2941,7 +2923,7 @@ $endif |
getPropertyValue('grid'); |
/** Sets the value of "grid" */ |
- void set grid(String value) { |
+ set grid(String value) { |
setProperty('grid', value, ''); |
} |
@@ -2950,7 +2932,7 @@ $endif |
getPropertyValue('grid-area'); |
/** Sets the value of "grid-area" */ |
- void set gridArea(String value) { |
+ set gridArea(String value) { |
setProperty('grid-area', value, ''); |
} |
@@ -2959,7 +2941,7 @@ $endif |
getPropertyValue('grid-auto-columns'); |
/** Sets the value of "grid-auto-columns" */ |
- void set gridAutoColumns(String value) { |
+ set gridAutoColumns(String value) { |
setProperty('grid-auto-columns', value, ''); |
} |
@@ -2968,7 +2950,7 @@ $endif |
getPropertyValue('grid-auto-flow'); |
/** Sets the value of "grid-auto-flow" */ |
- void set gridAutoFlow(String value) { |
+ set gridAutoFlow(String value) { |
setProperty('grid-auto-flow', value, ''); |
} |
@@ -2977,7 +2959,7 @@ $endif |
getPropertyValue('grid-auto-rows'); |
/** Sets the value of "grid-auto-rows" */ |
- void set gridAutoRows(String value) { |
+ set gridAutoRows(String value) { |
setProperty('grid-auto-rows', value, ''); |
} |
@@ -2986,7 +2968,7 @@ $endif |
getPropertyValue('grid-column'); |
/** Sets the value of "grid-column" */ |
- void set gridColumn(String value) { |
+ set gridColumn(String value) { |
setProperty('grid-column', value, ''); |
} |
@@ -2995,7 +2977,7 @@ $endif |
getPropertyValue('grid-column-end'); |
/** Sets the value of "grid-column-end" */ |
- void set gridColumnEnd(String value) { |
+ set gridColumnEnd(String value) { |
setProperty('grid-column-end', value, ''); |
} |
@@ -3004,7 +2986,7 @@ $endif |
getPropertyValue('grid-column-start'); |
/** Sets the value of "grid-column-start" */ |
- void set gridColumnStart(String value) { |
+ set gridColumnStart(String value) { |
setProperty('grid-column-start', value, ''); |
} |
@@ -3013,7 +2995,7 @@ $endif |
getPropertyValue('grid-row'); |
/** Sets the value of "grid-row" */ |
- void set gridRow(String value) { |
+ set gridRow(String value) { |
setProperty('grid-row', value, ''); |
} |
@@ -3022,7 +3004,7 @@ $endif |
getPropertyValue('grid-row-end'); |
/** Sets the value of "grid-row-end" */ |
- void set gridRowEnd(String value) { |
+ set gridRowEnd(String value) { |
setProperty('grid-row-end', value, ''); |
} |
@@ -3031,7 +3013,7 @@ $endif |
getPropertyValue('grid-row-start'); |
/** Sets the value of "grid-row-start" */ |
- void set gridRowStart(String value) { |
+ set gridRowStart(String value) { |
setProperty('grid-row-start', value, ''); |
} |
@@ -3040,7 +3022,7 @@ $endif |
getPropertyValue('grid-template'); |
/** Sets the value of "grid-template" */ |
- void set gridTemplate(String value) { |
+ set gridTemplate(String value) { |
setProperty('grid-template', value, ''); |
} |
@@ -3049,7 +3031,7 @@ $endif |
getPropertyValue('grid-template-areas'); |
/** Sets the value of "grid-template-areas" */ |
- void set gridTemplateAreas(String value) { |
+ set gridTemplateAreas(String value) { |
setProperty('grid-template-areas', value, ''); |
} |
@@ -3058,7 +3040,7 @@ $endif |
getPropertyValue('grid-template-columns'); |
/** Sets the value of "grid-template-columns" */ |
- void set gridTemplateColumns(String value) { |
+ set gridTemplateColumns(String value) { |
setProperty('grid-template-columns', value, ''); |
} |
@@ -3067,7 +3049,7 @@ $endif |
getPropertyValue('grid-template-rows'); |
/** Sets the value of "grid-template-rows" */ |
- void set gridTemplateRows(String value) { |
+ set gridTemplateRows(String value) { |
setProperty('grid-template-rows', value, ''); |
} |
@@ -3076,7 +3058,7 @@ $endif |
getPropertyValue('height'); |
/** Sets the value of "height" */ |
- void set height(String value) { |
+ set height(String value) { |
setProperty('height', value, ''); |
} |
@@ -3085,7 +3067,7 @@ $endif |
getPropertyValue('highlight'); |
/** Sets the value of "highlight" */ |
- void set highlight(String value) { |
+ set highlight(String value) { |
setProperty('highlight', value, ''); |
} |
@@ -3094,7 +3076,7 @@ $endif |
getPropertyValue('hyphenate-character'); |
/** Sets the value of "hyphenate-character" */ |
- void set hyphenateCharacter(String value) { |
+ set hyphenateCharacter(String value) { |
setProperty('hyphenate-character', value, ''); |
} |
@@ -3103,7 +3085,7 @@ $endif |
getPropertyValue('image-rendering'); |
/** Sets the value of "image-rendering" */ |
- void set imageRendering(String value) { |
+ set imageRendering(String value) { |
setProperty('image-rendering', value, ''); |
} |
@@ -3112,7 +3094,7 @@ $endif |
getPropertyValue('isolation'); |
/** Sets the value of "isolation" */ |
- void set isolation(String value) { |
+ set isolation(String value) { |
setProperty('isolation', value, ''); |
} |
@@ -3121,7 +3103,7 @@ $endif |
getPropertyValue('justify-content'); |
/** Sets the value of "justify-content" */ |
- void set justifyContent(String value) { |
+ set justifyContent(String value) { |
setProperty('justify-content', value, ''); |
} |
@@ -3130,7 +3112,7 @@ $endif |
getPropertyValue('justify-self'); |
/** Sets the value of "justify-self" */ |
- void set justifySelf(String value) { |
+ set justifySelf(String value) { |
setProperty('justify-self', value, ''); |
} |
@@ -3139,7 +3121,7 @@ $endif |
getPropertyValue('left'); |
/** Sets the value of "left" */ |
- void set left(String value) { |
+ set left(String value) { |
setProperty('left', value, ''); |
} |
@@ -3148,7 +3130,7 @@ $endif |
getPropertyValue('letter-spacing'); |
/** Sets the value of "letter-spacing" */ |
- void set letterSpacing(String value) { |
+ set letterSpacing(String value) { |
setProperty('letter-spacing', value, ''); |
} |
@@ -3157,7 +3139,7 @@ $endif |
getPropertyValue('line-box-contain'); |
/** Sets the value of "line-box-contain" */ |
- void set lineBoxContain(String value) { |
+ set lineBoxContain(String value) { |
setProperty('line-box-contain', value, ''); |
} |
@@ -3166,7 +3148,7 @@ $endif |
getPropertyValue('line-break'); |
/** Sets the value of "line-break" */ |
- void set lineBreak(String value) { |
+ set lineBreak(String value) { |
setProperty('line-break', value, ''); |
} |
@@ -3175,7 +3157,7 @@ $endif |
getPropertyValue('line-clamp'); |
/** Sets the value of "line-clamp" */ |
- void set lineClamp(String value) { |
+ set lineClamp(String value) { |
setProperty('line-clamp', value, ''); |
} |
@@ -3184,7 +3166,7 @@ $endif |
getPropertyValue('line-height'); |
/** Sets the value of "line-height" */ |
- void set lineHeight(String value) { |
+ set lineHeight(String value) { |
setProperty('line-height', value, ''); |
} |
@@ -3193,7 +3175,7 @@ $endif |
getPropertyValue('list-style'); |
/** Sets the value of "list-style" */ |
- void set listStyle(String value) { |
+ set listStyle(String value) { |
setProperty('list-style', value, ''); |
} |
@@ -3202,7 +3184,7 @@ $endif |
getPropertyValue('list-style-image'); |
/** Sets the value of "list-style-image" */ |
- void set listStyleImage(String value) { |
+ set listStyleImage(String value) { |
setProperty('list-style-image', value, ''); |
} |
@@ -3211,7 +3193,7 @@ $endif |
getPropertyValue('list-style-position'); |
/** Sets the value of "list-style-position" */ |
- void set listStylePosition(String value) { |
+ set listStylePosition(String value) { |
setProperty('list-style-position', value, ''); |
} |
@@ -3220,7 +3202,7 @@ $endif |
getPropertyValue('list-style-type'); |
/** Sets the value of "list-style-type" */ |
- void set listStyleType(String value) { |
+ set listStyleType(String value) { |
setProperty('list-style-type', value, ''); |
} |
@@ -3229,7 +3211,7 @@ $endif |
getPropertyValue('locale'); |
/** Sets the value of "locale" */ |
- void set locale(String value) { |
+ set locale(String value) { |
setProperty('locale', value, ''); |
} |
@@ -3238,7 +3220,7 @@ $endif |
getPropertyValue('logical-height'); |
/** Sets the value of "logical-height" */ |
- void set logicalHeight(String value) { |
+ set logicalHeight(String value) { |
setProperty('logical-height', value, ''); |
} |
@@ -3247,7 +3229,7 @@ $endif |
getPropertyValue('logical-width'); |
/** Sets the value of "logical-width" */ |
- void set logicalWidth(String value) { |
+ set logicalWidth(String value) { |
setProperty('logical-width', value, ''); |
} |
@@ -3256,7 +3238,7 @@ $endif |
getPropertyValue('margin'); |
/** Sets the value of "margin" */ |
- void set margin(String value) { |
+ set margin(String value) { |
setProperty('margin', value, ''); |
} |
@@ -3265,7 +3247,7 @@ $endif |
getPropertyValue('margin-after'); |
/** Sets the value of "margin-after" */ |
- void set marginAfter(String value) { |
+ set marginAfter(String value) { |
setProperty('margin-after', value, ''); |
} |
@@ -3274,7 +3256,7 @@ $endif |
getPropertyValue('margin-after-collapse'); |
/** Sets the value of "margin-after-collapse" */ |
- void set marginAfterCollapse(String value) { |
+ set marginAfterCollapse(String value) { |
setProperty('margin-after-collapse', value, ''); |
} |
@@ -3283,7 +3265,7 @@ $endif |
getPropertyValue('margin-before'); |
/** Sets the value of "margin-before" */ |
- void set marginBefore(String value) { |
+ set marginBefore(String value) { |
setProperty('margin-before', value, ''); |
} |
@@ -3292,7 +3274,7 @@ $endif |
getPropertyValue('margin-before-collapse'); |
/** Sets the value of "margin-before-collapse" */ |
- void set marginBeforeCollapse(String value) { |
+ set marginBeforeCollapse(String value) { |
setProperty('margin-before-collapse', value, ''); |
} |
@@ -3301,7 +3283,7 @@ $endif |
getPropertyValue('margin-bottom'); |
/** Sets the value of "margin-bottom" */ |
- void set marginBottom(String value) { |
+ set marginBottom(String value) { |
setProperty('margin-bottom', value, ''); |
} |
@@ -3310,7 +3292,7 @@ $endif |
getPropertyValue('margin-bottom-collapse'); |
/** Sets the value of "margin-bottom-collapse" */ |
- void set marginBottomCollapse(String value) { |
+ set marginBottomCollapse(String value) { |
setProperty('margin-bottom-collapse', value, ''); |
} |
@@ -3319,7 +3301,7 @@ $endif |
getPropertyValue('margin-collapse'); |
/** Sets the value of "margin-collapse" */ |
- void set marginCollapse(String value) { |
+ set marginCollapse(String value) { |
setProperty('margin-collapse', value, ''); |
} |
@@ -3328,7 +3310,7 @@ $endif |
getPropertyValue('margin-end'); |
/** Sets the value of "margin-end" */ |
- void set marginEnd(String value) { |
+ set marginEnd(String value) { |
setProperty('margin-end', value, ''); |
} |
@@ -3337,7 +3319,7 @@ $endif |
getPropertyValue('margin-left'); |
/** Sets the value of "margin-left" */ |
- void set marginLeft(String value) { |
+ set marginLeft(String value) { |
setProperty('margin-left', value, ''); |
} |
@@ -3346,7 +3328,7 @@ $endif |
getPropertyValue('margin-right'); |
/** Sets the value of "margin-right" */ |
- void set marginRight(String value) { |
+ set marginRight(String value) { |
setProperty('margin-right', value, ''); |
} |
@@ -3355,7 +3337,7 @@ $endif |
getPropertyValue('margin-start'); |
/** Sets the value of "margin-start" */ |
- void set marginStart(String value) { |
+ set marginStart(String value) { |
setProperty('margin-start', value, ''); |
} |
@@ -3364,7 +3346,7 @@ $endif |
getPropertyValue('margin-top'); |
/** Sets the value of "margin-top" */ |
- void set marginTop(String value) { |
+ set marginTop(String value) { |
setProperty('margin-top', value, ''); |
} |
@@ -3373,7 +3355,7 @@ $endif |
getPropertyValue('margin-top-collapse'); |
/** Sets the value of "margin-top-collapse" */ |
- void set marginTopCollapse(String value) { |
+ set marginTopCollapse(String value) { |
setProperty('margin-top-collapse', value, ''); |
} |
@@ -3382,7 +3364,7 @@ $endif |
getPropertyValue('mask'); |
/** Sets the value of "mask" */ |
- void set mask(String value) { |
+ set mask(String value) { |
setProperty('mask', value, ''); |
} |
@@ -3391,7 +3373,7 @@ $endif |
getPropertyValue('mask-box-image'); |
/** Sets the value of "mask-box-image" */ |
- void set maskBoxImage(String value) { |
+ set maskBoxImage(String value) { |
setProperty('mask-box-image', value, ''); |
} |
@@ -3400,7 +3382,7 @@ $endif |
getPropertyValue('mask-box-image-outset'); |
/** Sets the value of "mask-box-image-outset" */ |
- void set maskBoxImageOutset(String value) { |
+ set maskBoxImageOutset(String value) { |
setProperty('mask-box-image-outset', value, ''); |
} |
@@ -3409,7 +3391,7 @@ $endif |
getPropertyValue('mask-box-image-repeat'); |
/** Sets the value of "mask-box-image-repeat" */ |
- void set maskBoxImageRepeat(String value) { |
+ set maskBoxImageRepeat(String value) { |
setProperty('mask-box-image-repeat', value, ''); |
} |
@@ -3418,7 +3400,7 @@ $endif |
getPropertyValue('mask-box-image-slice'); |
/** Sets the value of "mask-box-image-slice" */ |
- void set maskBoxImageSlice(String value) { |
+ set maskBoxImageSlice(String value) { |
setProperty('mask-box-image-slice', value, ''); |
} |
@@ -3427,7 +3409,7 @@ $endif |
getPropertyValue('mask-box-image-source'); |
/** Sets the value of "mask-box-image-source" */ |
- void set maskBoxImageSource(String value) { |
+ set maskBoxImageSource(String value) { |
setProperty('mask-box-image-source', value, ''); |
} |
@@ -3436,7 +3418,7 @@ $endif |
getPropertyValue('mask-box-image-width'); |
/** Sets the value of "mask-box-image-width" */ |
- void set maskBoxImageWidth(String value) { |
+ set maskBoxImageWidth(String value) { |
setProperty('mask-box-image-width', value, ''); |
} |
@@ -3445,7 +3427,7 @@ $endif |
getPropertyValue('mask-clip'); |
/** Sets the value of "mask-clip" */ |
- void set maskClip(String value) { |
+ set maskClip(String value) { |
setProperty('mask-clip', value, ''); |
} |
@@ -3454,7 +3436,7 @@ $endif |
getPropertyValue('mask-composite'); |
/** Sets the value of "mask-composite" */ |
- void set maskComposite(String value) { |
+ set maskComposite(String value) { |
setProperty('mask-composite', value, ''); |
} |
@@ -3463,7 +3445,7 @@ $endif |
getPropertyValue('mask-image'); |
/** Sets the value of "mask-image" */ |
- void set maskImage(String value) { |
+ set maskImage(String value) { |
setProperty('mask-image', value, ''); |
} |
@@ -3472,7 +3454,7 @@ $endif |
getPropertyValue('mask-origin'); |
/** Sets the value of "mask-origin" */ |
- void set maskOrigin(String value) { |
+ set maskOrigin(String value) { |
setProperty('mask-origin', value, ''); |
} |
@@ -3481,7 +3463,7 @@ $endif |
getPropertyValue('mask-position'); |
/** Sets the value of "mask-position" */ |
- void set maskPosition(String value) { |
+ set maskPosition(String value) { |
setProperty('mask-position', value, ''); |
} |
@@ -3490,7 +3472,7 @@ $endif |
getPropertyValue('mask-position-x'); |
/** Sets the value of "mask-position-x" */ |
- void set maskPositionX(String value) { |
+ set maskPositionX(String value) { |
setProperty('mask-position-x', value, ''); |
} |
@@ -3499,7 +3481,7 @@ $endif |
getPropertyValue('mask-position-y'); |
/** Sets the value of "mask-position-y" */ |
- void set maskPositionY(String value) { |
+ set maskPositionY(String value) { |
setProperty('mask-position-y', value, ''); |
} |
@@ -3508,7 +3490,7 @@ $endif |
getPropertyValue('mask-repeat'); |
/** Sets the value of "mask-repeat" */ |
- void set maskRepeat(String value) { |
+ set maskRepeat(String value) { |
setProperty('mask-repeat', value, ''); |
} |
@@ -3517,7 +3499,7 @@ $endif |
getPropertyValue('mask-repeat-x'); |
/** Sets the value of "mask-repeat-x" */ |
- void set maskRepeatX(String value) { |
+ set maskRepeatX(String value) { |
setProperty('mask-repeat-x', value, ''); |
} |
@@ -3526,7 +3508,7 @@ $endif |
getPropertyValue('mask-repeat-y'); |
/** Sets the value of "mask-repeat-y" */ |
- void set maskRepeatY(String value) { |
+ set maskRepeatY(String value) { |
setProperty('mask-repeat-y', value, ''); |
} |
@@ -3535,7 +3517,7 @@ $endif |
getPropertyValue('mask-size'); |
/** Sets the value of "mask-size" */ |
- void set maskSize(String value) { |
+ set maskSize(String value) { |
setProperty('mask-size', value, ''); |
} |
@@ -3544,7 +3526,7 @@ $endif |
getPropertyValue('mask-source-type'); |
/** Sets the value of "mask-source-type" */ |
- void set maskSourceType(String value) { |
+ set maskSourceType(String value) { |
setProperty('mask-source-type', value, ''); |
} |
@@ -3553,7 +3535,7 @@ $endif |
getPropertyValue('max-height'); |
/** Sets the value of "max-height" */ |
- void set maxHeight(String value) { |
+ set maxHeight(String value) { |
setProperty('max-height', value, ''); |
} |
@@ -3562,7 +3544,7 @@ $endif |
getPropertyValue('max-logical-height'); |
/** Sets the value of "max-logical-height" */ |
- void set maxLogicalHeight(String value) { |
+ set maxLogicalHeight(String value) { |
setProperty('max-logical-height', value, ''); |
} |
@@ -3571,7 +3553,7 @@ $endif |
getPropertyValue('max-logical-width'); |
/** Sets the value of "max-logical-width" */ |
- void set maxLogicalWidth(String value) { |
+ set maxLogicalWidth(String value) { |
setProperty('max-logical-width', value, ''); |
} |
@@ -3580,7 +3562,7 @@ $endif |
getPropertyValue('max-width'); |
/** Sets the value of "max-width" */ |
- void set maxWidth(String value) { |
+ set maxWidth(String value) { |
setProperty('max-width', value, ''); |
} |
@@ -3589,7 +3571,7 @@ $endif |
getPropertyValue('max-zoom'); |
/** Sets the value of "max-zoom" */ |
- void set maxZoom(String value) { |
+ set maxZoom(String value) { |
setProperty('max-zoom', value, ''); |
} |
@@ -3598,7 +3580,7 @@ $endif |
getPropertyValue('min-height'); |
/** Sets the value of "min-height" */ |
- void set minHeight(String value) { |
+ set minHeight(String value) { |
setProperty('min-height', value, ''); |
} |
@@ -3607,7 +3589,7 @@ $endif |
getPropertyValue('min-logical-height'); |
/** Sets the value of "min-logical-height" */ |
- void set minLogicalHeight(String value) { |
+ set minLogicalHeight(String value) { |
setProperty('min-logical-height', value, ''); |
} |
@@ -3616,7 +3598,7 @@ $endif |
getPropertyValue('min-logical-width'); |
/** Sets the value of "min-logical-width" */ |
- void set minLogicalWidth(String value) { |
+ set minLogicalWidth(String value) { |
setProperty('min-logical-width', value, ''); |
} |
@@ -3625,7 +3607,7 @@ $endif |
getPropertyValue('min-width'); |
/** Sets the value of "min-width" */ |
- void set minWidth(String value) { |
+ set minWidth(String value) { |
setProperty('min-width', value, ''); |
} |
@@ -3634,7 +3616,7 @@ $endif |
getPropertyValue('min-zoom'); |
/** Sets the value of "min-zoom" */ |
- void set minZoom(String value) { |
+ set minZoom(String value) { |
setProperty('min-zoom', value, ''); |
} |
@@ -3643,7 +3625,7 @@ $endif |
getPropertyValue('mix-blend-mode'); |
/** Sets the value of "mix-blend-mode" */ |
- void set mixBlendMode(String value) { |
+ set mixBlendMode(String value) { |
setProperty('mix-blend-mode', value, ''); |
} |
@@ -3652,7 +3634,7 @@ $endif |
getPropertyValue('object-fit'); |
/** Sets the value of "object-fit" */ |
- void set objectFit(String value) { |
+ set objectFit(String value) { |
setProperty('object-fit', value, ''); |
} |
@@ -3661,7 +3643,7 @@ $endif |
getPropertyValue('object-position'); |
/** Sets the value of "object-position" */ |
- void set objectPosition(String value) { |
+ set objectPosition(String value) { |
setProperty('object-position', value, ''); |
} |
@@ -3670,7 +3652,7 @@ $endif |
getPropertyValue('opacity'); |
/** Sets the value of "opacity" */ |
- void set opacity(String value) { |
+ set opacity(String value) { |
setProperty('opacity', value, ''); |
} |
@@ -3679,7 +3661,7 @@ $endif |
getPropertyValue('order'); |
/** Sets the value of "order" */ |
- void set order(String value) { |
+ set order(String value) { |
setProperty('order', value, ''); |
} |
@@ -3688,7 +3670,7 @@ $endif |
getPropertyValue('orientation'); |
/** Sets the value of "orientation" */ |
- void set orientation(String value) { |
+ set orientation(String value) { |
setProperty('orientation', value, ''); |
} |
@@ -3697,7 +3679,7 @@ $endif |
getPropertyValue('orphans'); |
/** Sets the value of "orphans" */ |
- void set orphans(String value) { |
+ set orphans(String value) { |
setProperty('orphans', value, ''); |
} |
@@ -3706,7 +3688,7 @@ $endif |
getPropertyValue('outline'); |
/** Sets the value of "outline" */ |
- void set outline(String value) { |
+ set outline(String value) { |
setProperty('outline', value, ''); |
} |
@@ -3715,7 +3697,7 @@ $endif |
getPropertyValue('outline-color'); |
/** Sets the value of "outline-color" */ |
- void set outlineColor(String value) { |
+ set outlineColor(String value) { |
setProperty('outline-color', value, ''); |
} |
@@ -3724,7 +3706,7 @@ $endif |
getPropertyValue('outline-offset'); |
/** Sets the value of "outline-offset" */ |
- void set outlineOffset(String value) { |
+ set outlineOffset(String value) { |
setProperty('outline-offset', value, ''); |
} |
@@ -3733,7 +3715,7 @@ $endif |
getPropertyValue('outline-style'); |
/** Sets the value of "outline-style" */ |
- void set outlineStyle(String value) { |
+ set outlineStyle(String value) { |
setProperty('outline-style', value, ''); |
} |
@@ -3742,7 +3724,7 @@ $endif |
getPropertyValue('outline-width'); |
/** Sets the value of "outline-width" */ |
- void set outlineWidth(String value) { |
+ set outlineWidth(String value) { |
setProperty('outline-width', value, ''); |
} |
@@ -3751,7 +3733,7 @@ $endif |
getPropertyValue('overflow'); |
/** Sets the value of "overflow" */ |
- void set overflow(String value) { |
+ set overflow(String value) { |
setProperty('overflow', value, ''); |
} |
@@ -3760,7 +3742,7 @@ $endif |
getPropertyValue('overflow-wrap'); |
/** Sets the value of "overflow-wrap" */ |
- void set overflowWrap(String value) { |
+ set overflowWrap(String value) { |
setProperty('overflow-wrap', value, ''); |
} |
@@ -3769,7 +3751,7 @@ $endif |
getPropertyValue('overflow-x'); |
/** Sets the value of "overflow-x" */ |
- void set overflowX(String value) { |
+ set overflowX(String value) { |
setProperty('overflow-x', value, ''); |
} |
@@ -3778,7 +3760,7 @@ $endif |
getPropertyValue('overflow-y'); |
/** Sets the value of "overflow-y" */ |
- void set overflowY(String value) { |
+ set overflowY(String value) { |
setProperty('overflow-y', value, ''); |
} |
@@ -3787,7 +3769,7 @@ $endif |
getPropertyValue('padding'); |
/** Sets the value of "padding" */ |
- void set padding(String value) { |
+ set padding(String value) { |
setProperty('padding', value, ''); |
} |
@@ -3796,7 +3778,7 @@ $endif |
getPropertyValue('padding-after'); |
/** Sets the value of "padding-after" */ |
- void set paddingAfter(String value) { |
+ set paddingAfter(String value) { |
setProperty('padding-after', value, ''); |
} |
@@ -3805,7 +3787,7 @@ $endif |
getPropertyValue('padding-before'); |
/** Sets the value of "padding-before" */ |
- void set paddingBefore(String value) { |
+ set paddingBefore(String value) { |
setProperty('padding-before', value, ''); |
} |
@@ -3814,7 +3796,7 @@ $endif |
getPropertyValue('padding-bottom'); |
/** Sets the value of "padding-bottom" */ |
- void set paddingBottom(String value) { |
+ set paddingBottom(String value) { |
setProperty('padding-bottom', value, ''); |
} |
@@ -3823,7 +3805,7 @@ $endif |
getPropertyValue('padding-end'); |
/** Sets the value of "padding-end" */ |
- void set paddingEnd(String value) { |
+ set paddingEnd(String value) { |
setProperty('padding-end', value, ''); |
} |
@@ -3832,7 +3814,7 @@ $endif |
getPropertyValue('padding-left'); |
/** Sets the value of "padding-left" */ |
- void set paddingLeft(String value) { |
+ set paddingLeft(String value) { |
setProperty('padding-left', value, ''); |
} |
@@ -3841,7 +3823,7 @@ $endif |
getPropertyValue('padding-right'); |
/** Sets the value of "padding-right" */ |
- void set paddingRight(String value) { |
+ set paddingRight(String value) { |
setProperty('padding-right', value, ''); |
} |
@@ -3850,7 +3832,7 @@ $endif |
getPropertyValue('padding-start'); |
/** Sets the value of "padding-start" */ |
- void set paddingStart(String value) { |
+ set paddingStart(String value) { |
setProperty('padding-start', value, ''); |
} |
@@ -3859,7 +3841,7 @@ $endif |
getPropertyValue('padding-top'); |
/** Sets the value of "padding-top" */ |
- void set paddingTop(String value) { |
+ set paddingTop(String value) { |
setProperty('padding-top', value, ''); |
} |
@@ -3868,7 +3850,7 @@ $endif |
getPropertyValue('page'); |
/** Sets the value of "page" */ |
- void set page(String value) { |
+ set page(String value) { |
setProperty('page', value, ''); |
} |
@@ -3877,7 +3859,7 @@ $endif |
getPropertyValue('page-break-after'); |
/** Sets the value of "page-break-after" */ |
- void set pageBreakAfter(String value) { |
+ set pageBreakAfter(String value) { |
setProperty('page-break-after', value, ''); |
} |
@@ -3886,7 +3868,7 @@ $endif |
getPropertyValue('page-break-before'); |
/** Sets the value of "page-break-before" */ |
- void set pageBreakBefore(String value) { |
+ set pageBreakBefore(String value) { |
setProperty('page-break-before', value, ''); |
} |
@@ -3895,7 +3877,7 @@ $endif |
getPropertyValue('page-break-inside'); |
/** Sets the value of "page-break-inside" */ |
- void set pageBreakInside(String value) { |
+ set pageBreakInside(String value) { |
setProperty('page-break-inside', value, ''); |
} |
@@ -3904,7 +3886,7 @@ $endif |
getPropertyValue('perspective'); |
/** Sets the value of "perspective" */ |
- void set perspective(String value) { |
+ set perspective(String value) { |
setProperty('perspective', value, ''); |
} |
@@ -3913,7 +3895,7 @@ $endif |
getPropertyValue('perspective-origin'); |
/** Sets the value of "perspective-origin" */ |
- void set perspectiveOrigin(String value) { |
+ set perspectiveOrigin(String value) { |
setProperty('perspective-origin', value, ''); |
} |
@@ -3922,7 +3904,7 @@ $endif |
getPropertyValue('perspective-origin-x'); |
/** Sets the value of "perspective-origin-x" */ |
- void set perspectiveOriginX(String value) { |
+ set perspectiveOriginX(String value) { |
setProperty('perspective-origin-x', value, ''); |
} |
@@ -3931,7 +3913,7 @@ $endif |
getPropertyValue('perspective-origin-y'); |
/** Sets the value of "perspective-origin-y" */ |
- void set perspectiveOriginY(String value) { |
+ set perspectiveOriginY(String value) { |
setProperty('perspective-origin-y', value, ''); |
} |
@@ -3940,7 +3922,7 @@ $endif |
getPropertyValue('pointer-events'); |
/** Sets the value of "pointer-events" */ |
- void set pointerEvents(String value) { |
+ set pointerEvents(String value) { |
setProperty('pointer-events', value, ''); |
} |
@@ -3949,7 +3931,7 @@ $endif |
getPropertyValue('position'); |
/** Sets the value of "position" */ |
- void set position(String value) { |
+ set position(String value) { |
setProperty('position', value, ''); |
} |
@@ -3958,7 +3940,7 @@ $endif |
getPropertyValue('print-color-adjust'); |
/** Sets the value of "print-color-adjust" */ |
- void set printColorAdjust(String value) { |
+ set printColorAdjust(String value) { |
setProperty('print-color-adjust', value, ''); |
} |
@@ -3967,7 +3949,7 @@ $endif |
getPropertyValue('quotes'); |
/** Sets the value of "quotes" */ |
- void set quotes(String value) { |
+ set quotes(String value) { |
setProperty('quotes', value, ''); |
} |
@@ -3976,7 +3958,7 @@ $endif |
getPropertyValue('resize'); |
/** Sets the value of "resize" */ |
- void set resize(String value) { |
+ set resize(String value) { |
setProperty('resize', value, ''); |
} |
@@ -3985,7 +3967,7 @@ $endif |
getPropertyValue('right'); |
/** Sets the value of "right" */ |
- void set right(String value) { |
+ set right(String value) { |
setProperty('right', value, ''); |
} |
@@ -3994,7 +3976,7 @@ $endif |
getPropertyValue('rtl-ordering'); |
/** Sets the value of "rtl-ordering" */ |
- void set rtlOrdering(String value) { |
+ set rtlOrdering(String value) { |
setProperty('rtl-ordering', value, ''); |
} |
@@ -4003,7 +3985,7 @@ $endif |
getPropertyValue('ruby-position'); |
/** Sets the value of "ruby-position" */ |
- void set rubyPosition(String value) { |
+ set rubyPosition(String value) { |
setProperty('ruby-position', value, ''); |
} |
@@ -4012,7 +3994,7 @@ $endif |
getPropertyValue('scroll-behavior'); |
/** Sets the value of "scroll-behavior" */ |
- void set scrollBehavior(String value) { |
+ set scrollBehavior(String value) { |
setProperty('scroll-behavior', value, ''); |
} |
@@ -4021,7 +4003,7 @@ $endif |
getPropertyValue('shape-image-threshold'); |
/** Sets the value of "shape-image-threshold" */ |
- void set shapeImageThreshold(String value) { |
+ set shapeImageThreshold(String value) { |
setProperty('shape-image-threshold', value, ''); |
} |
@@ -4030,7 +4012,7 @@ $endif |
getPropertyValue('shape-margin'); |
/** Sets the value of "shape-margin" */ |
- void set shapeMargin(String value) { |
+ set shapeMargin(String value) { |
setProperty('shape-margin', value, ''); |
} |
@@ -4039,7 +4021,7 @@ $endif |
getPropertyValue('shape-outside'); |
/** Sets the value of "shape-outside" */ |
- void set shapeOutside(String value) { |
+ set shapeOutside(String value) { |
setProperty('shape-outside', value, ''); |
} |
@@ -4048,7 +4030,7 @@ $endif |
getPropertyValue('size'); |
/** Sets the value of "size" */ |
- void set size(String value) { |
+ set size(String value) { |
setProperty('size', value, ''); |
} |
@@ -4057,7 +4039,7 @@ $endif |
getPropertyValue('speak'); |
/** Sets the value of "speak" */ |
- void set speak(String value) { |
+ set speak(String value) { |
setProperty('speak', value, ''); |
} |
@@ -4066,7 +4048,7 @@ $endif |
getPropertyValue('src'); |
/** Sets the value of "src" */ |
- void set src(String value) { |
+ set src(String value) { |
setProperty('src', value, ''); |
} |
@@ -4075,7 +4057,7 @@ $endif |
getPropertyValue('tab-size'); |
/** Sets the value of "tab-size" */ |
- void set tabSize(String value) { |
+ set tabSize(String value) { |
setProperty('tab-size', value, ''); |
} |
@@ -4084,7 +4066,7 @@ $endif |
getPropertyValue('table-layout'); |
/** Sets the value of "table-layout" */ |
- void set tableLayout(String value) { |
+ set tableLayout(String value) { |
setProperty('table-layout', value, ''); |
} |
@@ -4093,7 +4075,7 @@ $endif |
getPropertyValue('tap-highlight-color'); |
/** Sets the value of "tap-highlight-color" */ |
- void set tapHighlightColor(String value) { |
+ set tapHighlightColor(String value) { |
setProperty('tap-highlight-color', value, ''); |
} |
@@ -4102,7 +4084,7 @@ $endif |
getPropertyValue('text-align'); |
/** Sets the value of "text-align" */ |
- void set textAlign(String value) { |
+ set textAlign(String value) { |
setProperty('text-align', value, ''); |
} |
@@ -4111,7 +4093,7 @@ $endif |
getPropertyValue('text-align-last'); |
/** Sets the value of "text-align-last" */ |
- void set textAlignLast(String value) { |
+ set textAlignLast(String value) { |
setProperty('text-align-last', value, ''); |
} |
@@ -4120,7 +4102,7 @@ $endif |
getPropertyValue('text-combine'); |
/** Sets the value of "text-combine" */ |
- void set textCombine(String value) { |
+ set textCombine(String value) { |
setProperty('text-combine', value, ''); |
} |
@@ -4129,7 +4111,7 @@ $endif |
getPropertyValue('text-decoration'); |
/** Sets the value of "text-decoration" */ |
- void set textDecoration(String value) { |
+ set textDecoration(String value) { |
setProperty('text-decoration', value, ''); |
} |
@@ -4138,7 +4120,7 @@ $endif |
getPropertyValue('text-decoration-color'); |
/** Sets the value of "text-decoration-color" */ |
- void set textDecorationColor(String value) { |
+ set textDecorationColor(String value) { |
setProperty('text-decoration-color', value, ''); |
} |
@@ -4147,7 +4129,7 @@ $endif |
getPropertyValue('text-decoration-line'); |
/** Sets the value of "text-decoration-line" */ |
- void set textDecorationLine(String value) { |
+ set textDecorationLine(String value) { |
setProperty('text-decoration-line', value, ''); |
} |
@@ -4156,7 +4138,7 @@ $endif |
getPropertyValue('text-decoration-style'); |
/** Sets the value of "text-decoration-style" */ |
- void set textDecorationStyle(String value) { |
+ set textDecorationStyle(String value) { |
setProperty('text-decoration-style', value, ''); |
} |
@@ -4165,7 +4147,7 @@ $endif |
getPropertyValue('text-decorations-in-effect'); |
/** Sets the value of "text-decorations-in-effect" */ |
- void set textDecorationsInEffect(String value) { |
+ set textDecorationsInEffect(String value) { |
setProperty('text-decorations-in-effect', value, ''); |
} |
@@ -4174,7 +4156,7 @@ $endif |
getPropertyValue('text-emphasis'); |
/** Sets the value of "text-emphasis" */ |
- void set textEmphasis(String value) { |
+ set textEmphasis(String value) { |
setProperty('text-emphasis', value, ''); |
} |
@@ -4183,7 +4165,7 @@ $endif |
getPropertyValue('text-emphasis-color'); |
/** Sets the value of "text-emphasis-color" */ |
- void set textEmphasisColor(String value) { |
+ set textEmphasisColor(String value) { |
setProperty('text-emphasis-color', value, ''); |
} |
@@ -4192,7 +4174,7 @@ $endif |
getPropertyValue('text-emphasis-position'); |
/** Sets the value of "text-emphasis-position" */ |
- void set textEmphasisPosition(String value) { |
+ set textEmphasisPosition(String value) { |
setProperty('text-emphasis-position', value, ''); |
} |
@@ -4201,7 +4183,7 @@ $endif |
getPropertyValue('text-emphasis-style'); |
/** Sets the value of "text-emphasis-style" */ |
- void set textEmphasisStyle(String value) { |
+ set textEmphasisStyle(String value) { |
setProperty('text-emphasis-style', value, ''); |
} |
@@ -4210,7 +4192,7 @@ $endif |
getPropertyValue('text-fill-color'); |
/** Sets the value of "text-fill-color" */ |
- void set textFillColor(String value) { |
+ set textFillColor(String value) { |
setProperty('text-fill-color', value, ''); |
} |
@@ -4219,7 +4201,7 @@ $endif |
getPropertyValue('text-indent'); |
/** Sets the value of "text-indent" */ |
- void set textIndent(String value) { |
+ set textIndent(String value) { |
setProperty('text-indent', value, ''); |
} |
@@ -4228,7 +4210,7 @@ $endif |
getPropertyValue('text-justify'); |
/** Sets the value of "text-justify" */ |
- void set textJustify(String value) { |
+ set textJustify(String value) { |
setProperty('text-justify', value, ''); |
} |
@@ -4237,7 +4219,7 @@ $endif |
getPropertyValue('text-line-through-color'); |
/** Sets the value of "text-line-through-color" */ |
- void set textLineThroughColor(String value) { |
+ set textLineThroughColor(String value) { |
setProperty('text-line-through-color', value, ''); |
} |
@@ -4246,7 +4228,7 @@ $endif |
getPropertyValue('text-line-through-mode'); |
/** Sets the value of "text-line-through-mode" */ |
- void set textLineThroughMode(String value) { |
+ set textLineThroughMode(String value) { |
setProperty('text-line-through-mode', value, ''); |
} |
@@ -4255,7 +4237,7 @@ $endif |
getPropertyValue('text-line-through-style'); |
/** Sets the value of "text-line-through-style" */ |
- void set textLineThroughStyle(String value) { |
+ set textLineThroughStyle(String value) { |
setProperty('text-line-through-style', value, ''); |
} |
@@ -4264,7 +4246,7 @@ $endif |
getPropertyValue('text-line-through-width'); |
/** Sets the value of "text-line-through-width" */ |
- void set textLineThroughWidth(String value) { |
+ set textLineThroughWidth(String value) { |
setProperty('text-line-through-width', value, ''); |
} |
@@ -4273,7 +4255,7 @@ $endif |
getPropertyValue('text-orientation'); |
/** Sets the value of "text-orientation" */ |
- void set textOrientation(String value) { |
+ set textOrientation(String value) { |
setProperty('text-orientation', value, ''); |
} |
@@ -4282,7 +4264,7 @@ $endif |
getPropertyValue('text-overflow'); |
/** Sets the value of "text-overflow" */ |
- void set textOverflow(String value) { |
+ set textOverflow(String value) { |
setProperty('text-overflow', value, ''); |
} |
@@ -4291,7 +4273,7 @@ $endif |
getPropertyValue('text-overline-color'); |
/** Sets the value of "text-overline-color" */ |
- void set textOverlineColor(String value) { |
+ set textOverlineColor(String value) { |
setProperty('text-overline-color', value, ''); |
} |
@@ -4300,7 +4282,7 @@ $endif |
getPropertyValue('text-overline-mode'); |
/** Sets the value of "text-overline-mode" */ |
- void set textOverlineMode(String value) { |
+ set textOverlineMode(String value) { |
setProperty('text-overline-mode', value, ''); |
} |
@@ -4309,7 +4291,7 @@ $endif |
getPropertyValue('text-overline-style'); |
/** Sets the value of "text-overline-style" */ |
- void set textOverlineStyle(String value) { |
+ set textOverlineStyle(String value) { |
setProperty('text-overline-style', value, ''); |
} |
@@ -4318,7 +4300,7 @@ $endif |
getPropertyValue('text-overline-width'); |
/** Sets the value of "text-overline-width" */ |
- void set textOverlineWidth(String value) { |
+ set textOverlineWidth(String value) { |
setProperty('text-overline-width', value, ''); |
} |
@@ -4327,7 +4309,7 @@ $endif |
getPropertyValue('text-rendering'); |
/** Sets the value of "text-rendering" */ |
- void set textRendering(String value) { |
+ set textRendering(String value) { |
setProperty('text-rendering', value, ''); |
} |
@@ -4336,7 +4318,7 @@ $endif |
getPropertyValue('text-security'); |
/** Sets the value of "text-security" */ |
- void set textSecurity(String value) { |
+ set textSecurity(String value) { |
setProperty('text-security', value, ''); |
} |
@@ -4345,7 +4327,7 @@ $endif |
getPropertyValue('text-shadow'); |
/** Sets the value of "text-shadow" */ |
- void set textShadow(String value) { |
+ set textShadow(String value) { |
setProperty('text-shadow', value, ''); |
} |
@@ -4354,7 +4336,7 @@ $endif |
getPropertyValue('text-stroke'); |
/** Sets the value of "text-stroke" */ |
- void set textStroke(String value) { |
+ set textStroke(String value) { |
setProperty('text-stroke', value, ''); |
} |
@@ -4363,7 +4345,7 @@ $endif |
getPropertyValue('text-stroke-color'); |
/** Sets the value of "text-stroke-color" */ |
- void set textStrokeColor(String value) { |
+ set textStrokeColor(String value) { |
setProperty('text-stroke-color', value, ''); |
} |
@@ -4372,7 +4354,7 @@ $endif |
getPropertyValue('text-stroke-width'); |
/** Sets the value of "text-stroke-width" */ |
- void set textStrokeWidth(String value) { |
+ set textStrokeWidth(String value) { |
setProperty('text-stroke-width', value, ''); |
} |
@@ -4381,7 +4363,7 @@ $endif |
getPropertyValue('text-transform'); |
/** Sets the value of "text-transform" */ |
- void set textTransform(String value) { |
+ set textTransform(String value) { |
setProperty('text-transform', value, ''); |
} |
@@ -4390,7 +4372,7 @@ $endif |
getPropertyValue('text-underline-color'); |
/** Sets the value of "text-underline-color" */ |
- void set textUnderlineColor(String value) { |
+ set textUnderlineColor(String value) { |
setProperty('text-underline-color', value, ''); |
} |
@@ -4399,7 +4381,7 @@ $endif |
getPropertyValue('text-underline-mode'); |
/** Sets the value of "text-underline-mode" */ |
- void set textUnderlineMode(String value) { |
+ set textUnderlineMode(String value) { |
setProperty('text-underline-mode', value, ''); |
} |
@@ -4408,7 +4390,7 @@ $endif |
getPropertyValue('text-underline-position'); |
/** Sets the value of "text-underline-position" */ |
- void set textUnderlinePosition(String value) { |
+ set textUnderlinePosition(String value) { |
setProperty('text-underline-position', value, ''); |
} |
@@ -4417,7 +4399,7 @@ $endif |
getPropertyValue('text-underline-style'); |
/** Sets the value of "text-underline-style" */ |
- void set textUnderlineStyle(String value) { |
+ set textUnderlineStyle(String value) { |
setProperty('text-underline-style', value, ''); |
} |
@@ -4426,7 +4408,7 @@ $endif |
getPropertyValue('text-underline-width'); |
/** Sets the value of "text-underline-width" */ |
- void set textUnderlineWidth(String value) { |
+ set textUnderlineWidth(String value) { |
setProperty('text-underline-width', value, ''); |
} |
@@ -4435,7 +4417,7 @@ $endif |
getPropertyValue('top'); |
/** Sets the value of "top" */ |
- void set top(String value) { |
+ set top(String value) { |
setProperty('top', value, ''); |
} |
@@ -4444,7 +4426,7 @@ $endif |
getPropertyValue('touch-action'); |
/** Sets the value of "touch-action" */ |
- void set touchAction(String value) { |
+ set touchAction(String value) { |
setProperty('touch-action', value, ''); |
} |
@@ -4453,7 +4435,7 @@ $endif |
getPropertyValue('touch-action-delay'); |
/** Sets the value of "touch-action-delay" */ |
- void set touchActionDelay(String value) { |
+ set touchActionDelay(String value) { |
setProperty('touch-action-delay', value, ''); |
} |
@@ -4462,7 +4444,7 @@ $endif |
getPropertyValue('transform'); |
/** Sets the value of "transform" */ |
- void set transform(String value) { |
+ set transform(String value) { |
setProperty('transform', value, ''); |
} |
@@ -4471,7 +4453,7 @@ $endif |
getPropertyValue('transform-origin'); |
/** Sets the value of "transform-origin" */ |
- void set transformOrigin(String value) { |
+ set transformOrigin(String value) { |
setProperty('transform-origin', value, ''); |
} |
@@ -4480,7 +4462,7 @@ $endif |
getPropertyValue('transform-origin-x'); |
/** Sets the value of "transform-origin-x" */ |
- void set transformOriginX(String value) { |
+ set transformOriginX(String value) { |
setProperty('transform-origin-x', value, ''); |
} |
@@ -4489,7 +4471,7 @@ $endif |
getPropertyValue('transform-origin-y'); |
/** Sets the value of "transform-origin-y" */ |
- void set transformOriginY(String value) { |
+ set transformOriginY(String value) { |
setProperty('transform-origin-y', value, ''); |
} |
@@ -4498,7 +4480,7 @@ $endif |
getPropertyValue('transform-origin-z'); |
/** Sets the value of "transform-origin-z" */ |
- void set transformOriginZ(String value) { |
+ set transformOriginZ(String value) { |
setProperty('transform-origin-z', value, ''); |
} |
@@ -4507,7 +4489,7 @@ $endif |
getPropertyValue('transform-style'); |
/** Sets the value of "transform-style" */ |
- void set transformStyle(String value) { |
+ set transformStyle(String value) { |
setProperty('transform-style', value, ''); |
} |
@@ -4522,7 +4504,7 @@ $endif |
@SupportedBrowser(SupportedBrowser.FIREFOX) |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
- void set transition(String value) { |
+ set transition(String value) { |
setProperty('transition', value, ''); |
} |
@@ -4531,7 +4513,7 @@ $endif |
getPropertyValue('transition-delay'); |
/** Sets the value of "transition-delay" */ |
- void set transitionDelay(String value) { |
+ set transitionDelay(String value) { |
setProperty('transition-delay', value, ''); |
} |
@@ -4540,7 +4522,7 @@ $endif |
getPropertyValue('transition-duration'); |
/** Sets the value of "transition-duration" */ |
- void set transitionDuration(String value) { |
+ set transitionDuration(String value) { |
setProperty('transition-duration', value, ''); |
} |
@@ -4549,7 +4531,7 @@ $endif |
getPropertyValue('transition-property'); |
/** Sets the value of "transition-property" */ |
- void set transitionProperty(String value) { |
+ set transitionProperty(String value) { |
setProperty('transition-property', value, ''); |
} |
@@ -4558,7 +4540,7 @@ $endif |
getPropertyValue('transition-timing-function'); |
/** Sets the value of "transition-timing-function" */ |
- void set transitionTimingFunction(String value) { |
+ set transitionTimingFunction(String value) { |
setProperty('transition-timing-function', value, ''); |
} |
@@ -4567,7 +4549,7 @@ $endif |
getPropertyValue('unicode-bidi'); |
/** Sets the value of "unicode-bidi" */ |
- void set unicodeBidi(String value) { |
+ set unicodeBidi(String value) { |
setProperty('unicode-bidi', value, ''); |
} |
@@ -4576,7 +4558,7 @@ $endif |
getPropertyValue('unicode-range'); |
/** Sets the value of "unicode-range" */ |
- void set unicodeRange(String value) { |
+ set unicodeRange(String value) { |
setProperty('unicode-range', value, ''); |
} |
@@ -4585,7 +4567,7 @@ $endif |
getPropertyValue('user-drag'); |
/** Sets the value of "user-drag" */ |
- void set userDrag(String value) { |
+ set userDrag(String value) { |
setProperty('user-drag', value, ''); |
} |
@@ -4594,7 +4576,7 @@ $endif |
getPropertyValue('user-modify'); |
/** Sets the value of "user-modify" */ |
- void set userModify(String value) { |
+ set userModify(String value) { |
setProperty('user-modify', value, ''); |
} |
@@ -4603,7 +4585,7 @@ $endif |
getPropertyValue('user-select'); |
/** Sets the value of "user-select" */ |
- void set userSelect(String value) { |
+ set userSelect(String value) { |
setProperty('user-select', value, ''); |
} |
@@ -4612,7 +4594,7 @@ $endif |
getPropertyValue('user-zoom'); |
/** Sets the value of "user-zoom" */ |
- void set userZoom(String value) { |
+ set userZoom(String value) { |
setProperty('user-zoom', value, ''); |
} |
@@ -4621,7 +4603,7 @@ $endif |
getPropertyValue('vertical-align'); |
/** Sets the value of "vertical-align" */ |
- void set verticalAlign(String value) { |
+ set verticalAlign(String value) { |
setProperty('vertical-align', value, ''); |
} |
@@ -4630,7 +4612,7 @@ $endif |
getPropertyValue('visibility'); |
/** Sets the value of "visibility" */ |
- void set visibility(String value) { |
+ set visibility(String value) { |
setProperty('visibility', value, ''); |
} |
@@ -4639,7 +4621,7 @@ $endif |
getPropertyValue('white-space'); |
/** Sets the value of "white-space" */ |
- void set whiteSpace(String value) { |
+ set whiteSpace(String value) { |
setProperty('white-space', value, ''); |
} |
@@ -4648,7 +4630,7 @@ $endif |
getPropertyValue('widows'); |
/** Sets the value of "widows" */ |
- void set widows(String value) { |
+ set widows(String value) { |
setProperty('widows', value, ''); |
} |
@@ -4657,7 +4639,7 @@ $endif |
getPropertyValue('width'); |
/** Sets the value of "width" */ |
- void set width(String value) { |
+ set width(String value) { |
setProperty('width', value, ''); |
} |
@@ -4666,7 +4648,7 @@ $endif |
getPropertyValue('will-change'); |
/** Sets the value of "will-change" */ |
- void set willChange(String value) { |
+ set willChange(String value) { |
setProperty('will-change', value, ''); |
} |
@@ -4675,7 +4657,7 @@ $endif |
getPropertyValue('word-break'); |
/** Sets the value of "word-break" */ |
- void set wordBreak(String value) { |
+ set wordBreak(String value) { |
setProperty('word-break', value, ''); |
} |
@@ -4684,7 +4666,7 @@ $endif |
getPropertyValue('word-spacing'); |
/** Sets the value of "word-spacing" */ |
- void set wordSpacing(String value) { |
+ set wordSpacing(String value) { |
setProperty('word-spacing', value, ''); |
} |
@@ -4693,7 +4675,7 @@ $endif |
getPropertyValue('word-wrap'); |
/** Sets the value of "word-wrap" */ |
- void set wordWrap(String value) { |
+ set wordWrap(String value) { |
setProperty('word-wrap', value, ''); |
} |
@@ -4702,7 +4684,7 @@ $endif |
getPropertyValue('wrap-flow'); |
/** Sets the value of "wrap-flow" */ |
- void set wrapFlow(String value) { |
+ set wrapFlow(String value) { |
setProperty('wrap-flow', value, ''); |
} |
@@ -4711,7 +4693,7 @@ $endif |
getPropertyValue('wrap-through'); |
/** Sets the value of "wrap-through" */ |
- void set wrapThrough(String value) { |
+ set wrapThrough(String value) { |
setProperty('wrap-through', value, ''); |
} |
@@ -4720,7 +4702,7 @@ $endif |
getPropertyValue('writing-mode'); |
/** Sets the value of "writing-mode" */ |
- void set writingMode(String value) { |
+ set writingMode(String value) { |
setProperty('writing-mode', value, ''); |
} |
@@ -4729,7 +4711,7 @@ $endif |
getPropertyValue('z-index'); |
/** Sets the value of "z-index" */ |
- void set zIndex(String value) { |
+ set zIndex(String value) { |
setProperty('z-index', value, ''); |
} |
@@ -4738,7 +4720,7 @@ $endif |
getPropertyValue('zoom'); |
/** Sets the value of "zoom" */ |
- void set zoom(String value) { |
+ set zoom(String value) { |
setProperty('zoom', value, ''); |
} |
} |