- 
 public interface CSS2PropertiesTheCSS2Propertiesinterface represents a convenience mechanism for retrieving and setting properties within aCSSStyleDeclaration. The attributes of this interface correspond to all the properties specified in CSS2. Getting an attribute of this interface is equivalent to calling thegetPropertyValuemethod of theCSSStyleDeclarationinterface. Setting an attribute of this interface is equivalent to calling thesetPropertymethod of theCSSStyleDeclarationinterface.A conformant implementation of the CSS module is not required to implement the CSS2Propertiesinterface. If an implementation does implement this interface, the expectation is that language-specific methods can be used to cast from an instance of theCSSStyleDeclarationinterface to theCSS2Propertiesinterface.If an implementation does implement this interface, it is expected to understand the specific syntax of the shorthand properties, and apply their semantics; when the marginproperty is set, for example, themarginTop,marginRight,marginBottomandmarginLeftproperties are actually being set by the underlying implementation.When dealing with CSS "shorthand" properties, the shorthand properties should be decomposed into their component longhand properties as appropriate, and when querying for their value, the form returned should be the shortest form exactly equivalent to the declarations made in the ruleset. However, if there is no shorthand declaration that could be added to the ruleset without changing in any way the rules already declared in the ruleset (i.e., by adding longhand rules that were previously not declared in the ruleset), then the empty string should be returned for the shorthand property. For example, querying for the fontproperty should not return "normal normal normal 14pt/normal Arial, sans-serif", when "14pt Arial, sans-serif" suffices. (The normals are initial values, and are implied by use of the longhand property.)If the values for all the longhand properties that compose a particular string are the initial values, then a string consisting of all the initial values should be returned (e.g. a border-widthvalue of "medium" should be returned as such, not as "").For some shorthand properties that take missing values from other sides, such as the margin,padding, andborder-[width|style|color]properties, the minimum number of sides possible should be used; i.e., "0px 10px" will be returned instead of "0px 10px 0px 10px".If the value of a shorthand property can not be decomposed into its component longhand properties, as is the case for the fontproperty with a value of "menu", querying for the values of the component longhand properties should return the empty string.See also the Document Object Model (DOM) Level 2 Style Specification. - Since:
- 1.4, DOM Level 2
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAzimuth()See the azimuth property definition in CSS2.StringgetBackground()See the background property definition in CSS2.StringgetBackgroundAttachment()See the background-attachment property definition in CSS2.StringgetBackgroundColor()See the background-color property definition in CSS2.StringgetBackgroundImage()See the background-image property definition in CSS2.StringgetBackgroundPosition()See the background-position property definition in CSS2.StringgetBackgroundRepeat()See the background-repeat property definition in CSS2.StringgetBorder()See the border property definition in CSS2.StringgetBorderBottom()See the border-bottom property definition in CSS2.StringgetBorderBottomColor()See the border-bottom-color property definition in CSS2.StringgetBorderBottomStyle()See the border-bottom-style property definition in CSS2.StringgetBorderBottomWidth()See the border-bottom-width property definition in CSS2.StringgetBorderCollapse()See the border-collapse property definition in CSS2.StringgetBorderColor()See the border-color property definition in CSS2.StringgetBorderLeft()See the border-left property definition in CSS2.StringgetBorderLeftColor()See the border-left-color property definition in CSS2.StringgetBorderLeftStyle()See the border-left-style property definition in CSS2.StringgetBorderLeftWidth()See the border-left-width property definition in CSS2.StringgetBorderRight()See the border-right property definition in CSS2.StringgetBorderRightColor()See the border-right-color property definition in CSS2.StringgetBorderRightStyle()See the border-right-style property definition in CSS2.StringgetBorderRightWidth()See the border-right-width property definition in CSS2.StringgetBorderSpacing()See the border-spacing property definition in CSS2.StringgetBorderStyle()See the border-style property definition in CSS2.StringgetBorderTop()See the border-top property definition in CSS2.StringgetBorderTopColor()See the border-top-color property definition in CSS2.StringgetBorderTopStyle()See the border-top-style property definition in CSS2.StringgetBorderTopWidth()See the border-top-width property definition in CSS2.StringgetBorderWidth()See the border-width property definition in CSS2.StringgetBottom()See the bottom property definition in CSS2.StringgetCaptionSide()See the caption-side property definition in CSS2.StringgetClear()See the clear property definition in CSS2.StringgetClip()See the clip property definition in CSS2.StringgetColor()See the color property definition in CSS2.StringgetContent()See the content property definition in CSS2.StringgetCounterIncrement()See the counter-increment property definition in CSS2.StringgetCounterReset()See the counter-reset property definition in CSS2.StringgetCssFloat()See the float property definition in CSS2.StringgetCue()See the cue property definition in CSS2.StringgetCueAfter()See the cue-after property definition in CSS2.StringgetCueBefore()See the cue-before property definition in CSS2.StringgetCursor()See the cursor property definition in CSS2.StringgetDirection()See the direction property definition in CSS2.StringgetDisplay()See the display property definition in CSS2.StringgetElevation()See the elevation property definition in CSS2.StringgetEmptyCells()See the empty-cells property definition in CSS2.StringgetFont()See the font property definition in CSS2.StringgetFontFamily()See the font-family property definition in CSS2.StringgetFontSize()See the font-size property definition in CSS2.StringgetFontSizeAdjust()See the font-size-adjust property definition in CSS2.StringgetFontStretch()See the font-stretch property definition in CSS2.StringgetFontStyle()See the font-style property definition in CSS2.StringgetFontVariant()See the font-variant property definition in CSS2.StringgetFontWeight()See the font-weight property definition in CSS2.StringgetHeight()See the height property definition in CSS2.StringgetLeft()See the left property definition in CSS2.StringgetLetterSpacing()See the letter-spacing property definition in CSS2.StringgetLineHeight()See the line-height property definition in CSS2.StringgetListStyle()See the list-style property definition in CSS2.StringgetListStyleImage()See the list-style-image property definition in CSS2.StringgetListStylePosition()See the list-style-position property definition in CSS2.StringgetListStyleType()See the list-style-type property definition in CSS2.StringgetMargin()See the margin property definition in CSS2.StringgetMarginBottom()See the margin-bottom property definition in CSS2.StringgetMarginLeft()See the margin-left property definition in CSS2.StringgetMarginRight()See the margin-right property definition in CSS2.StringgetMarginTop()See the margin-top property definition in CSS2.StringgetMarkerOffset()See the marker-offset property definition in CSS2.StringgetMarks()See the marks property definition in CSS2.StringgetMaxHeight()See the max-height property definition in CSS2.StringgetMaxWidth()See the max-width property definition in CSS2.StringgetMinHeight()See the min-height property definition in CSS2.StringgetMinWidth()See the min-width property definition in CSS2.StringgetOrphans()See the orphans property definition in CSS2.StringgetOutline()See the outline property definition in CSS2.StringgetOutlineColor()See the outline-color property definition in CSS2.StringgetOutlineStyle()See the outline-style property definition in CSS2.StringgetOutlineWidth()See the outline-width property definition in CSS2.StringgetOverflow()See the overflow property definition in CSS2.StringgetPadding()See the padding property definition in CSS2.StringgetPaddingBottom()See the padding-bottom property definition in CSS2.StringgetPaddingLeft()See the padding-left property definition in CSS2.StringgetPaddingRight()See the padding-right property definition in CSS2.StringgetPaddingTop()See the padding-top property definition in CSS2.StringgetPage()See the page property definition in CSS2.StringgetPageBreakAfter()See the page-break-after property definition in CSS2.StringgetPageBreakBefore()See the page-break-before property definition in CSS2.StringgetPageBreakInside()See the page-break-inside property definition in CSS2.StringgetPause()See the pause property definition in CSS2.StringgetPauseAfter()See the pause-after property definition in CSS2.StringgetPauseBefore()See the pause-before property definition in CSS2.StringgetPitch()See the pitch property definition in CSS2.StringgetPitchRange()See the pitch-range property definition in CSS2.StringgetPlayDuring()See the play-during property definition in CSS2.StringgetPosition()See the position property definition in CSS2.StringgetQuotes()See the quotes property definition in CSS2.StringgetRichness()See the richness property definition in CSS2.StringgetRight()See the right property definition in CSS2.StringgetSize()See the size property definition in CSS2.StringgetSpeak()See the speak property definition in CSS2.StringgetSpeakHeader()See the speak-header property definition in CSS2.StringgetSpeakNumeral()See the speak-numeral property definition in CSS2.StringgetSpeakPunctuation()See the speak-punctuation property definition in CSS2.StringgetSpeechRate()See the speech-rate property definition in CSS2.StringgetStress()See the stress property definition in CSS2.StringgetTableLayout()See the table-layout property definition in CSS2.StringgetTextAlign()See the text-align property definition in CSS2.StringgetTextDecoration()See the text-decoration property definition in CSS2.StringgetTextIndent()See the text-indent property definition in CSS2.StringgetTextShadow()See the text-shadow property definition in CSS2.StringgetTextTransform()See the text-transform property definition in CSS2.StringgetTop()See the top property definition in CSS2.StringgetUnicodeBidi()See the unicode-bidi property definition in CSS2.StringgetVerticalAlign()See the vertical-align property definition in CSS2.StringgetVisibility()See the visibility property definition in CSS2.StringgetVoiceFamily()See the voice-family property definition in CSS2.StringgetVolume()See the volume property definition in CSS2.StringgetWhiteSpace()See the white-space property definition in CSS2.StringgetWidows()See the widows property definition in CSS2.StringgetWidth()See the width property definition in CSS2.StringgetWordSpacing()See the word-spacing property definition in CSS2.StringgetZIndex()See the z-index property definition in CSS2.voidsetAzimuth(String azimuth)See the azimuth property definition in CSS2.voidsetBackground(String background)See the background property definition in CSS2.voidsetBackgroundAttachment(String backgroundAttachment)See the background-attachment property definition in CSS2.voidsetBackgroundColor(String backgroundColor)See the background-color property definition in CSS2.voidsetBackgroundImage(String backgroundImage)See the background-image property definition in CSS2.voidsetBackgroundPosition(String backgroundPosition)See the background-position property definition in CSS2.voidsetBackgroundRepeat(String backgroundRepeat)See the background-repeat property definition in CSS2.voidsetBorder(String border)See the border property definition in CSS2.voidsetBorderBottom(String borderBottom)See the border-bottom property definition in CSS2.voidsetBorderBottomColor(String borderBottomColor)See the border-bottom-color property definition in CSS2.voidsetBorderBottomStyle(String borderBottomStyle)See the border-bottom-style property definition in CSS2.voidsetBorderBottomWidth(String borderBottomWidth)See the border-bottom-width property definition in CSS2.voidsetBorderCollapse(String borderCollapse)See the border-collapse property definition in CSS2.voidsetBorderColor(String borderColor)See the border-color property definition in CSS2.voidsetBorderLeft(String borderLeft)See the border-left property definition in CSS2.voidsetBorderLeftColor(String borderLeftColor)See the border-left-color property definition in CSS2.voidsetBorderLeftStyle(String borderLeftStyle)See the border-left-style property definition in CSS2.voidsetBorderLeftWidth(String borderLeftWidth)See the border-left-width property definition in CSS2.voidsetBorderRight(String borderRight)See the border-right property definition in CSS2.voidsetBorderRightColor(String borderRightColor)See the border-right-color property definition in CSS2.voidsetBorderRightStyle(String borderRightStyle)See the border-right-style property definition in CSS2.voidsetBorderRightWidth(String borderRightWidth)See the border-right-width property definition in CSS2.voidsetBorderSpacing(String borderSpacing)See the border-spacing property definition in CSS2.voidsetBorderStyle(String borderStyle)See the border-style property definition in CSS2.voidsetBorderTop(String borderTop)See the border-top property definition in CSS2.voidsetBorderTopColor(String borderTopColor)See the border-top-color property definition in CSS2.voidsetBorderTopStyle(String borderTopStyle)See the border-top-style property definition in CSS2.voidsetBorderTopWidth(String borderTopWidth)See the border-top-width property definition in CSS2.voidsetBorderWidth(String borderWidth)See the border-width property definition in CSS2.voidsetBottom(String bottom)See the bottom property definition in CSS2.voidsetCaptionSide(String captionSide)See the caption-side property definition in CSS2.voidsetClear(String clear)See the clear property definition in CSS2.voidsetClip(String clip)See the clip property definition in CSS2.voidsetColor(String color)See the color property definition in CSS2.voidsetContent(String content)See the content property definition in CSS2.voidsetCounterIncrement(String counterIncrement)See the counter-increment property definition in CSS2.voidsetCounterReset(String counterReset)See the counter-reset property definition in CSS2.voidsetCssFloat(String cssFloat)See the float property definition in CSS2.voidsetCue(String cue)See the cue property definition in CSS2.voidsetCueAfter(String cueAfter)See the cue-after property definition in CSS2.voidsetCueBefore(String cueBefore)See the cue-before property definition in CSS2.voidsetCursor(String cursor)See the cursor property definition in CSS2.voidsetDirection(String direction)See the direction property definition in CSS2.voidsetDisplay(String display)See the display property definition in CSS2.voidsetElevation(String elevation)See the elevation property definition in CSS2.voidsetEmptyCells(String emptyCells)See the empty-cells property definition in CSS2.voidsetFont(String font)See the font property definition in CSS2.voidsetFontFamily(String fontFamily)See the font-family property definition in CSS2.voidsetFontSize(String fontSize)See the font-size property definition in CSS2.voidsetFontSizeAdjust(String fontSizeAdjust)See the font-size-adjust property definition in CSS2.voidsetFontStretch(String fontStretch)See the font-stretch property definition in CSS2.voidsetFontStyle(String fontStyle)See the font-style property definition in CSS2.voidsetFontVariant(String fontVariant)See the font-variant property definition in CSS2.voidsetFontWeight(String fontWeight)See the font-weight property definition in CSS2.voidsetHeight(String height)See the height property definition in CSS2.voidsetLeft(String left)See the left property definition in CSS2.voidsetLetterSpacing(String letterSpacing)See the letter-spacing property definition in CSS2.voidsetLineHeight(String lineHeight)See the line-height property definition in CSS2.voidsetListStyle(String listStyle)See the list-style property definition in CSS2.voidsetListStyleImage(String listStyleImage)See the list-style-image property definition in CSS2.voidsetListStylePosition(String listStylePosition)See the list-style-position property definition in CSS2.voidsetListStyleType(String listStyleType)See the list-style-type property definition in CSS2.voidsetMargin(String margin)See the margin property definition in CSS2.voidsetMarginBottom(String marginBottom)See the margin-bottom property definition in CSS2.voidsetMarginLeft(String marginLeft)See the margin-left property definition in CSS2.voidsetMarginRight(String marginRight)See the margin-right property definition in CSS2.voidsetMarginTop(String marginTop)See the margin-top property definition in CSS2.voidsetMarkerOffset(String markerOffset)See the marker-offset property definition in CSS2.voidsetMarks(String marks)See the marks property definition in CSS2.voidsetMaxHeight(String maxHeight)See the max-height property definition in CSS2.voidsetMaxWidth(String maxWidth)See the max-width property definition in CSS2.voidsetMinHeight(String minHeight)See the min-height property definition in CSS2.voidsetMinWidth(String minWidth)See the min-width property definition in CSS2.voidsetOrphans(String orphans)See the orphans property definition in CSS2.voidsetOutline(String outline)See the outline property definition in CSS2.voidsetOutlineColor(String outlineColor)See the outline-color property definition in CSS2.voidsetOutlineStyle(String outlineStyle)See the outline-style property definition in CSS2.voidsetOutlineWidth(String outlineWidth)See the outline-width property definition in CSS2.voidsetOverflow(String overflow)See the overflow property definition in CSS2.voidsetPadding(String padding)See the padding property definition in CSS2.voidsetPaddingBottom(String paddingBottom)See the padding-bottom property definition in CSS2.voidsetPaddingLeft(String paddingLeft)See the padding-left property definition in CSS2.voidsetPaddingRight(String paddingRight)See the padding-right property definition in CSS2.voidsetPaddingTop(String paddingTop)See the padding-top property definition in CSS2.voidsetPage(String page)See the page property definition in CSS2.voidsetPageBreakAfter(String pageBreakAfter)See the page-break-after property definition in CSS2.voidsetPageBreakBefore(String pageBreakBefore)See the page-break-before property definition in CSS2.voidsetPageBreakInside(String pageBreakInside)See the page-break-inside property definition in CSS2.voidsetPause(String pause)See the pause property definition in CSS2.voidsetPauseAfter(String pauseAfter)See the pause-after property definition in CSS2.voidsetPauseBefore(String pauseBefore)See the pause-before property definition in CSS2.voidsetPitch(String pitch)See the pitch property definition in CSS2.voidsetPitchRange(String pitchRange)See the pitch-range property definition in CSS2.voidsetPlayDuring(String playDuring)See the play-during property definition in CSS2.voidsetPosition(String position)See the position property definition in CSS2.voidsetQuotes(String quotes)See the quotes property definition in CSS2.voidsetRichness(String richness)See the richness property definition in CSS2.voidsetRight(String right)See the right property definition in CSS2.voidsetSize(String size)See the size property definition in CSS2.voidsetSpeak(String speak)See the speak property definition in CSS2.voidsetSpeakHeader(String speakHeader)See the speak-header property definition in CSS2.voidsetSpeakNumeral(String speakNumeral)See the speak-numeral property definition in CSS2.voidsetSpeakPunctuation(String speakPunctuation)See the speak-punctuation property definition in CSS2.voidsetSpeechRate(String speechRate)See the speech-rate property definition in CSS2.voidsetStress(String stress)See the stress property definition in CSS2.voidsetTableLayout(String tableLayout)See the table-layout property definition in CSS2.voidsetTextAlign(String textAlign)See the text-align property definition in CSS2.voidsetTextDecoration(String textDecoration)See the text-decoration property definition in CSS2.voidsetTextIndent(String textIndent)See the text-indent property definition in CSS2.voidsetTextShadow(String textShadow)See the text-shadow property definition in CSS2.voidsetTextTransform(String textTransform)See the text-transform property definition in CSS2.voidsetTop(String top)See the top property definition in CSS2.voidsetUnicodeBidi(String unicodeBidi)See the unicode-bidi property definition in CSS2.voidsetVerticalAlign(String verticalAlign)See the vertical-align property definition in CSS2.voidsetVisibility(String visibility)See the visibility property definition in CSS2.voidsetVoiceFamily(String voiceFamily)See the voice-family property definition in CSS2.voidsetVolume(String volume)See the volume property definition in CSS2.voidsetWhiteSpace(String whiteSpace)See the white-space property definition in CSS2.voidsetWidows(String widows)See the widows property definition in CSS2.voidsetWidth(String width)See the width property definition in CSS2.voidsetWordSpacing(String wordSpacing)See the word-spacing property definition in CSS2.voidsetZIndex(String zIndex)See the z-index property definition in CSS2.
 
- 
- 
- 
Method Detail- 
getAzimuthString getAzimuth() See the azimuth property definition in CSS2.
 - 
setAzimuthvoid setAzimuth(String azimuth) throws DOMException See the azimuth property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundString getBackground() See the background property definition in CSS2.
 - 
setBackgroundvoid setBackground(String background) throws DOMException See the background property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundAttachmentString getBackgroundAttachment() See the background-attachment property definition in CSS2.
 - 
setBackgroundAttachmentvoid setBackgroundAttachment(String backgroundAttachment) throws DOMException See the background-attachment property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundColorString getBackgroundColor() See the background-color property definition in CSS2.
 - 
setBackgroundColorvoid setBackgroundColor(String backgroundColor) throws DOMException See the background-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundImageString getBackgroundImage() See the background-image property definition in CSS2.
 - 
setBackgroundImagevoid setBackgroundImage(String backgroundImage) throws DOMException See the background-image property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundPositionString getBackgroundPosition() See the background-position property definition in CSS2.
 - 
setBackgroundPositionvoid setBackgroundPosition(String backgroundPosition) throws DOMException See the background-position property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBackgroundRepeatString getBackgroundRepeat() See the background-repeat property definition in CSS2.
 - 
setBackgroundRepeatvoid setBackgroundRepeat(String backgroundRepeat) throws DOMException See the background-repeat property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderString getBorder() See the border property definition in CSS2.
 - 
setBordervoid setBorder(String border) throws DOMException See the border property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderCollapseString getBorderCollapse() See the border-collapse property definition in CSS2.
 - 
setBorderCollapsevoid setBorderCollapse(String borderCollapse) throws DOMException See the border-collapse property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderColorString getBorderColor() See the border-color property definition in CSS2.
 - 
setBorderColorvoid setBorderColor(String borderColor) throws DOMException See the border-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderSpacingString getBorderSpacing() See the border-spacing property definition in CSS2.
 - 
setBorderSpacingvoid setBorderSpacing(String borderSpacing) throws DOMException See the border-spacing property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderStyleString getBorderStyle() See the border-style property definition in CSS2.
 - 
setBorderStylevoid setBorderStyle(String borderStyle) throws DOMException See the border-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderTopString getBorderTop() See the border-top property definition in CSS2.
 - 
setBorderTopvoid setBorderTop(String borderTop) throws DOMException See the border-top property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderRightString getBorderRight() See the border-right property definition in CSS2.
 - 
setBorderRightvoid setBorderRight(String borderRight) throws DOMException See the border-right property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderBottomString getBorderBottom() See the border-bottom property definition in CSS2.
 - 
setBorderBottomvoid setBorderBottom(String borderBottom) throws DOMException See the border-bottom property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderLeftString getBorderLeft() See the border-left property definition in CSS2.
 - 
setBorderLeftvoid setBorderLeft(String borderLeft) throws DOMException See the border-left property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderTopColorString getBorderTopColor() See the border-top-color property definition in CSS2.
 - 
setBorderTopColorvoid setBorderTopColor(String borderTopColor) throws DOMException See the border-top-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderRightColorString getBorderRightColor() See the border-right-color property definition in CSS2.
 - 
setBorderRightColorvoid setBorderRightColor(String borderRightColor) throws DOMException See the border-right-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderBottomColorString getBorderBottomColor() See the border-bottom-color property definition in CSS2.
 - 
setBorderBottomColorvoid setBorderBottomColor(String borderBottomColor) throws DOMException See the border-bottom-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderLeftColorString getBorderLeftColor() See the border-left-color property definition in CSS2.
 - 
setBorderLeftColorvoid setBorderLeftColor(String borderLeftColor) throws DOMException See the border-left-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderTopStyleString getBorderTopStyle() See the border-top-style property definition in CSS2.
 - 
setBorderTopStylevoid setBorderTopStyle(String borderTopStyle) throws DOMException See the border-top-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderRightStyleString getBorderRightStyle() See the border-right-style property definition in CSS2.
 - 
setBorderRightStylevoid setBorderRightStyle(String borderRightStyle) throws DOMException See the border-right-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderBottomStyleString getBorderBottomStyle() See the border-bottom-style property definition in CSS2.
 - 
setBorderBottomStylevoid setBorderBottomStyle(String borderBottomStyle) throws DOMException See the border-bottom-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderLeftStyleString getBorderLeftStyle() See the border-left-style property definition in CSS2.
 - 
setBorderLeftStylevoid setBorderLeftStyle(String borderLeftStyle) throws DOMException See the border-left-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderTopWidthString getBorderTopWidth() See the border-top-width property definition in CSS2.
 - 
setBorderTopWidthvoid setBorderTopWidth(String borderTopWidth) throws DOMException See the border-top-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderRightWidthString getBorderRightWidth() See the border-right-width property definition in CSS2.
 - 
setBorderRightWidthvoid setBorderRightWidth(String borderRightWidth) throws DOMException See the border-right-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderBottomWidthString getBorderBottomWidth() See the border-bottom-width property definition in CSS2.
 - 
setBorderBottomWidthvoid setBorderBottomWidth(String borderBottomWidth) throws DOMException See the border-bottom-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderLeftWidthString getBorderLeftWidth() See the border-left-width property definition in CSS2.
 - 
setBorderLeftWidthvoid setBorderLeftWidth(String borderLeftWidth) throws DOMException See the border-left-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBorderWidthString getBorderWidth() See the border-width property definition in CSS2.
 - 
setBorderWidthvoid setBorderWidth(String borderWidth) throws DOMException See the border-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getBottomString getBottom() See the bottom property definition in CSS2.
 - 
setBottomvoid setBottom(String bottom) throws DOMException See the bottom property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCaptionSideString getCaptionSide() See the caption-side property definition in CSS2.
 - 
setCaptionSidevoid setCaptionSide(String captionSide) throws DOMException See the caption-side property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getClearString getClear() See the clear property definition in CSS2.
 - 
setClearvoid setClear(String clear) throws DOMException See the clear property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getClipString getClip() See the clip property definition in CSS2.
 - 
setClipvoid setClip(String clip) throws DOMException See the clip property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getColorString getColor() See the color property definition in CSS2.
 - 
setColorvoid setColor(String color) throws DOMException See the color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getContentString getContent() See the content property definition in CSS2.
 - 
setContentvoid setContent(String content) throws DOMException See the content property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCounterIncrementString getCounterIncrement() See the counter-increment property definition in CSS2.
 - 
setCounterIncrementvoid setCounterIncrement(String counterIncrement) throws DOMException See the counter-increment property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCounterResetString getCounterReset() See the counter-reset property definition in CSS2.
 - 
setCounterResetvoid setCounterReset(String counterReset) throws DOMException See the counter-reset property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCueString getCue() See the cue property definition in CSS2.
 - 
setCuevoid setCue(String cue) throws DOMException See the cue property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCueAfterString getCueAfter() See the cue-after property definition in CSS2.
 - 
setCueAftervoid setCueAfter(String cueAfter) throws DOMException See the cue-after property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCueBeforeString getCueBefore() See the cue-before property definition in CSS2.
 - 
setCueBeforevoid setCueBefore(String cueBefore) throws DOMException See the cue-before property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCursorString getCursor() See the cursor property definition in CSS2.
 - 
setCursorvoid setCursor(String cursor) throws DOMException See the cursor property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getDirectionString getDirection() See the direction property definition in CSS2.
 - 
setDirectionvoid setDirection(String direction) throws DOMException See the direction property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getDisplayString getDisplay() See the display property definition in CSS2.
 - 
setDisplayvoid setDisplay(String display) throws DOMException See the display property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getElevationString getElevation() See the elevation property definition in CSS2.
 - 
setElevationvoid setElevation(String elevation) throws DOMException See the elevation property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getEmptyCellsString getEmptyCells() See the empty-cells property definition in CSS2.
 - 
setEmptyCellsvoid setEmptyCells(String emptyCells) throws DOMException See the empty-cells property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getCssFloatString getCssFloat() See the float property definition in CSS2.
 - 
setCssFloatvoid setCssFloat(String cssFloat) throws DOMException See the float property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontString getFont() See the font property definition in CSS2.
 - 
setFontvoid setFont(String font) throws DOMException See the font property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontFamilyString getFontFamily() See the font-family property definition in CSS2.
 - 
setFontFamilyvoid setFontFamily(String fontFamily) throws DOMException See the font-family property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontSizeString getFontSize() See the font-size property definition in CSS2.
 - 
setFontSizevoid setFontSize(String fontSize) throws DOMException See the font-size property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontSizeAdjustString getFontSizeAdjust() See the font-size-adjust property definition in CSS2.
 - 
setFontSizeAdjustvoid setFontSizeAdjust(String fontSizeAdjust) throws DOMException See the font-size-adjust property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontStretchString getFontStretch() See the font-stretch property definition in CSS2.
 - 
setFontStretchvoid setFontStretch(String fontStretch) throws DOMException See the font-stretch property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontStyleString getFontStyle() See the font-style property definition in CSS2.
 - 
setFontStylevoid setFontStyle(String fontStyle) throws DOMException See the font-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontVariantString getFontVariant() See the font-variant property definition in CSS2.
 - 
setFontVariantvoid setFontVariant(String fontVariant) throws DOMException See the font-variant property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getFontWeightString getFontWeight() See the font-weight property definition in CSS2.
 - 
setFontWeightvoid setFontWeight(String fontWeight) throws DOMException See the font-weight property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getHeightString getHeight() See the height property definition in CSS2.
 - 
setHeightvoid setHeight(String height) throws DOMException See the height property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getLeftString getLeft() See the left property definition in CSS2.
 - 
setLeftvoid setLeft(String left) throws DOMException See the left property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getLetterSpacingString getLetterSpacing() See the letter-spacing property definition in CSS2.
 - 
setLetterSpacingvoid setLetterSpacing(String letterSpacing) throws DOMException See the letter-spacing property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getLineHeightString getLineHeight() See the line-height property definition in CSS2.
 - 
setLineHeightvoid setLineHeight(String lineHeight) throws DOMException See the line-height property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getListStyleString getListStyle() See the list-style property definition in CSS2.
 - 
setListStylevoid setListStyle(String listStyle) throws DOMException See the list-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getListStyleImageString getListStyleImage() See the list-style-image property definition in CSS2.
 - 
setListStyleImagevoid setListStyleImage(String listStyleImage) throws DOMException See the list-style-image property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getListStylePositionString getListStylePosition() See the list-style-position property definition in CSS2.
 - 
setListStylePositionvoid setListStylePosition(String listStylePosition) throws DOMException See the list-style-position property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getListStyleTypeString getListStyleType() See the list-style-type property definition in CSS2.
 - 
setListStyleTypevoid setListStyleType(String listStyleType) throws DOMException See the list-style-type property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarginString getMargin() See the margin property definition in CSS2.
 - 
setMarginvoid setMargin(String margin) throws DOMException See the margin property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarginTopString getMarginTop() See the margin-top property definition in CSS2.
 - 
setMarginTopvoid setMarginTop(String marginTop) throws DOMException See the margin-top property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarginRightString getMarginRight() See the margin-right property definition in CSS2.
 - 
setMarginRightvoid setMarginRight(String marginRight) throws DOMException See the margin-right property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarginBottomString getMarginBottom() See the margin-bottom property definition in CSS2.
 - 
setMarginBottomvoid setMarginBottom(String marginBottom) throws DOMException See the margin-bottom property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarginLeftString getMarginLeft() See the margin-left property definition in CSS2.
 - 
setMarginLeftvoid setMarginLeft(String marginLeft) throws DOMException See the margin-left property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarkerOffsetString getMarkerOffset() See the marker-offset property definition in CSS2.
 - 
setMarkerOffsetvoid setMarkerOffset(String markerOffset) throws DOMException See the marker-offset property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMarksString getMarks() See the marks property definition in CSS2.
 - 
setMarksvoid setMarks(String marks) throws DOMException See the marks property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMaxHeightString getMaxHeight() See the max-height property definition in CSS2.
 - 
setMaxHeightvoid setMaxHeight(String maxHeight) throws DOMException See the max-height property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMaxWidthString getMaxWidth() See the max-width property definition in CSS2.
 - 
setMaxWidthvoid setMaxWidth(String maxWidth) throws DOMException See the max-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMinHeightString getMinHeight() See the min-height property definition in CSS2.
 - 
setMinHeightvoid setMinHeight(String minHeight) throws DOMException See the min-height property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getMinWidthString getMinWidth() See the min-width property definition in CSS2.
 - 
setMinWidthvoid setMinWidth(String minWidth) throws DOMException See the min-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOrphansString getOrphans() See the orphans property definition in CSS2.
 - 
setOrphansvoid setOrphans(String orphans) throws DOMException See the orphans property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOutlineString getOutline() See the outline property definition in CSS2.
 - 
setOutlinevoid setOutline(String outline) throws DOMException See the outline property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOutlineColorString getOutlineColor() See the outline-color property definition in CSS2.
 - 
setOutlineColorvoid setOutlineColor(String outlineColor) throws DOMException See the outline-color property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOutlineStyleString getOutlineStyle() See the outline-style property definition in CSS2.
 - 
setOutlineStylevoid setOutlineStyle(String outlineStyle) throws DOMException See the outline-style property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOutlineWidthString getOutlineWidth() See the outline-width property definition in CSS2.
 - 
setOutlineWidthvoid setOutlineWidth(String outlineWidth) throws DOMException See the outline-width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getOverflowString getOverflow() See the overflow property definition in CSS2.
 - 
setOverflowvoid setOverflow(String overflow) throws DOMException See the overflow property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPaddingString getPadding() See the padding property definition in CSS2.
 - 
setPaddingvoid setPadding(String padding) throws DOMException See the padding property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPaddingTopString getPaddingTop() See the padding-top property definition in CSS2.
 - 
setPaddingTopvoid setPaddingTop(String paddingTop) throws DOMException See the padding-top property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPaddingRightString getPaddingRight() See the padding-right property definition in CSS2.
 - 
setPaddingRightvoid setPaddingRight(String paddingRight) throws DOMException See the padding-right property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPaddingBottomString getPaddingBottom() See the padding-bottom property definition in CSS2.
 - 
setPaddingBottomvoid setPaddingBottom(String paddingBottom) throws DOMException See the padding-bottom property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPaddingLeftString getPaddingLeft() See the padding-left property definition in CSS2.
 - 
setPaddingLeftvoid setPaddingLeft(String paddingLeft) throws DOMException See the padding-left property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPageString getPage() See the page property definition in CSS2.
 - 
setPagevoid setPage(String page) throws DOMException See the page property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPageBreakAfterString getPageBreakAfter() See the page-break-after property definition in CSS2.
 - 
setPageBreakAftervoid setPageBreakAfter(String pageBreakAfter) throws DOMException See the page-break-after property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPageBreakBeforeString getPageBreakBefore() See the page-break-before property definition in CSS2.
 - 
setPageBreakBeforevoid setPageBreakBefore(String pageBreakBefore) throws DOMException See the page-break-before property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPageBreakInsideString getPageBreakInside() See the page-break-inside property definition in CSS2.
 - 
setPageBreakInsidevoid setPageBreakInside(String pageBreakInside) throws DOMException See the page-break-inside property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPauseString getPause() See the pause property definition in CSS2.
 - 
setPausevoid setPause(String pause) throws DOMException See the pause property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPauseAfterString getPauseAfter() See the pause-after property definition in CSS2.
 - 
setPauseAftervoid setPauseAfter(String pauseAfter) throws DOMException See the pause-after property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPauseBeforeString getPauseBefore() See the pause-before property definition in CSS2.
 - 
setPauseBeforevoid setPauseBefore(String pauseBefore) throws DOMException See the pause-before property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPitchString getPitch() See the pitch property definition in CSS2.
 - 
setPitchvoid setPitch(String pitch) throws DOMException See the pitch property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPitchRangeString getPitchRange() See the pitch-range property definition in CSS2.
 - 
setPitchRangevoid setPitchRange(String pitchRange) throws DOMException See the pitch-range property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPlayDuringString getPlayDuring() See the play-during property definition in CSS2.
 - 
setPlayDuringvoid setPlayDuring(String playDuring) throws DOMException See the play-during property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getPositionString getPosition() See the position property definition in CSS2.
 - 
setPositionvoid setPosition(String position) throws DOMException See the position property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getQuotesString getQuotes() See the quotes property definition in CSS2.
 - 
setQuotesvoid setQuotes(String quotes) throws DOMException See the quotes property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getRichnessString getRichness() See the richness property definition in CSS2.
 - 
setRichnessvoid setRichness(String richness) throws DOMException See the richness property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getRightString getRight() See the right property definition in CSS2.
 - 
setRightvoid setRight(String right) throws DOMException See the right property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSizeString getSize() See the size property definition in CSS2.
 - 
setSizevoid setSize(String size) throws DOMException See the size property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSpeakString getSpeak() See the speak property definition in CSS2.
 - 
setSpeakvoid setSpeak(String speak) throws DOMException See the speak property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSpeakHeaderString getSpeakHeader() See the speak-header property definition in CSS2.
 - 
setSpeakHeadervoid setSpeakHeader(String speakHeader) throws DOMException See the speak-header property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSpeakNumeralString getSpeakNumeral() See the speak-numeral property definition in CSS2.
 - 
setSpeakNumeralvoid setSpeakNumeral(String speakNumeral) throws DOMException See the speak-numeral property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSpeakPunctuationString getSpeakPunctuation() See the speak-punctuation property definition in CSS2.
 - 
setSpeakPunctuationvoid setSpeakPunctuation(String speakPunctuation) throws DOMException See the speak-punctuation property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getSpeechRateString getSpeechRate() See the speech-rate property definition in CSS2.
 - 
setSpeechRatevoid setSpeechRate(String speechRate) throws DOMException See the speech-rate property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getStressString getStress() See the stress property definition in CSS2.
 - 
setStressvoid setStress(String stress) throws DOMException See the stress property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTableLayoutString getTableLayout() See the table-layout property definition in CSS2.
 - 
setTableLayoutvoid setTableLayout(String tableLayout) throws DOMException See the table-layout property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTextAlignString getTextAlign() See the text-align property definition in CSS2.
 - 
setTextAlignvoid setTextAlign(String textAlign) throws DOMException See the text-align property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTextDecorationString getTextDecoration() See the text-decoration property definition in CSS2.
 - 
setTextDecorationvoid setTextDecoration(String textDecoration) throws DOMException See the text-decoration property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTextIndentString getTextIndent() See the text-indent property definition in CSS2.
 - 
setTextIndentvoid setTextIndent(String textIndent) throws DOMException See the text-indent property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTextShadowString getTextShadow() See the text-shadow property definition in CSS2.
 - 
setTextShadowvoid setTextShadow(String textShadow) throws DOMException See the text-shadow property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTextTransformString getTextTransform() See the text-transform property definition in CSS2.
 - 
setTextTransformvoid setTextTransform(String textTransform) throws DOMException See the text-transform property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getTopString getTop() See the top property definition in CSS2.
 - 
setTopvoid setTop(String top) throws DOMException See the top property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getUnicodeBidiString getUnicodeBidi() See the unicode-bidi property definition in CSS2.
 - 
setUnicodeBidivoid setUnicodeBidi(String unicodeBidi) throws DOMException See the unicode-bidi property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getVerticalAlignString getVerticalAlign() See the vertical-align property definition in CSS2.
 - 
setVerticalAlignvoid setVerticalAlign(String verticalAlign) throws DOMException See the vertical-align property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getVisibilityString getVisibility() See the visibility property definition in CSS2.
 - 
setVisibilityvoid setVisibility(String visibility) throws DOMException See the visibility property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getVoiceFamilyString getVoiceFamily() See the voice-family property definition in CSS2.
 - 
setVoiceFamilyvoid setVoiceFamily(String voiceFamily) throws DOMException See the voice-family property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getVolumeString getVolume() See the volume property definition in CSS2.
 - 
setVolumevoid setVolume(String volume) throws DOMException See the volume property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getWhiteSpaceString getWhiteSpace() See the white-space property definition in CSS2.
 - 
setWhiteSpacevoid setWhiteSpace(String whiteSpace) throws DOMException See the white-space property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getWidowsString getWidows() See the widows property definition in CSS2.
 - 
setWidowsvoid setWidows(String widows) throws DOMException See the widows property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getWidthString getWidth() See the width property definition in CSS2.
 - 
setWidthvoid setWidth(String width) throws DOMException See the width property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getWordSpacingString getWordSpacing() See the word-spacing property definition in CSS2.
 - 
setWordSpacingvoid setWordSpacing(String wordSpacing) throws DOMException See the word-spacing property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 - 
getZIndexString getZIndex() See the z-index property definition in CSS2.
 - 
setZIndexvoid setZIndex(String zIndex) throws DOMException See the z-index property definition in CSS2.- Throws:
- DOMException- SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
 
 
- 
 
-