-  
       
public interface CSS2PropertiesCSS2Properties接口表示用于在CSSStyleDeclaration检索和设置属性的便捷机制。 此接口的属性对应于CSS2中指定的所有属性。 获取此接口的属性等同于调用CSSStyleDeclaration接口的getPropertyValue方法。 设置此接口的属性等同于调用CSSStyleDeclaration接口的setProperty方法。实现
CSS2Properties接口不需要符合CSS模块的实现。 如果实现确实实现了此接口,则期望特定于语言的方法可用于从CSSStyleDeclaration接口的实例转换为CSS2Properties接口。如果实现确实实现了这个接口,那么它应该理解速记属性的特定语法,并应用它们的语义; 当
margin属性设置,例如,marginTop,marginRight,marginBottom和marginLeft性质实际上是由于底层实现设置。在处理CSS“速记”属性时,应根据需要将速记属性分解为其组件的手写属性,并且在查询其值时,返回的表单应该是与规则集中的声明完全等效的最短形式。 但是,如果没有可以添加到规则集的速记声明而不以任何方式更改规则集中已经声明的规则(即,通过添加先前未在规则集中声明的冗长规则),则空字符串应该是返回速记属性。
例如,当“14pt Arial,sans-serif”足够时,查询
font属性不应该返回“正常正常正常14pt /正常Arial,sans-serif”。 (法线是初始值,并且通过使用longhand属性隐含。)如果组成特定字符串的所有
border-width值都是初始值,则应返回由所有初始值组成的字符串(例如,应返回border-width的“medium”值,而不是“”) 。对于采用从其它侧缺失值,如一些缩写属性
margin,padding,和border-[width|style|color]性质,侧面可以应使用的最小数目; 即,将返回“0px 10px”而不是“0px 10px 0px 10px”。如果无法将速记属性的值分解为其组件的
font属性,如font属性的值为“menu”的情况,则查询组件font属性的值应返回空字符串。- 从以下版本开始:
 - 1.4,DOM Level 2
 
 
-  
        
       
-  
             
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 StringgetAzimuth()请参阅CSS2中的方位角属性定义。StringgetBackground()请参阅CSS2中的background属性定义。StringgetBackgroundAttachment()请参阅CSS2中的background-attachment属性定义。StringgetBackgroundColor()请参阅CSS2中的background-color属性定义。StringgetBackgroundImage()请参阅CSS2中的background-image属性定义。StringgetBackgroundPosition()请参阅CSS2中的background-position属性定义。StringgetBackgroundRepeat()请参阅CSS2中的background-repeat属性定义。StringgetBorder()请参阅CSS2中的border属性定义。StringgetBorderBottom()请参阅CSS2中的border-bottom属性定义。StringgetBorderBottomColor()请参阅CSS2中的border-bottom-color属性定义。StringgetBorderBottomStyle()请参阅CSS2中的border-bottom-style属性定义。StringgetBorderBottomWidth()请参阅CSS2中的border-bottom-width属性定义。StringgetBorderCollapse()请参阅CSS2中的border-collapse属性定义。StringgetBorderColor()请参阅CSS2中的border-color属性定义。StringgetBorderLeft()请参阅CSS2中的border-left属性定义。StringgetBorderLeftColor()请参阅CSS2中的border-left-color属性定义。StringgetBorderLeftStyle()请参阅CSS2中的border-left-style属性定义。StringgetBorderLeftWidth()请参阅CSS2中的border-left-width属性定义。StringgetBorderRight()请参阅CSS2中的border-right属性定义。StringgetBorderRightColor()请参阅CSS2中的border-right-color属性定义。StringgetBorderRightStyle()请参阅CSS2中的border-right-style属性定义。StringgetBorderRightWidth()请参阅CSS2中的border-right-width属性定义。StringgetBorderSpacing()请参阅CSS2中的border-spacing属性定义。StringgetBorderStyle()请参阅CSS2中的border-style属性定义。StringgetBorderTop()请参阅CSS2中的border-top属性定义。StringgetBorderTopColor()请参阅CSS2中的border-top-color属性定义。StringgetBorderTopStyle()请参阅CSS2中的border-top-style属性定义。StringgetBorderTopWidth()请参阅CSS2中的border-top-width属性定义。StringgetBorderWidth()请参阅CSS2中的border-width属性定义。StringgetBottom()请参阅CSS2中的底部属性定义。StringgetCaptionSide()请参阅CSS2中的标题侧属性定义。StringgetClear()请参阅CSS2中的clear属性定义。StringgetClip()请参阅CSS2中的剪辑属性定义。StringgetColor()请参阅CSS2中的颜色属性定义。StringgetContent()请参阅CSS2中的content属性定义。StringgetCounterIncrement()请参阅CSS2中的counter-increment属性定义。StringgetCounterReset()请参阅CSS2中的counter-reset属性定义。StringgetCssFloat()请参阅CSS2中的float属性定义。StringgetCue()请参阅CSS2中的cue属性定义。StringgetCueAfter()请参阅CSS2中的cue-after属性定义。StringgetCueBefore()请参阅CSS2中的cue-before属性定义。StringgetCursor()请参阅CSS2中的cursor属性定义。StringgetDirection()请参阅CSS2中的方向属性定义。StringgetDisplay()请参阅CSS2中的display属性定义。StringgetElevation()请参阅CSS2中的提升属性定义。StringgetEmptyCells()请参阅CSS2中的empty-cells属性定义。StringgetFont()请参阅CSS2中的字体属性定义。StringgetFontFamily()请参阅CSS2中的font-family属性定义。StringgetFontSize()请参阅CSS2中的font-size属性定义。StringgetFontSizeAdjust()请参阅CSS2中的font-size-adjust属性定义。StringgetFontStretch()请参阅CSS2中的font-stretch属性定义。StringgetFontStyle()请参阅CSS2中的font-style属性定义。StringgetFontVariant()请参阅CSS2中的font-variant属性定义。StringgetFontWeight()请参阅CSS2中的font-weight属性定义。StringgetHeight()请参阅CSS2中的height属性定义。StringgetLeft()请参阅CSS2中的左侧属性定义。StringgetLetterSpacing()请参阅CSS2中的字母间距属性定义。StringgetLineHeight()请参阅CSS2中的line-height属性定义。StringgetListStyle()请参阅CSS2中的list-style属性定义。StringgetListStyleImage()请参阅CSS2中的list-style-image属性定义。StringgetListStylePosition()请参阅CSS2中的list-style-position属性定义。StringgetListStyleType()请参阅CSS2中的list-style-type属性定义。StringgetMargin()请参阅CSS2中的margin属性定义。StringgetMarginBottom()请参阅CSS2中的margin-bottom属性定义。StringgetMarginLeft()请参阅CSS2中的margin-left属性定义。StringgetMarginRight()请参阅CSS2中的margin-right属性定义。StringgetMarginTop()请参阅CSS2中的margin-top属性定义。StringgetMarkerOffset()请参阅CSS2中的marker-offset属性定义。StringgetMarks()请参阅CSS2中的标记属性定义。StringgetMaxHeight()请参阅CSS2中的max-height属性定义。StringgetMaxWidth()请参阅CSS2中的max-width属性定义。StringgetMinHeight()请参阅CSS2中的min-height属性定义。StringgetMinWidth()请参阅CSS2中的min-width属性定义。StringgetOrphans()请参阅CSS2中的孤立属性定义。StringgetOutline()请参阅CSS2中的outline属性定义。StringgetOutlineColor()请参阅CSS2中的outline-color属性定义。StringgetOutlineStyle()请参阅CSS2中的outline-style属性定义。StringgetOutlineWidth()请参阅CSS2中的outline-width属性定义。StringgetOverflow()请参阅CSS2中的overflow属性定义。StringgetPadding()请参阅CSS2中的padding属性定义。StringgetPaddingBottom()请参阅CSS2中的padding-bottom属性定义。StringgetPaddingLeft()请参阅CSS2中的padding-left属性定义。StringgetPaddingRight()请参阅CSS2中的padding-right属性定义。StringgetPaddingTop()请参阅CSS2中的padding-top属性定义。StringgetPage()请参阅CSS2中的页面属性定义。StringgetPageBreakAfter()请参阅CSS2中的page-break-after属性定义。StringgetPageBreakBefore()请参阅CSS2中的page-break-before属性定义。StringgetPageBreakInside()请参阅CSS2中的page-break-inside属性定义。StringgetPause()请参阅CSS2中的pause属性定义。StringgetPauseAfter()请参阅CSS2中的pause-after属性定义。StringgetPauseBefore()请参阅CSS2中的pause-before属性定义。StringgetPitch()请参阅CSS2中的pitch属性定义。StringgetPitchRange()请参阅CSS2中的音高范围属性定义。StringgetPlayDuring()请参阅CSS2中的play-during属性定义。StringgetPosition()请参阅CSS2中的position属性定义。StringgetQuotes()请参阅CSS2中的引号属性定义。StringgetRichness()请参阅CSS2中的丰富属性定义。StringgetRight()在CSS2中查看正确的属性定义。StringgetSize()请参阅CSS2中的size属性定义。StringgetSpeak()请参阅CSS2中的speak属性定义。StringgetSpeakHeader()请参阅CSS2中的speak-header属性定义。StringgetSpeakNumeral()请参阅CSS2中的speak-numeral属性定义。StringgetSpeakPunctuation()请参阅CSS2中的speak-punctuation属性定义。StringgetSpeechRate()请参阅CSS2中的语速属性定义。StringgetStress()请参阅CSS2中的stress属性定义。StringgetTableLayout()请参阅CSS2中的table-layout属性定义。StringgetTextAlign()请参阅CSS2中的text-align属性定义。StringgetTextDecoration()请参阅CSS2中的text-decoration属性定义。StringgetTextIndent()请参阅CSS2中的text-indent属性定义。StringgetTextShadow()请参阅CSS2中的text-shadow属性定义。StringgetTextTransform()请参阅CSS2中的text-transform属性定义。StringgetTop()请参阅CSS2中的顶级属性定义。StringgetUnicodeBidi()请参阅CSS2中的unicode-bidi属性定义。StringgetVerticalAlign()请参阅CSS2中的vertical-align属性定义。StringgetVisibility()请参阅CSS2中的visibility属性定义。StringgetVoiceFamily()请参阅CSS2中的voice-family属性定义。StringgetVolume()请参阅CSS2中的卷属性定义。StringgetWhiteSpace()请参阅CSS2中的空白属性定义。StringgetWidows()请参阅CSS2中的widows属性定义。StringgetWidth()请参阅CSS2中的width属性定义。StringgetWordSpacing()请参阅CSS2中的字间距属性定义。StringgetZIndex()请参阅CSS2中的z-index属性定义。voidsetAzimuth(String azimuth)请参阅CSS2中的方位角属性定义。voidsetBackground(String background)请参阅CSS2中的background属性定义。voidsetBackgroundAttachment(String backgroundAttachment)请参阅CSS2中的background-attachment属性定义。voidsetBackgroundColor(String backgroundColor)请参阅CSS2中的background-color属性定义。voidsetBackgroundImage(String backgroundImage)请参阅CSS2中的background-image属性定义。voidsetBackgroundPosition(String backgroundPosition)请参阅CSS2中的background-position属性定义。voidsetBackgroundRepeat(String backgroundRepeat)请参阅CSS2中的background-repeat属性定义。voidsetBorder(String border)请参阅CSS2中的border属性定义。voidsetBorderBottom(String borderBottom)请参阅CSS2中的border-bottom属性定义。voidsetBorderBottomColor(String borderBottomColor)请参阅CSS2中的border-bottom-color属性定义。voidsetBorderBottomStyle(String borderBottomStyle)请参阅CSS2中的border-bottom-style属性定义。voidsetBorderBottomWidth(String borderBottomWidth)请参阅CSS2中的border-bottom-width属性定义。voidsetBorderCollapse(String borderCollapse)请参阅CSS2中的border-collapse属性定义。voidsetBorderColor(String borderColor)请参阅CSS2中的border-color属性定义。voidsetBorderLeft(String borderLeft)请参阅CSS2中的border-left属性定义。voidsetBorderLeftColor(String borderLeftColor)请参阅CSS2中的border-left-color属性定义。voidsetBorderLeftStyle(String borderLeftStyle)请参阅CSS2中的border-left-style属性定义。voidsetBorderLeftWidth(String borderLeftWidth)请参阅CSS2中的border-left-width属性定义。voidsetBorderRight(String borderRight)请参阅CSS2中的border-right属性定义。voidsetBorderRightColor(String borderRightColor)请参阅CSS2中的border-right-color属性定义。voidsetBorderRightStyle(String borderRightStyle)请参阅CSS2中的border-right-style属性定义。voidsetBorderRightWidth(String borderRightWidth)请参阅CSS2中的border-right-width属性定义。voidsetBorderSpacing(String borderSpacing)请参阅CSS2中的border-spacing属性定义。voidsetBorderStyle(String borderStyle)请参阅CSS2中的border-style属性定义。voidsetBorderTop(String borderTop)请参阅CSS2中的border-top属性定义。voidsetBorderTopColor(String borderTopColor)请参阅CSS2中的border-top-color属性定义。voidsetBorderTopStyle(String borderTopStyle)请参阅CSS2中的border-top-style属性定义。voidsetBorderTopWidth(String borderTopWidth)请参阅CSS2中的border-top-width属性定义。voidsetBorderWidth(String borderWidth)请参阅CSS2中的border-width属性定义。voidsetBottom(String bottom)请参阅CSS2中的底部属性定义。voidsetCaptionSide(String captionSide)请参阅CSS2中的标题侧属性定义。voidsetClear(String clear)请参阅CSS2中的clear属性定义。voidsetClip(String clip)请参阅CSS2中的剪辑属性定义。voidsetColor(String color)请参阅CSS2中的颜色属性定义。voidsetContent(String content)请参阅CSS2中的content属性定义。voidsetCounterIncrement(String counterIncrement)请参阅CSS2中的counter-increment属性定义。voidsetCounterReset(String counterReset)请参阅CSS2中的counter-reset属性定义。voidsetCssFloat(String cssFloat)请参阅CSS2中的float属性定义。voidsetCue(String cue)请参阅CSS2中的cue属性定义。voidsetCueAfter(String cueAfter)请参阅CSS2中的cue-after属性定义。voidsetCueBefore(String cueBefore)请参阅CSS2中的cue-before属性定义。voidsetCursor(String cursor)请参阅CSS2中的cursor属性定义。voidsetDirection(String direction)请参阅CSS2中的方向属性定义。voidsetDisplay(String display)请参阅CSS2中的display属性定义。voidsetElevation(String elevation)请参阅CSS2中的提升属性定义。voidsetEmptyCells(String emptyCells)请参阅CSS2中的empty-cells属性定义。voidsetFont(String font)请参阅CSS2中的字体属性定义。voidsetFontFamily(String fontFamily)请参阅CSS2中的font-family属性定义。voidsetFontSize(String fontSize)请参阅CSS2中的font-size属性定义。voidsetFontSizeAdjust(String fontSizeAdjust)请参阅CSS2中的font-size-adjust属性定义。voidsetFontStretch(String fontStretch)请参阅CSS2中的font-stretch属性定义。voidsetFontStyle(String fontStyle)请参阅CSS2中的font-style属性定义。voidsetFontVariant(String fontVariant)请参阅CSS2中的font-variant属性定义。voidsetFontWeight(String fontWeight)请参阅CSS2中的font-weight属性定义。voidsetHeight(String height)请参阅CSS2中的height属性定义。voidsetLeft(String left)请参阅CSS2中的左侧属性定义。voidsetLetterSpacing(String letterSpacing)请参阅CSS2中的字母间距属性定义。voidsetLineHeight(String lineHeight)请参阅CSS2中的line-height属性定义。voidsetListStyle(String listStyle)请参阅CSS2中的list-style属性定义。voidsetListStyleImage(String listStyleImage)请参阅CSS2中的list-style-image属性定义。voidsetListStylePosition(String listStylePosition)请参阅CSS2中的list-style-position属性定义。voidsetListStyleType(String listStyleType)请参阅CSS2中的list-style-type属性定义。voidsetMargin(String margin)请参阅CSS2中的margin属性定义。voidsetMarginBottom(String marginBottom)请参阅CSS2中的margin-bottom属性定义。voidsetMarginLeft(String marginLeft)请参阅CSS2中的margin-left属性定义。voidsetMarginRight(String marginRight)请参阅CSS2中的margin-right属性定义。voidsetMarginTop(String marginTop)请参阅CSS2中的margin-top属性定义。voidsetMarkerOffset(String markerOffset)请参阅CSS2中的marker-offset属性定义。voidsetMarks(String marks)请参阅CSS2中的标记属性定义。voidsetMaxHeight(String maxHeight)请参阅CSS2中的max-height属性定义。voidsetMaxWidth(String maxWidth)请参阅CSS2中的max-width属性定义。voidsetMinHeight(String minHeight)请参阅CSS2中的min-height属性定义。voidsetMinWidth(String minWidth)请参阅CSS2中的min-width属性定义。voidsetOrphans(String orphans)请参阅CSS2中的孤立属性定义。voidsetOutline(String outline)请参阅CSS2中的outline属性定义。voidsetOutlineColor(String outlineColor)请参阅CSS2中的outline-color属性定义。voidsetOutlineStyle(String outlineStyle)请参阅CSS2中的outline-style属性定义。voidsetOutlineWidth(String outlineWidth)请参阅CSS2中的outline-width属性定义。voidsetOverflow(String overflow)请参阅CSS2中的overflow属性定义。voidsetPadding(String padding)请参阅CSS2中的padding属性定义。voidsetPaddingBottom(String paddingBottom)请参阅CSS2中的padding-bottom属性定义。voidsetPaddingLeft(String paddingLeft)请参阅CSS2中的padding-left属性定义。voidsetPaddingRight(String paddingRight)请参阅CSS2中的padding-right属性定义。voidsetPaddingTop(String paddingTop)请参阅CSS2中的padding-top属性定义。voidsetPage(String page)请参阅CSS2中的页面属性定义。voidsetPageBreakAfter(String pageBreakAfter)请参阅CSS2中的page-break-after属性定义。voidsetPageBreakBefore(String pageBreakBefore)请参阅CSS2中的page-break-before属性定义。voidsetPageBreakInside(String pageBreakInside)请参阅CSS2中的page-break-inside属性定义。voidsetPause(String pause)请参阅CSS2中的pause属性定义。voidsetPauseAfter(String pauseAfter)请参阅CSS2中的pause-after属性定义。voidsetPauseBefore(String pauseBefore)请参阅CSS2中的pause-before属性定义。voidsetPitch(String pitch)请参阅CSS2中的pitch属性定义。voidsetPitchRange(String pitchRange)请参阅CSS2中的音高范围属性定义。voidsetPlayDuring(String playDuring)请参阅CSS2中的play-during属性定义。voidsetPosition(String position)请参阅CSS2中的position属性定义。voidsetQuotes(String quotes)请参阅CSS2中的引号属性定义。voidsetRichness(String richness)请参阅CSS2中的丰富属性定义。voidsetRight(String right)在CSS2中查看正确的属性定义。voidsetSize(String size)请参阅CSS2中的size属性定义。voidsetSpeak(String speak)请参阅CSS2中的speak属性定义。voidsetSpeakHeader(String speakHeader)请参阅CSS2中的speak-header属性定义。voidsetSpeakNumeral(String speakNumeral)请参阅CSS2中的speak-numeral属性定义。voidsetSpeakPunctuation(String speakPunctuation)请参阅CSS2中的speak-punctuation属性定义。voidsetSpeechRate(String speechRate)请参阅CSS2中的语速属性定义。voidsetStress(String stress)请参阅CSS2中的stress属性定义。voidsetTableLayout(String tableLayout)请参阅CSS2中的table-layout属性定义。voidsetTextAlign(String textAlign)请参阅CSS2中的text-align属性定义。voidsetTextDecoration(String textDecoration)请参阅CSS2中的text-decoration属性定义。voidsetTextIndent(String textIndent)请参阅CSS2中的text-indent属性定义。voidsetTextShadow(String textShadow)请参阅CSS2中的text-shadow属性定义。voidsetTextTransform(String textTransform)请参阅CSS2中的text-transform属性定义。voidsetTop(String top)请参阅CSS2中的顶级属性定义。voidsetUnicodeBidi(String unicodeBidi)请参阅CSS2中的unicode-bidi属性定义。voidsetVerticalAlign(String verticalAlign)请参阅CSS2中的vertical-align属性定义。voidsetVisibility(String visibility)请参阅CSS2中的visibility属性定义。voidsetVoiceFamily(String voiceFamily)请参阅CSS2中的voice-family属性定义。voidsetVolume(String volume)请参阅CSS2中的卷属性定义。voidsetWhiteSpace(String whiteSpace)请参阅CSS2中的空白属性定义。voidsetWidows(String widows)请参阅CSS2中的widows属性定义。voidsetWidth(String width)请参阅CSS2中的width属性定义。voidsetWordSpacing(String wordSpacing)请参阅CSS2中的字间距属性定义。voidsetZIndex(String zIndex)请参阅CSS2中的z-index属性定义。 
 -  
             
 
-  
        
       
-  
             
方法详细信息
-  
getAzimuth
String getAzimuth()
请参阅CSS2中的方位角属性定义。 
-  
setAzimuth
void setAzimuth(String azimuth) throws DOMException
请参阅CSS2中的方位角属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackground
String getBackground()
请参阅CSS2中的background属性定义。 
-  
setBackground
void setBackground(String background) throws DOMException
请参阅CSS2中的background属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackgroundAttachment
String getBackgroundAttachment()
请参阅CSS2中的background-attachment属性定义。 
-  
setBackgroundAttachment
void setBackgroundAttachment(String backgroundAttachment) throws DOMException
请参阅CSS2中的background-attachment属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackgroundColor
String getBackgroundColor()
请参阅CSS2中的background-color属性定义。 
-  
setBackgroundColor
void setBackgroundColor(String backgroundColor) throws DOMException
请参阅CSS2中的background-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackgroundImage
String getBackgroundImage()
请参阅CSS2中的background-image属性定义。 
-  
setBackgroundImage
void setBackgroundImage(String backgroundImage) throws DOMException
请参阅CSS2中的background-image属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackgroundPosition
String getBackgroundPosition()
请参阅CSS2中的background-position属性定义。 
-  
setBackgroundPosition
void setBackgroundPosition(String backgroundPosition) throws DOMException
请参阅CSS2中的background-position属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBackgroundRepeat
String getBackgroundRepeat()
请参阅CSS2中的background-repeat属性定义。 
-  
setBackgroundRepeat
void setBackgroundRepeat(String backgroundRepeat) throws DOMException
请参阅CSS2中的background-repeat属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorder
String getBorder()
请参阅CSS2中的border属性定义。 
-  
setBorder
void setBorder(String border) throws DOMException
请参阅CSS2中的border属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderCollapse
String getBorderCollapse()
请参阅CSS2中的border-collapse属性定义。 
-  
setBorderCollapse
void setBorderCollapse(String borderCollapse) throws DOMException
请参阅CSS2中的border-collapse属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderColor
String getBorderColor()
请参阅CSS2中的border-color属性定义。 
-  
setBorderColor
void setBorderColor(String borderColor) throws DOMException
请参阅CSS2中的border-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderSpacing
String getBorderSpacing()
请参阅CSS2中的border-spacing属性定义。 
-  
setBorderSpacing
void setBorderSpacing(String borderSpacing) throws DOMException
请参阅CSS2中的border-spacing属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderStyle
String getBorderStyle()
请参阅CSS2中的border-style属性定义。 
-  
setBorderStyle
void setBorderStyle(String borderStyle) throws DOMException
请参阅CSS2中的border-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderTop
String getBorderTop()
请参阅CSS2中的border-top属性定义。 
-  
setBorderTop
void setBorderTop(String borderTop) throws DOMException
请参阅CSS2中的border-top属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderRight
String getBorderRight()
请参阅CSS2中的border-right属性定义。 
-  
setBorderRight
void setBorderRight(String borderRight) throws DOMException
请参阅CSS2中的border-right属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderBottom
String getBorderBottom()
请参阅CSS2中的border-bottom属性定义。 
-  
setBorderBottom
void setBorderBottom(String borderBottom) throws DOMException
请参阅CSS2中的border-bottom属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderLeft
String getBorderLeft()
请参阅CSS2中的border-left属性定义。 
-  
setBorderLeft
void setBorderLeft(String borderLeft) throws DOMException
请参阅CSS2中的border-left属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderTopColor
String getBorderTopColor()
请参阅CSS2中的border-top-color属性定义。 
-  
setBorderTopColor
void setBorderTopColor(String borderTopColor) throws DOMException
请参阅CSS2中的border-top-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderRightColor
String getBorderRightColor()
请参阅CSS2中的border-right-color属性定义。 
-  
setBorderRightColor
void setBorderRightColor(String borderRightColor) throws DOMException
请参阅CSS2中的border-right-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderBottomColor
String getBorderBottomColor()
请参阅CSS2中的border-bottom-color属性定义。 
-  
setBorderBottomColor
void setBorderBottomColor(String borderBottomColor) throws DOMException
请参阅CSS2中的border-bottom-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderLeftColor
String getBorderLeftColor()
请参阅CSS2中的border-left-color属性定义。 
-  
setBorderLeftColor
void setBorderLeftColor(String borderLeftColor) throws DOMException
请参阅CSS2中的border-left-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderTopStyle
String getBorderTopStyle()
请参阅CSS2中的border-top-style属性定义。 
-  
setBorderTopStyle
void setBorderTopStyle(String borderTopStyle) throws DOMException
请参阅CSS2中的border-top-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderRightStyle
String getBorderRightStyle()
请参阅CSS2中的border-right-style属性定义。 
-  
setBorderRightStyle
void setBorderRightStyle(String borderRightStyle) throws DOMException
请参阅CSS2中的border-right-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderBottomStyle
String getBorderBottomStyle()
请参阅CSS2中的border-bottom-style属性定义。 
-  
setBorderBottomStyle
void setBorderBottomStyle(String borderBottomStyle) throws DOMException
请参阅CSS2中的border-bottom-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderLeftStyle
String getBorderLeftStyle()
请参阅CSS2中的border-left-style属性定义。 
-  
setBorderLeftStyle
void setBorderLeftStyle(String borderLeftStyle) throws DOMException
请参阅CSS2中的border-left-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderTopWidth
String getBorderTopWidth()
请参阅CSS2中的border-top-width属性定义。 
-  
setBorderTopWidth
void setBorderTopWidth(String borderTopWidth) throws DOMException
请参阅CSS2中的border-top-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderRightWidth
String getBorderRightWidth()
请参阅CSS2中的border-right-width属性定义。 
-  
setBorderRightWidth
void setBorderRightWidth(String borderRightWidth) throws DOMException
请参阅CSS2中的border-right-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderBottomWidth
String getBorderBottomWidth()
请参阅CSS2中的border-bottom-width属性定义。 
-  
setBorderBottomWidth
void setBorderBottomWidth(String borderBottomWidth) throws DOMException
请参阅CSS2中的border-bottom-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderLeftWidth
String getBorderLeftWidth()
请参阅CSS2中的border-left-width属性定义。 
-  
setBorderLeftWidth
void setBorderLeftWidth(String borderLeftWidth) throws DOMException
请参阅CSS2中的border-left-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBorderWidth
String getBorderWidth()
请参阅CSS2中的border-width属性定义。 
-  
setBorderWidth
void setBorderWidth(String borderWidth) throws DOMException
请参阅CSS2中的border-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getBottom
String getBottom()
请参阅CSS2中的底部属性定义。 
-  
setBottom
void setBottom(String bottom) throws DOMException
请参阅CSS2中的底部属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCaptionSide
String getCaptionSide()
请参阅CSS2中的标题侧属性定义。 
-  
setCaptionSide
void setCaptionSide(String captionSide) throws DOMException
请参阅CSS2中的标题侧属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getClear
String getClear()
请参阅CSS2中的clear属性定义。 
-  
setClear
void setClear(String clear) throws DOMException
请参阅CSS2中的clear属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getClip
String getClip()
请参阅CSS2中的剪辑属性定义。 
-  
setClip
void setClip(String clip) throws DOMException
请参阅CSS2中的剪辑属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getColor
String getColor()
请参阅CSS2中的颜色属性定义。 
-  
setColor
void setColor(String color) throws DOMException
请参阅CSS2中的颜色属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getContent
String getContent()
请参阅CSS2中的content属性定义。 
-  
setContent
void setContent(String content) throws DOMException
请参阅CSS2中的content属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCounterIncrement
String getCounterIncrement()
请参阅CSS2中的counter-increment属性定义。 
-  
setCounterIncrement
void setCounterIncrement(String counterIncrement) throws DOMException
请参阅CSS2中的counter-increment属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCounterReset
String getCounterReset()
请参阅CSS2中的counter-reset属性定义。 
-  
setCounterReset
void setCounterReset(String counterReset) throws DOMException
请参阅CSS2中的counter-reset属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCue
String getCue()
请参阅CSS2中的cue属性定义。 
-  
setCue
void setCue(String cue) throws DOMException
请参阅CSS2中的cue属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCueAfter
String getCueAfter()
请参阅CSS2中的cue-after属性定义。 
-  
setCueAfter
void setCueAfter(String cueAfter) throws DOMException
请参阅CSS2中的cue-after属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCueBefore
String getCueBefore()
请参阅CSS2中的cue-before属性定义。 
-  
setCueBefore
void setCueBefore(String cueBefore) throws DOMException
请参阅CSS2中的cue-before属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCursor
String getCursor()
请参阅CSS2中的cursor属性定义。 
-  
setCursor
void setCursor(String cursor) throws DOMException
请参阅CSS2中的cursor属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getDirection
String getDirection()
请参阅CSS2中的方向属性定义。 
-  
setDirection
void setDirection(String direction) throws DOMException
请参阅CSS2中的方向属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getDisplay
String getDisplay()
请参阅CSS2中的display属性定义。 
-  
setDisplay
void setDisplay(String display) throws DOMException
请参阅CSS2中的display属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getElevation
String getElevation()
请参阅CSS2中的提升属性定义。 
-  
setElevation
void setElevation(String elevation) throws DOMException
请参阅CSS2中的提升属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getEmptyCells
String getEmptyCells()
请参阅CSS2中的empty-cells属性定义。 
-  
setEmptyCells
void setEmptyCells(String emptyCells) throws DOMException
请参阅CSS2中的empty-cells属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getCssFloat
String getCssFloat()
请参阅CSS2中的float属性定义。 
-  
setCssFloat
void setCssFloat(String cssFloat) throws DOMException
请参阅CSS2中的float属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFont
String getFont()
请参阅CSS2中的字体属性定义。 
-  
setFont
void setFont(String font) throws DOMException
请参阅CSS2中的字体属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontFamily
String getFontFamily()
请参阅CSS2中的font-family属性定义。 
-  
setFontFamily
void setFontFamily(String fontFamily) throws DOMException
请参阅CSS2中的font-family属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontSize
String getFontSize()
请参阅CSS2中的font-size属性定义。 
-  
setFontSize
void setFontSize(String fontSize) throws DOMException
请参阅CSS2中的font-size属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontSizeAdjust
String getFontSizeAdjust()
请参阅CSS2中的font-size-adjust属性定义。 
-  
setFontSizeAdjust
void setFontSizeAdjust(String fontSizeAdjust) throws DOMException
请参阅CSS2中的font-size-adjust属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontStretch
String getFontStretch()
请参阅CSS2中的font-stretch属性定义。 
-  
setFontStretch
void setFontStretch(String fontStretch) throws DOMException
请参阅CSS2中的font-stretch属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontStyle
String getFontStyle()
请参阅CSS2中的font-style属性定义。 
-  
setFontStyle
void setFontStyle(String fontStyle) throws DOMException
请参阅CSS2中的font-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontVariant
String getFontVariant()
请参阅CSS2中的font-variant属性定义。 
-  
setFontVariant
void setFontVariant(String fontVariant) throws DOMException
请参阅CSS2中的font-variant属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getFontWeight
String getFontWeight()
请参阅CSS2中的font-weight属性定义。 
-  
setFontWeight
void setFontWeight(String fontWeight) throws DOMException
请参阅CSS2中的font-weight属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getHeight
String getHeight()
请参阅CSS2中的height属性定义。 
-  
setHeight
void setHeight(String height) throws DOMException
请参阅CSS2中的height属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getLeft
String getLeft()
请参阅CSS2中的左侧属性定义。 
-  
setLeft
void setLeft(String left) throws DOMException
请参阅CSS2中的左侧属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getLetterSpacing
String getLetterSpacing()
请参阅CSS2中的字母间距属性定义。 
-  
setLetterSpacing
void setLetterSpacing(String letterSpacing) throws DOMException
请参阅CSS2中的字母间距属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getLineHeight
String getLineHeight()
请参阅CSS2中的line-height属性定义。 
-  
setLineHeight
void setLineHeight(String lineHeight) throws DOMException
请参阅CSS2中的line-height属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getListStyle
String getListStyle()
请参阅CSS2中的list-style属性定义。 
-  
setListStyle
void setListStyle(String listStyle) throws DOMException
请参阅CSS2中的list-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getListStyleImage
String getListStyleImage()
请参阅CSS2中的list-style-image属性定义。 
-  
setListStyleImage
void setListStyleImage(String listStyleImage) throws DOMException
请参阅CSS2中的list-style-image属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getListStylePosition
String getListStylePosition()
请参阅CSS2中的list-style-position属性定义。 
-  
setListStylePosition
void setListStylePosition(String listStylePosition) throws DOMException
请参阅CSS2中的list-style-position属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getListStyleType
String getListStyleType()
请参阅CSS2中的list-style-type属性定义。 
-  
setListStyleType
void setListStyleType(String listStyleType) throws DOMException
请参阅CSS2中的list-style-type属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMargin
String getMargin()
请参阅CSS2中的margin属性定义。 
-  
setMargin
void setMargin(String margin) throws DOMException
请参阅CSS2中的margin属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarginTop
String getMarginTop()
请参阅CSS2中的margin-top属性定义。 
-  
setMarginTop
void setMarginTop(String marginTop) throws DOMException
请参阅CSS2中的margin-top属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarginRight
String getMarginRight()
请参阅CSS2中的margin-right属性定义。 
-  
setMarginRight
void setMarginRight(String marginRight) throws DOMException
请参阅CSS2中的margin-right属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarginBottom
String getMarginBottom()
请参阅CSS2中的margin-bottom属性定义。 
-  
setMarginBottom
void setMarginBottom(String marginBottom) throws DOMException
请参阅CSS2中的margin-bottom属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarginLeft
String getMarginLeft()
请参阅CSS2中的margin-left属性定义。 
-  
setMarginLeft
void setMarginLeft(String marginLeft) throws DOMException
请参阅CSS2中的margin-left属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarkerOffset
String getMarkerOffset()
请参阅CSS2中的marker-offset属性定义。 
-  
setMarkerOffset
void setMarkerOffset(String markerOffset) throws DOMException
请参阅CSS2中的marker-offset属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMarks
String getMarks()
请参阅CSS2中的标记属性定义。 
-  
setMarks
void setMarks(String marks) throws DOMException
请参阅CSS2中的标记属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMaxHeight
String getMaxHeight()
请参阅CSS2中的max-height属性定义。 
-  
setMaxHeight
void setMaxHeight(String maxHeight) throws DOMException
请参阅CSS2中的max-height属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMaxWidth
String getMaxWidth()
请参阅CSS2中的max-width属性定义。 
-  
setMaxWidth
void setMaxWidth(String maxWidth) throws DOMException
请参阅CSS2中的max-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMinHeight
String getMinHeight()
请参阅CSS2中的min-height属性定义。 
-  
setMinHeight
void setMinHeight(String minHeight) throws DOMException
请参阅CSS2中的min-height属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getMinWidth
String getMinWidth()
请参阅CSS2中的min-width属性定义。 
-  
setMinWidth
void setMinWidth(String minWidth) throws DOMException
请参阅CSS2中的min-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOrphans
String getOrphans()
请参阅CSS2中的孤立属性定义。 
-  
setOrphans
void setOrphans(String orphans) throws DOMException
请参阅CSS2中的孤立属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOutline
String getOutline()
请参阅CSS2中的outline属性定义。 
-  
setOutline
void setOutline(String outline) throws DOMException
请参阅CSS2中的outline属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOutlineColor
String getOutlineColor()
请参阅CSS2中的outline-color属性定义。 
-  
setOutlineColor
void setOutlineColor(String outlineColor) throws DOMException
请参阅CSS2中的outline-color属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOutlineStyle
String getOutlineStyle()
请参阅CSS2中的outline-style属性定义。 
-  
setOutlineStyle
void setOutlineStyle(String outlineStyle) throws DOMException
请参阅CSS2中的outline-style属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOutlineWidth
String getOutlineWidth()
请参阅CSS2中的outline-width属性定义。 
-  
setOutlineWidth
void setOutlineWidth(String outlineWidth) throws DOMException
请参阅CSS2中的outline-width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getOverflow
String getOverflow()
请参阅CSS2中的overflow属性定义。 
-  
setOverflow
void setOverflow(String overflow) throws DOMException
请参阅CSS2中的overflow属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPadding
String getPadding()
请参阅CSS2中的padding属性定义。 
-  
setPadding
void setPadding(String padding) throws DOMException
请参阅CSS2中的padding属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPaddingTop
String getPaddingTop()
请参阅CSS2中的padding-top属性定义。 
-  
setPaddingTop
void setPaddingTop(String paddingTop) throws DOMException
请参阅CSS2中的padding-top属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPaddingRight
String getPaddingRight()
请参阅CSS2中的padding-right属性定义。 
-  
setPaddingRight
void setPaddingRight(String paddingRight) throws DOMException
请参阅CSS2中的padding-right属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPaddingBottom
String getPaddingBottom()
请参阅CSS2中的padding-bottom属性定义。 
-  
setPaddingBottom
void setPaddingBottom(String paddingBottom) throws DOMException
请参阅CSS2中的padding-bottom属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPaddingLeft
String getPaddingLeft()
请参阅CSS2中的padding-left属性定义。 
-  
setPaddingLeft
void setPaddingLeft(String paddingLeft) throws DOMException
请参阅CSS2中的padding-left属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPage
String getPage()
请参阅CSS2中的页面属性定义。 
-  
setPage
void setPage(String page) throws DOMException
请参阅CSS2中的页面属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPageBreakAfter
String getPageBreakAfter()
请参阅CSS2中的page-break-after属性定义。 
-  
setPageBreakAfter
void setPageBreakAfter(String pageBreakAfter) throws DOMException
请参阅CSS2中的page-break-after属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPageBreakBefore
String getPageBreakBefore()
请参阅CSS2中的page-break-before属性定义。 
-  
setPageBreakBefore
void setPageBreakBefore(String pageBreakBefore) throws DOMException
请参阅CSS2中的page-break-before属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPageBreakInside
String getPageBreakInside()
请参阅CSS2中的page-break-inside属性定义。 
-  
setPageBreakInside
void setPageBreakInside(String pageBreakInside) throws DOMException
请参阅CSS2中的page-break-inside属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPause
String getPause()
请参阅CSS2中的pause属性定义。 
-  
setPause
void setPause(String pause) throws DOMException
请参阅CSS2中的pause属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPauseAfter
String getPauseAfter()
请参阅CSS2中的pause-after属性定义。 
-  
setPauseAfter
void setPauseAfter(String pauseAfter) throws DOMException
请参阅CSS2中的pause-after属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPauseBefore
String getPauseBefore()
请参阅CSS2中的pause-before属性定义。 
-  
setPauseBefore
void setPauseBefore(String pauseBefore) throws DOMException
请参阅CSS2中的pause-before属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPitch
String getPitch()
请参阅CSS2中的pitch属性定义。 
-  
setPitch
void setPitch(String pitch) throws DOMException
请参阅CSS2中的pitch属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPitchRange
String getPitchRange()
请参阅CSS2中的音高范围属性定义。 
-  
setPitchRange
void setPitchRange(String pitchRange) throws DOMException
请参阅CSS2中的音高范围属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPlayDuring
String getPlayDuring()
请参阅CSS2中的play-during属性定义。 
-  
setPlayDuring
void setPlayDuring(String playDuring) throws DOMException
请参阅CSS2中的play-during属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getPosition
String getPosition()
请参阅CSS2中的position属性定义。 
-  
setPosition
void setPosition(String position) throws DOMException
请参阅CSS2中的position属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getQuotes
String getQuotes()
请参阅CSS2中的引号属性定义。 
-  
setQuotes
void setQuotes(String quotes) throws DOMException
请参阅CSS2中的引号属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getRichness
String getRichness()
请参阅CSS2中的丰富属性定义。 
-  
setRichness
void setRichness(String richness) throws DOMException
请参阅CSS2中的丰富属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getRight
String getRight()
在CSS2中查看正确的属性定义。 
-  
setRight
void setRight(String right) throws DOMException
在CSS2中查看正确的属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSize
String getSize()
请参阅CSS2中的size属性定义。 
-  
setSize
void setSize(String size) throws DOMException
请参阅CSS2中的size属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSpeak
String getSpeak()
请参阅CSS2中的speak属性定义。 
-  
setSpeak
void setSpeak(String speak) throws DOMException
请参阅CSS2中的speak属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSpeakHeader
String getSpeakHeader()
请参阅CSS2中的speak-header属性定义。 
-  
setSpeakHeader
void setSpeakHeader(String speakHeader) throws DOMException
请参阅CSS2中的speak-header属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSpeakNumeral
String getSpeakNumeral()
请参阅CSS2中的speak-numeral属性定义。 
-  
setSpeakNumeral
void setSpeakNumeral(String speakNumeral) throws DOMException
请参阅CSS2中的speak-numeral属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSpeakPunctuation
String getSpeakPunctuation()
请参阅CSS2中的speak-punctuation属性定义。 
-  
setSpeakPunctuation
void setSpeakPunctuation(String speakPunctuation) throws DOMException
请参阅CSS2中的speak-punctuation属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getSpeechRate
String getSpeechRate()
请参阅CSS2中的语速属性定义。 
-  
setSpeechRate
void setSpeechRate(String speechRate) throws DOMException
请参阅CSS2中的语速属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getStress
String getStress()
请参阅CSS2中的stress属性定义。 
-  
setStress
void setStress(String stress) throws DOMException
请参阅CSS2中的stress属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTableLayout
String getTableLayout()
请参阅CSS2中的table-layout属性定义。 
-  
setTableLayout
void setTableLayout(String tableLayout) throws DOMException
请参阅CSS2中的table-layout属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTextAlign
String getTextAlign()
请参阅CSS2中的text-align属性定义。 
-  
setTextAlign
void setTextAlign(String textAlign) throws DOMException
请参阅CSS2中的text-align属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTextDecoration
String getTextDecoration()
请参阅CSS2中的text-decoration属性定义。 
-  
setTextDecoration
void setTextDecoration(String textDecoration) throws DOMException
请参阅CSS2中的text-decoration属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTextIndent
String getTextIndent()
请参阅CSS2中的text-indent属性定义。 
-  
setTextIndent
void setTextIndent(String textIndent) throws DOMException
请参阅CSS2中的text-indent属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTextShadow
String getTextShadow()
请参阅CSS2中的text-shadow属性定义。 
-  
setTextShadow
void setTextShadow(String textShadow) throws DOMException
请参阅CSS2中的text-shadow属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTextTransform
String getTextTransform()
请参阅CSS2中的text-transform属性定义。 
-  
setTextTransform
void setTextTransform(String textTransform) throws DOMException
请参阅CSS2中的text-transform属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getTop
String getTop()
请参阅CSS2中的顶级属性定义。 
-  
setTop
void setTop(String top) throws DOMException
请参阅CSS2中的顶级属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getUnicodeBidi
String getUnicodeBidi()
请参阅CSS2中的unicode-bidi属性定义。 
-  
setUnicodeBidi
void setUnicodeBidi(String unicodeBidi) throws DOMException
请参阅CSS2中的unicode-bidi属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getVerticalAlign
String getVerticalAlign()
请参阅CSS2中的vertical-align属性定义。 
-  
setVerticalAlign
void setVerticalAlign(String verticalAlign) throws DOMException
请参阅CSS2中的vertical-align属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getVisibility
String getVisibility()
请参阅CSS2中的visibility属性定义。 
-  
setVisibility
void setVisibility(String visibility) throws DOMException
请参阅CSS2中的visibility属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getVoiceFamily
String getVoiceFamily()
请参阅CSS2中的voice-family属性定义。 
-  
setVoiceFamily
void setVoiceFamily(String voiceFamily) throws DOMException
请参阅CSS2中的voice-family属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getVolume
String getVolume()
请参阅CSS2中的卷属性定义。 
-  
setVolume
void setVolume(String volume) throws DOMException
请参阅CSS2中的卷属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getWhiteSpace
String getWhiteSpace()
请参阅CSS2中的空白属性定义。 
-  
setWhiteSpace
void setWhiteSpace(String whiteSpace) throws DOMException
请参阅CSS2中的空白属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getWidows
String getWidows()
请参阅CSS2中的widows属性定义。 
-  
setWidows
void setWidows(String widows) throws DOMException
请参阅CSS2中的widows属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getWidth
String getWidth()
请参阅CSS2中的width属性定义。 
-  
setWidth
void setWidth(String width) throws DOMException
请参阅CSS2中的width属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getWordSpacing
String getWordSpacing()
请参阅CSS2中的字间距属性定义。 
-  
setWordSpacing
void setWordSpacing(String wordSpacing) throws DOMException
请参阅CSS2中的字间距属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
-  
getZIndex
String getZIndex()
请参阅CSS2中的z-index属性定义。 
-  
setZIndex
void setZIndex(String zIndex) throws DOMException
请参阅CSS2中的z-index属性定义。- 异常
 -  
              
DOMException- SYNTAX_ERR:如果新值具有语法错误且不可DOMException此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此属性是只读的,则引发此异常。 
 
 -  
 
 -