📄 css2properties.java
字号:
throws DOMException; /** * See the right property definition in CSS2. */ public String getRight(); /** * See the 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 setRight(String right) throws DOMException; /** * See the size property definition in CSS2. */ public String getSize(); /** * See the size 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 setSize(String size) throws DOMException; /** * See the speak property definition in CSS2. */ public String getSpeak(); /** * See the speak 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 setSpeak(String speak) throws DOMException; /** * See the speak-header property definition in CSS2. */ public String getSpeakHeader(); /** * See the speak-header 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 setSpeakHeader(String speakHeader) throws DOMException; /** * See the speak-numeral property definition in CSS2. */ public String getSpeakNumeral(); /** * See the speak-numeral 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 setSpeakNumeral(String speakNumeral) throws DOMException; /** * See the speak-punctuation property definition in CSS2. */ public String getSpeakPunctuation(); /** * See the speak-punctuation 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 setSpeakPunctuation(String speakPunctuation) throws DOMException; /** * See the speech-rate property definition in CSS2. */ public String getSpeechRate(); /** * See the speech-rate 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 setSpeechRate(String speechRate) throws DOMException; /** * See the stress property definition in CSS2. */ public String getStress(); /** * See the stress 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 setStress(String stress) throws DOMException; /** * See the table-layout property definition in CSS2. */ public String getTableLayout(); /** * See the table-layout 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 setTableLayout(String tableLayout) throws DOMException; /** * See the text-align property definition in CSS2. */ public String getTextAlign(); /** * See the text-align 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 setTextAlign(String textAlign) throws DOMException; /** * See the text-decoration property definition in CSS2. */ public String getTextDecoration(); /** * See the text-decoration 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 setTextDecoration(String textDecoration) throws DOMException; /** * See the text-indent property definition in CSS2. */ public String getTextIndent(); /** * See the text-indent 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 setTextIndent(String textIndent) throws DOMException; /** * See the text-shadow property definition in CSS2. */ public String getTextShadow(); /** * See the text-shadow 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 setTextShadow(String textShadow) throws DOMException; /** * See the text-transform property definition in CSS2. */ public String getTextTransform(); /** * See the text-transform 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 setTextTransform(String textTransform) throws DOMException; /** * See the top property definition in CSS2. */ public String getTop(); /** * See the 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 setTop(String top) throws DOMException; /** * See the unicode-bidi property definition in CSS2. */ public String getUnicodeBidi(); /** * See the unicode-bidi 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 setUnicodeBidi(String unicodeBidi) throws DOMException; /** * See the vertical-align property definition in CSS2. */ public String getVerticalAlign(); /** * See the vertical-align 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 setVerticalAlign(String verticalAlign) throws DOMException; /** * See the visibility property definition in CSS2. */ public String getVisibility(); /** * See the visibility 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 setVisibility(String visibility) throws DOMException; /** * See the voice-family property definition in CSS2. */ public String getVoiceFamily(); /** * See the voice-family 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 setVoiceFamily(String voiceFamily) throws DOMException; /** * See the volume property definition in CSS2. */ public String getVolume(); /** * See the volume 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 setVolume(String volume) throws DOMException; /** * See the white-space property definition in CSS2. */ public String getWhiteSpace(); /** * See the white-space 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 setWhiteSpace(String whiteSpace) throws DOMException; /** * See the widows property definition in CSS2. */ public String getWidows(); /** * See the widows 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 setWidows(String widows) throws DOMException; /** * See the width property definition in CSS2. */ public String getWidth(); /** * See the 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 setWidth(String width) throws DOMException; /** * See the word-spacing property definition in CSS2. */ public String getWordSpacing(); /** * See the word-spacing 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 setWordSpacing(String wordSpacing) throws DOMException; /** * See the z-index property definition in CSS2. */ public String getZIndex(); /** * See the z-index 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 setZIndex(String zIndex) throws DOMException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -