1 12 13 package org.w3c.dom.css; 14 15 import org.w3c.dom.DOMException ; 16 17 68 public interface CSS2Properties { 69 76 public String getAzimuth(); 77 public void setAzimuth(String azimuth) 78 throws DOMException ; 79 80 87 public String getBackground(); 88 public void setBackground(String background) 89 throws DOMException ; 90 91 98 public String getBackgroundAttachment(); 99 public void setBackgroundAttachment(String backgroundAttachment) 100 throws DOMException ; 101 102 109 public String getBackgroundColor(); 110 public void setBackgroundColor(String backgroundColor) 111 throws DOMException ; 112 113 120 public String getBackgroundImage(); 121 public void setBackgroundImage(String backgroundImage) 122 throws DOMException ; 123 124 131 public String getBackgroundPosition(); 132 public void setBackgroundPosition(String backgroundPosition) 133 throws DOMException ; 134 135 142 public String getBackgroundRepeat(); 143 public void setBackgroundRepeat(String backgroundRepeat) 144 throws DOMException ; 145 146 153 public String getBorder(); 154 public void setBorder(String border) 155 throws DOMException ; 156 157 164 public String getBorderCollapse(); 165 public void setBorderCollapse(String borderCollapse) 166 throws DOMException ; 167 168 175 public String getBorderColor(); 176 public void setBorderColor(String borderColor) 177 throws DOMException ; 178 179 186 public String getBorderSpacing(); 187 public void setBorderSpacing(String borderSpacing) 188 throws DOMException ; 189 190 197 public String getBorderStyle(); 198 public void setBorderStyle(String borderStyle) 199 throws DOMException ; 200 201 208 public String getBorderTop(); 209 public void setBorderTop(String borderTop) 210 throws DOMException ; 211 212 219 public String getBorderRight(); 220 public void setBorderRight(String borderRight) 221 throws DOMException ; 222 223 230 public String getBorderBottom(); 231 public void setBorderBottom(String borderBottom) 232 throws DOMException ; 233 234 241 public String getBorderLeft(); 242 public void setBorderLeft(String borderLeft) 243 throws DOMException ; 244 245 252 public String getBorderTopColor(); 253 public void setBorderTopColor(String borderTopColor) 254 throws DOMException ; 255 256 263 public String getBorderRightColor(); 264 public void setBorderRightColor(String borderRightColor) 265 throws DOMException ; 266 267 274 public String getBorderBottomColor(); 275 public void setBorderBottomColor(String borderBottomColor) 276 throws DOMException ; 277 278 285 public String getBorderLeftColor(); 286 public void setBorderLeftColor(String borderLeftColor) 287 throws DOMException ; 288 289 296 public String getBorderTopStyle(); 297 public void setBorderTopStyle(String borderTopStyle) 298 throws DOMException ; 299 300 307 public String getBorderRightStyle(); 308 public void setBorderRightStyle(String borderRightStyle) 309 throws DOMException ; 310 311 318 public String getBorderBottomStyle(); 319 public void setBorderBottomStyle(String borderBottomStyle) 320 throws DOMException ; 321 322 329 public String getBorderLeftStyle(); 330 public void setBorderLeftStyle(String borderLeftStyle) 331 throws DOMException ; 332 333 340 public String getBorderTopWidth(); 341 public void setBorderTopWidth(String borderTopWidth) 342 throws DOMException ; 343 344 351 public String getBorderRightWidth(); 352 public void setBorderRightWidth(String borderRightWidth) 353 throws DOMException ; 354 355 362 public String getBorderBottomWidth(); 363 public void setBorderBottomWidth(String borderBottomWidth) 364 throws DOMException ; 365 366 373 public String getBorderLeftWidth(); 374 public void setBorderLeftWidth(String borderLeftWidth) 375 throws DOMException ; 376 377 384 public String getBorderWidth(); 385 public void setBorderWidth(String borderWidth) 386 throws DOMException ; 387 388 395 public String getBottom(); 396 public void setBottom(String bottom) 397 throws DOMException ; 398 399 406 public String getCaptionSide(); 407 public void setCaptionSide(String captionSide) 408 throws DOMException ; 409 410 417 public String getClear(); 418 public void setClear(String clear) 419 throws DOMException ; 420 421 428 public String getClip(); 429 public void setClip(String clip) 430 throws DOMException ; 431 432 439 public String getColor(); 440 public void setColor(String color) 441 throws DOMException ; 442 443 450 public String getContent(); 451 public void setContent(String content) 452 throws DOMException ; 453 454 461 public String getCounterIncrement(); 462 public void setCounterIncrement(String counterIncrement) 463 throws DOMException ; 464 465 472 public String getCounterReset(); 473 public void setCounterReset(String counterReset) 474 throws DOMException ; 475 476 483 public String getCue(); 484 public void setCue(String cue) 485 throws DOMException ; 486 487 494 public String getCueAfter(); 495 public void setCueAfter(String cueAfter) 496 throws DOMException ; 497 498 505 public String getCueBefore(); 506 public void setCueBefore(String cueBefore) 507 throws DOMException ; 508 509 516 public String getCursor(); 517 public void setCursor(String cursor) 518 throws DOMException ; 519 520 527 public String getDirection(); 528 public void setDirection(String direction) 529 throws DOMException ; 530 531 538 public String getDisplay(); 539 public void setDisplay(String display) 540 throws DOMException ; 541 542 549 public String getElevation(); 550 public void setElevation(String elevation) 551 throws DOMException ; 552 553 560 public String getEmptyCells(); 561 public void setEmptyCells(String emptyCells) 562 throws DOMException ; 563 564 571 public String getCssFloat(); 572 public void setCssFloat(String cssFloat) 573 throws DOMException ; 574 575 582 public String getFont(); 583 public void setFont(String font) 584 throws DOMException ; 585 586 593 public String getFontFamily(); 594 public void setFontFamily(String fontFamily) 595 throws DOMException ; 596 597 604 public String getFontSize(); 605 public void setFontSize(String fontSize) 606 throws DOMException ; 607 608 615 public String getFontSizeAdjust(); 616 public void setFontSizeAdjust(String fontSizeAdjust) 617 throws DOMException ; 618 619 626 public String getFontStretch(); 627 public void setFontStretch(String fontStretch) 628 throws DOMException ; 629 630 637 public String getFontStyle(); 638 public void setFontStyle(String fontStyle) 639 throws DOMException ; 640 641 648 public String getFontVariant(); 649 public void setFontVariant(String fontVariant) 650 throws DOMException ; 651 652 659 public String getFontWeight(); 660 public void setFontWeight(String fontWeight) 661 throws DOMException ; 662 663 670 public String getHeight(); 671 public void setHeight(String height) 672 throws DOMException ; 673 674 681 public String getLeft(); 682 public void setLeft(String left) 683 throws DOMException ; 684 685 692 public String getLetterSpacing(); 693 public void setLetterSpacing(String letterSpacing) 694 throws DOMException ; 695 696 703 public String getLineHeight(); 704 public void setLineHeight(String lineHeight) 705 throws DOMException ; 706 707 714 public String getListStyle(); 715 public void setListStyle(String listStyle) 716 throws DOMException ; 717 718 725 public String getListStyleImage(); 726 public void setListStyleImage(String listStyleImage) 727 throws DOMException ; 728 729 736 public String getListStylePosition(); 737 public void setListStylePosition(String listStylePosition) 738 throws DOMException ; 739 740 747 public String getListStyleType(); 748 public void setListStyleType(String listStyleType) 749 throws DOMException ; 750 751 758 public String getMargin(); 759 public void setMargin(String margin) 760 throws DOMException ; 761 762 769 public String getMarginTop(); 770 public void setMarginTop(String marginTop) 771 throws DOMException ; 772 773 780 public String getMarginRight(); 781 public void setMarginRight(String marginRight) 782 throws DOMException ; 783 784 791 public String getMarginBottom(); 792 public void setMarginBottom(String marginBottom) 793 throws DOMException ; 794 795 802 public String getMarginLeft(); 803 public void setMarginLeft(String marginLeft) 804 throws DOMException ; 805 806 813 public String getMarkerOffset(); 814 public void setMarkerOffset(String markerOffset) 815 throws DOMException ; 816 817 824 public String getMarks(); 825 public void setMarks(String marks) 826 throws DOMException ; 827 828 835 public String getMaxHeight(); 836 public void setMaxHeight(String maxHeight) 837 throws DOMException ; 838 839 846 public String getMaxWidth(); 847 public void setMaxWidth(String maxWidth) 848 throws DOMException ; 849 850 857 public String getMinHeight(); 858 public void setMinHeight(String minHeight) 859 throws DOMException ; 860 861 868 public String getMinWidth(); 869 public void setMinWidth(String minWidth) 870 throws DOMException ; 871 872 879 public String getOrphans(); 880 public void setOrphans(String orphans) 881 throws DOMException ; 882 883 890 public String getOutline(); 891 public void setOutline(String outline) 892 throws DOMException ; 893 894 901 public String getOutlineColor(); 902 public void setOutlineColor(String outlineColor) 903 throws DOMException ; 904 905 912 public String getOutlineStyle(); 913 public void setOutlineStyle(String outlineStyle) 914 throws DOMException ; 915 916 923 public String getOutlineWidth(); 924 public void setOutlineWidth(String outlineWidth) 925 throws DOMException ; 926 927 934 public String getOverflow(); 935 public void setOverflow(String overflow) 936 throws DOMException ; 937 938 945 public String getPadding(); 946 public void setPadding(String padding) 947 throws DOMException ; 948 949 956 public String getPaddingTop(); 957 public void setPaddingTop(String paddingTop) 958 throws DOMException ; 959 960 967 public String getPaddingRight(); 968 public void setPaddingRight(String paddingRight) 969 throws DOMException ; 970 971 978 public String getPaddingBottom(); 979 public void setPaddingBottom(String paddingBottom) 980 throws DOMException ; 981 982 989 public String getPaddingLeft(); 990 public void setPaddingLeft(String paddingLeft) 991 throws DOMException ; 992 993 1000 public String getPage(); 1001 public void setPage(String page) 1002 throws DOMException ; 1003 1004 1011 public String getPageBreakAfter(); 1012 public void setPageBreakAfter(String pageBreakAfter) 1013 throws DOMException ; 1014 1015 1022 public String getPageBreakBefore(); 1023 public void setPageBreakBefore(String pageBreakBefore) 1024 throws DOMException ; 1025 1026 1033 public String getPageBreakInside(); 1034 public void setPageBreakInside(String pageBreakInside) 1035 throws DOMException ; 1036 1037 1044 public String getPause(); 1045 public void setPause(String pause) 1046 throws DOMException ; 1047 1048 1055 public String getPauseAfter(); 1056 public void setPauseAfter(String pauseAfter) 1057 throws DOMException ; 1058 1059 1066 public String getPauseBefore(); 1067 public void setPauseBefore(String pauseBefore) 1068 throws DOMException ; 1069 1070 1077 public String getPitch(); 1078 public void setPitch(String pitch) 1079 throws DOMException ; 1080 1081 1088 public String getPitchRange(); 1089 public void setPitchRange(String pitchRange) 1090 throws DOMException ; 1091 1092 1099 public String getPlayDuring(); 1100 public void setPlayDuring(String playDuring) 1101 throws DOMException ; 1102 1103 1110 public String getPosition(); 1111 public void setPosition(String position) 1112 throws DOMException ; 1113 1114 1121 public String getQuotes(); 1122 public void setQuotes(String quotes) 1123 throws DOMException ; 1124 1125 1132 public String getRichness(); 1133 public void setRichness(String richness) 1134 throws DOMException ; 1135 1136 1143 public String getRight(); 1144 public void setRight(String right) 1145 throws DOMException ; 1146 1147 1154 public String getSize(); 1155 public void setSize(String size) 1156 throws DOMException ; 1157 1158 1165 public String getSpeak(); 1166 public void setSpeak(String speak) 1167 throws DOMException ; 1168 1169 1176 public String getSpeakHeader(); 1177 public void setSpeakHeader(String speakHeader) 1178 throws DOMException ; 1179 1180 1187 public String getSpeakNumeral(); 1188 public void setSpeakNumeral(String speakNumeral) 1189 throws DOMException ; 1190 1191 1198 public String getSpeakPunctuation(); 1199 public void setSpeakPunctuation(String speakPunctuation) 1200 throws DOMException ; 1201 1202 1209 public String getSpeechRate(); 1210 public void setSpeechRate(String speechRate) 1211 throws DOMException ; 1212 1213 1220 public String getStress(); 1221 public void setStress(String stress) 1222 throws DOMException ; 1223 1224 1231 public String getTableLayout(); 1232 public void setTableLayout(String tableLayout) 1233 throws DOMException ; 1234 1235 1242 public String getTextAlign(); 1243 public void setTextAlign(String textAlign) 1244 throws DOMException ; 1245 1246 1253 public String getTextDecoration(); 1254 public void setTextDecoration(String textDecoration) 1255 throws DOMException ; 1256 1257 1264 public String getTextIndent(); 1265 public void setTextIndent(String textIndent) 1266 throws DOMException ; 1267 1268 1275 public String getTextShadow(); 1276 public void setTextShadow(String textShadow) 1277 throws DOMException ; 1278 1279 1286 public String getTextTransform(); 1287 public void setTextTransform(String textTransform) 1288 throws DOMException ; 1289 1290 1297 public String getTop(); 1298 public void setTop(String top) 1299 throws DOMException ; 1300 1301 1308 public String getUnicodeBidi(); 1309 public void setUnicodeBidi(String unicodeBidi) 1310 throws DOMException ; 1311 1312 1319 public String getVerticalAlign(); 1320 public void setVerticalAlign(String verticalAlign) 1321 throws DOMException ; 1322 1323 1330 public String getVisibility(); 1331 public void setVisibility(String visibility) 1332 throws DOMException ; 1333 1334 1341 public String getVoiceFamily(); 1342 public void setVoiceFamily(String voiceFamily) 1343 throws DOMException ; 1344 1345 1352 public String getVolume(); 1353 public void setVolume(String volume) 1354 throws DOMException ; 1355 1356 1363 public String getWhiteSpace(); 1364 public void setWhiteSpace(String whiteSpace) 1365 throws DOMException ; 1366 1367 1374 public String getWidows(); 1375 public void setWidows(String widows) 1376 throws DOMException ; 1377 1378 1385 public String getWidth(); 1386 public void setWidth(String width) 1387 throws DOMException ; 1388 1389 1396 public String getWordSpacing(); 1397 public void setWordSpacing(String wordSpacing) 1398 throws DOMException ; 1399 1400 1407 public String getZIndex(); 1408 public void setZIndex(String zIndex) 1409 throws DOMException ; 1410 1411} 1412 | Popular Tags |