📄 css2properties.java
字号:
* @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 setMinHeight(String minHeight) throws DOMException; /** * See the min-width property definition in CSS2. */ public String getMinWidth(); /** * See the min-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 setMinWidth(String minWidth) throws DOMException; /** * See the orphans property definition in CSS2. */ public String getOrphans(); /** * See the orphans 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 setOrphans(String orphans) throws DOMException; /** * See the outline property definition in CSS2. */ public String getOutline(); /** * See the outline 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 setOutline(String outline) throws DOMException; /** * See the outline-color property definition in CSS2. */ public String getOutlineColor(); /** * See the outline-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 setOutlineColor(String outlineColor) throws DOMException; /** * See the outline-style property definition in CSS2. */ public String getOutlineStyle(); /** * See the outline-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 setOutlineStyle(String outlineStyle) throws DOMException; /** * See the outline-width property definition in CSS2. */ public String getOutlineWidth(); /** * See the outline-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 setOutlineWidth(String outlineWidth) throws DOMException; /** * See the overflow property definition in CSS2. */ public String getOverflow(); /** * See the overflow 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 setOverflow(String overflow) throws DOMException; /** * See the padding property definition in CSS2. */ public String getPadding(); /** * See the padding 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 setPadding(String padding) throws DOMException; /** * See the padding-top property definition in CSS2. */ public String getPaddingTop(); /** * See the padding-top 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 setPaddingTop(String paddingTop) throws DOMException; /** * See the padding-right property definition in CSS2. */ public String getPaddingRight(); /** * See the padding-right 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 setPaddingRight(String paddingRight) throws DOMException; /** * See the padding-bottom property definition in CSS2. */ public String getPaddingBottom(); /** * See the padding-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 setPaddingBottom(String paddingBottom) throws DOMException; /** * See the padding-left property definition in CSS2. */ public String getPaddingLeft(); /** * See the padding-left 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 setPaddingLeft(String paddingLeft) throws DOMException; /** * See the page property definition in CSS2. */ public String getPage(); /** * See the page 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 setPage(String page) throws DOMException; /** * See the page-break-after property definition in CSS2. */ public String getPageBreakAfter(); /** * See the page-break-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 setPageBreakAfter(String pageBreakAfter) throws DOMException; /** * See the page-break-before property definition in CSS2. */ public String getPageBreakBefore(); /** * See the page-break-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 setPageBreakBefore(String pageBreakBefore) throws DOMException; /** * See the page-break-inside property definition in CSS2. */ public String getPageBreakInside(); /** * See the page-break-inside 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 setPageBreakInside(String pageBreakInside) throws DOMException; /** * See the pause property definition in CSS2. */ public String getPause(); /** * See the pause 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 setPause(String pause) throws DOMException; /** * See the pause-after property definition in CSS2. */ public String getPauseAfter(); /** * See the pause-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 setPauseAfter(String pauseAfter) throws DOMException; /** * See the pause-before property definition in CSS2. */ public String getPauseBefore(); /** * See the pause-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 setPauseBefore(String pauseBefore) throws DOMException; /** * See the pitch property definition in CSS2. */ public String getPitch(); /** * See the pitch 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 setPitch(String pitch) throws DOMException; /** * See the pitch-range property definition in CSS2. */ public String getPitchRange(); /** * See the pitch-range 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 setPitchRange(String pitchRange) throws DOMException; /** * See the play-during property definition in CSS2. */ public String getPlayDuring(); /** * See the play-during 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 setPlayDuring(String playDuring) throws DOMException; /** * See the position property definition in CSS2. */ public String getPosition(); /** * See the position 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 setPosition(String position) throws DOMException; /** * See the quotes property definition in CSS2. */ public String getQuotes(); /** * See the quotes 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 setQuotes(String quotes) throws DOMException; /** * See the richness property definition in CSS2. */ public String getRichness(); /** * See the richness 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 setRichness(String richness)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -