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