📄 css2properties.java
字号:
* unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderTopStyle(String borderTopStyle) throws DOMException; /** * See the border-right-style property definition in CSS2. */ public String getBorderRightStyle(); /** * See the border-right-style property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderRightStyle(String borderRightStyle) throws DOMException; /** * See the border-bottom-style property definition in CSS2. */ public String getBorderBottomStyle(); /** * See the border-bottom-style property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderBottomStyle(String borderBottomStyle) throws DOMException; /** * See the border-left-style property definition in CSS2. */ public String getBorderLeftStyle(); /** * See the border-left-style property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderLeftStyle(String borderLeftStyle) throws DOMException; /** * See the border-top-width property definition in CSS2. */ public String getBorderTopWidth(); /** * See the border-top-width property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderTopWidth(String borderTopWidth) throws DOMException; /** * See the border-right-width property definition in CSS2. */ public String getBorderRightWidth(); /** * See the border-right-width property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderRightWidth(String borderRightWidth) throws DOMException; /** * See the border-bottom-width property definition in CSS2. */ public String getBorderBottomWidth(); /** * See the border-bottom-width property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderBottomWidth(String borderBottomWidth) throws DOMException; /** * See the border-left-width property definition in CSS2. */ public String getBorderLeftWidth(); /** * See the border-left-width property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderLeftWidth(String borderLeftWidth) throws DOMException; /** * See the border-width property definition in CSS2. */ public String getBorderWidth(); /** * See the border-width property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBorderWidth(String borderWidth) throws DOMException; /** * See the bottom property definition in CSS2. */ public String getBottom(); /** * See the bottom property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setBottom(String bottom) throws DOMException; /** * See the caption-side property definition in CSS2. */ public String getCaptionSide(); /** * See the caption-side property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCaptionSide(String captionSide) throws DOMException; /** * See the clear property definition in CSS2. */ public String getClear(); /** * See the clear property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setClear(String clear) throws DOMException; /** * See the clip property definition in CSS2. */ public String getClip(); /** * See the clip property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setClip(String clip) throws DOMException; /** * See the color property definition in CSS2. */ public String getColor(); /** * See the color property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setColor(String color) throws DOMException; /** * See the content property definition in CSS2. */ public String getContent(); /** * See the content property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setContent(String content) throws DOMException; /** * See the counter-increment property definition in CSS2. */ public String getCounterIncrement(); /** * See the counter-increment property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCounterIncrement(String counterIncrement) throws DOMException; /** * See the counter-reset property definition in CSS2. */ public String getCounterReset(); /** * See the counter-reset property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCounterReset(String counterReset) throws DOMException; /** * See the cue property definition in CSS2. */ public String getCue(); /** * See the cue property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCue(String cue) throws DOMException; /** * See the cue-after property definition in CSS2. */ public String getCueAfter(); /** * See the cue-after property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCueAfter(String cueAfter) throws DOMException; /** * See the cue-before property definition in CSS2. */ public String getCueBefore(); /** * See the cue-before property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCueBefore(String cueBefore) throws DOMException; /** * See the cursor property definition in CSS2. */ public String getCursor(); /** * See the cursor property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCursor(String cursor) throws DOMException; /** * See the direction property definition in CSS2. */ public String getDirection(); /** * See the direction property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setDirection(String direction) throws DOMException; /** * See the display property definition in CSS2. */ public String getDisplay(); /** * See the display property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setDisplay(String display) throws DOMException; /** * See the elevation property definition in CSS2. */ public String getElevation(); /** * See the elevation property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setElevation(String elevation) throws DOMException; /** * See the empty-cells property definition in CSS2. */ public String getEmptyCells(); /** * See the empty-cells property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setEmptyCells(String emptyCells) throws DOMException; /** * See the float property definition in CSS2. */ public String getCssFloat(); /** * See the float property definition in CSS2. * @exception DOMException * SYNTAX_ERR: Raised if the new value has a syntax error and is * unparsable. * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly. */ public void setCssFloat(String cssFloat) throws DOMException;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -