public interface

CSS2Properties

org.w3c.dom.css.CSS2Properties

Class Overview

The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration. The attributes of this interface correspond to all the properties specified in CSS2. Getting an attribute of this interface is equivalent to calling the getPropertyValue method of the CSSStyleDeclaration interface. Setting an attribute of this interface is equivalent to calling the setProperty method of the CSSStyleDeclaration interface.

A conformant implementation of the CSS module is not required to implement the CSS2Properties interface. If an implementation does implement this interface, the expectation is that language-specific methods can be used to cast from an instance of the CSSStyleDeclaration interface to the CSS2Properties interface.

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 margin property is set, for example, the marginTop, marginRight, marginBottom and marginLeft properties 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 font property 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-width value 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, and border-[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 font property 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.

Summary

Public Methods
abstract String getAzimuth()
See the azimuth property definition in CSS2.
abstract String getBackground()
See the background property definition in CSS2.
abstract String getBackgroundAttachment()
See the background-attachment property definition in CSS2.
abstract String getBackgroundColor()
See the background-color property definition in CSS2.
abstract String getBackgroundImage()
See the background-image property definition in CSS2.
abstract String getBackgroundPosition()
See the background-position property definition in CSS2.
abstract String getBackgroundRepeat()
See the background-repeat property definition in CSS2.
abstract String getBorder()
See the border property definition in CSS2.
abstract String getBorderBottom()
See the border-bottom property definition in CSS2.
abstract String getBorderBottomColor()
See the border-bottom-color property definition in CSS2.
abstract String getBorderBottomStyle()
See the border-bottom-style property definition in CSS2.
abstract String getBorderBottomWidth()
See the border-bottom-width property definition in CSS2.
abstract String getBorderCollapse()
See the border-collapse property definition in CSS2.
abstract String getBorderColor()
See the border-color property definition in CSS2.
abstract String getBorderLeft()
See the border-left property definition in CSS2.
abstract String getBorderLeftColor()
See the border-left-color property definition in CSS2.
abstract String getBorderLeftStyle()
See the border-left-style property definition in CSS2.
abstract String getBorderLeftWidth()
See the border-left-width property definition in CSS2.
abstract String getBorderRight()
See the border-right property definition in CSS2.
abstract String getBorderRightColor()
See the border-right-color property definition in CSS2.
abstract String getBorderRightStyle()
See the border-right-style property definition in CSS2.
abstract String getBorderRightWidth()
See the border-right-width property definition in CSS2.
abstract String getBorderSpacing()
See the border-spacing property definition in CSS2.
abstract String getBorderStyle()
See the border-style property definition in CSS2.
abstract String getBorderTop()
See the border-top property definition in CSS2.
abstract String getBorderTopColor()
See the border-top-color property definition in CSS2.
abstract String getBorderTopStyle()
See the border-top-style property definition in CSS2.
abstract String getBorderTopWidth()
See the border-top-width property definition in CSS2.
abstract String getBorderWidth()
See the border-width property definition in CSS2.
abstract String getBottom()
See the bottom property definition in CSS2.
abstract String getCaptionSide()
See the caption-side property definition in CSS2.
abstract String getClear()
See the clear property definition in CSS2.
abstract String getClip()
See the clip property definition in CSS2.
abstract String getColor()
See the color property definition in CSS2.
abstract String getContent()
See the content property definition in CSS2.
abstract String getCounterIncrement()
See the counter-increment property definition in CSS2.
abstract String getCounterReset()
See the counter-reset property definition in CSS2.
abstract String getCssFloat()
See the float property definition in CSS2.
abstract String getCue()
See the cue property definition in CSS2.
abstract String getCueAfter()
See the cue-after property definition in CSS2.
abstract String getCueBefore()
See the cue-before property definition in CSS2.
abstract String getCursor()
See the cursor property definition in CSS2.
abstract String getDirection()
See the direction property definition in CSS2.
abstract String getDisplay()
See the display property definition in CSS2.
abstract String getElevation()
See the elevation property definition in CSS2.
abstract String getEmptyCells()
See the empty-cells property definition in CSS2.
abstract String getFont()
See the font property definition in CSS2.
abstract String getFontFamily()
See the font-family property definition in CSS2.
abstract String getFontSize()
See the font-size property definition in CSS2.
abstract String getFontSizeAdjust()
See the font-size-adjust property definition in CSS2.
abstract String getFontStretch()
See the font-stretch property definition in CSS2.
abstract String getFontStyle()
See the font-style property definition in CSS2.
abstract String getFontVariant()
See the font-variant property definition in CSS2.
abstract String getFontWeight()
See the font-weight property definition in CSS2.
abstract String getHeight()
See the height property definition in CSS2.
abstract String getLeft()
See the left property definition in CSS2.
abstract String getLetterSpacing()
See the letter-spacing property definition in CSS2.
abstract String getLineHeight()
See the line-height property definition in CSS2.
abstract String getListStyle()
See the list-style property definition in CSS2.
abstract String getListStyleImage()
See the list-style-image property definition in CSS2.
abstract String getListStylePosition()
See the list-style-position property definition in CSS2.
abstract String getListStyleType()
See the list-style-type property definition in CSS2.
abstract String getMargin()
See the margin property definition in CSS2.
abstract String getMarginBottom()
See the margin-bottom property definition in CSS2.
abstract String getMarginLeft()
See the margin-left property definition in CSS2.
abstract String getMarginRight()
See the margin-right property definition in CSS2.
abstract String getMarginTop()
See the margin-top property definition in CSS2.
abstract String getMarkerOffset()
See the marker-offset property definition in CSS2.
abstract String getMarks()
See the marks property definition in CSS2.
abstract String getMaxHeight()
See the max-height property definition in CSS2.
abstract String getMaxWidth()
See the max-width property definition in CSS2.
abstract String getMinHeight()
See the min-height property definition in CSS2.
abstract String getMinWidth()
See the min-width property definition in CSS2.
abstract String getOrphans()
See the orphans property definition in CSS2.
abstract String getOutline()
See the outline property definition in CSS2.
abstract String getOutlineColor()
See the outline-color property definition in CSS2.
abstract String getOutlineStyle()
See the outline-style property definition in CSS2.
abstract String getOutlineWidth()
See the outline-width property definition in CSS2.
abstract String getOverflow()
See the overflow property definition in CSS2.
abstract String getPadding()
See the padding property definition in CSS2.
abstract String getPaddingBottom()
See the padding-bottom property definition in CSS2.
abstract String getPaddingLeft()
See the padding-left property definition in CSS2.
abstract String getPaddingRight()
See the padding-right property definition in CSS2.
abstract String getPaddingTop()
See the padding-top property definition in CSS2.
abstract String getPage()
See the page property definition in CSS2.
abstract String getPageBreakAfter()
See the page-break-after property definition in CSS2.
abstract String getPageBreakBefore()
See the page-break-before property definition in CSS2.
abstract String getPageBreakInside()
See the page-break-inside property definition in CSS2.
abstract String getPause()
See the pause property definition in CSS2.
abstract String getPauseAfter()
See the pause-after property definition in CSS2.
abstract String getPauseBefore()
See the pause-before property definition in CSS2.
abstract String getPitch()
See the pitch property definition in CSS2.
abstract String getPitchRange()
See the pitch-range property definition in CSS2.
abstract String getPlayDuring()
See the play-during property definition in CSS2.
abstract String getPosition()
See the position property definition in CSS2.
abstract String getQuotes()
See the quotes property definition in CSS2.
abstract String getRichness()
See the richness property definition in CSS2.
abstract String getRight()
See the right property definition in CSS2.
abstract String getSize()
See the size property definition in CSS2.
abstract String getSpeak()
See the speak property definition in CSS2.
abstract String getSpeakHeader()
See the speak-header property definition in CSS2.
abstract String getSpeakNumeral()
See the speak-numeral property definition in CSS2.
abstract String getSpeakPunctuation()
See the speak-punctuation property definition in CSS2.
abstract String getSpeechRate()
See the speech-rate property definition in CSS2.
abstract String getStress()
See the stress property definition in CSS2.
abstract String getTableLayout()
See the table-layout property definition in CSS2.
abstract String getTextAlign()
See the text-align property definition in CSS2.
abstract String getTextDecoration()
See the text-decoration property definition in CSS2.
abstract String getTextIndent()
See the text-indent property definition in CSS2.
abstract String getTextShadow()
See the text-shadow property definition in CSS2.
abstract String getTextTransform()
See the text-transform property definition in CSS2.
abstract String getTop()
See the top property definition in CSS2.
abstract String getUnicodeBidi()
See the unicode-bidi property definition in CSS2.
abstract String getVerticalAlign()
See the vertical-align property definition in CSS2.
abstract String getVisibility()
See the visibility property definition in CSS2.
abstract String getVoiceFamily()
See the voice-family property definition in CSS2.
abstract String getVolume()
See the volume property definition in CSS2.
abstract String getWhiteSpace()
See the white-space property definition in CSS2.
abstract String getWidows()
See the widows property definition in CSS2.
abstract String getWidth()
See the width property definition in CSS2.
abstract String getWordSpacing()
See the word-spacing property definition in CSS2.
abstract String getZIndex()
See the z-index property definition in CSS2.
abstract void setAzimuth(String azimuth)
See the azimuth property definition in CSS2.
abstract void setBackground(String background)
See the background property definition in CSS2.
abstract void setBackgroundAttachment(String backgroundAttachment)
See the background-attachment property definition in CSS2.
abstract void setBackgroundColor(String backgroundColor)
See the background-color property definition in CSS2.
abstract void setBackgroundImage(String backgroundImage)
See the background-image property definition in CSS2.
abstract void setBackgroundPosition(String backgroundPosition)
See the background-position property definition in CSS2.
abstract void setBackgroundRepeat(String backgroundRepeat)
See the background-repeat property definition in CSS2.
abstract void setBorder(String border)
See the border property definition in CSS2.
abstract void setBorderBottom(String borderBottom)
See the border-bottom property definition in CSS2.
abstract void setBorderBottomColor(String borderBottomColor)
See the border-bottom-color property definition in CSS2.
abstract void setBorderBottomStyle(String borderBottomStyle)
See the border-bottom-style property definition in CSS2.
abstract void setBorderBottomWidth(String borderBottomWidth)
See the border-bottom-width property definition in CSS2.
abstract void setBorderCollapse(String borderCollapse)
See the border-collapse property definition in CSS2.
abstract void setBorderColor(String borderColor)
See the border-color property definition in CSS2.
abstract void setBorderLeft(String borderLeft)
See the border-left property definition in CSS2.
abstract void setBorderLeftColor(String borderLeftColor)
See the border-left-color property definition in CSS2.
abstract void setBorderLeftStyle(String borderLeftStyle)
See the border-left-style property definition in CSS2.
abstract void setBorderLeftWidth(String borderLeftWidth)
See the border-left-width property definition in CSS2.
abstract void setBorderRight(String borderRight)
See the border-right property definition in CSS2.
abstract void setBorderRightColor(String borderRightColor)
See the border-right-color property definition in CSS2.
abstract void setBorderRightStyle(String borderRightStyle)
See the border-right-style property definition in CSS2.
abstract void setBorderRightWidth(String borderRightWidth)
See the border-right-width property definition in CSS2.
abstract void setBorderSpacing(String borderSpacing)
See the border-spacing property definition in CSS2.
abstract void setBorderStyle(String borderStyle)
See the border-style property definition in CSS2.
abstract void setBorderTop(String borderTop)
See the border-top property definition in CSS2.
abstract void setBorderTopColor(String borderTopColor)
See the border-top-color property definition in CSS2.
abstract void setBorderTopStyle(String borderTopStyle)
See the border-top-style property definition in CSS2.
abstract void setBorderTopWidth(String borderTopWidth)
See the border-top-width property definition in CSS2.
abstract void setBorderWidth(String borderWidth)
See the border-width property definition in CSS2.
abstract void setBottom(String bottom)
See the bottom property definition in CSS2.
abstract void setCaptionSide(String captionSide)
See the caption-side property definition in CSS2.
abstract void setClear(String clear)
See the clear property definition in CSS2.
abstract void setClip(String clip)
See the clip property definition in CSS2.
abstract void setColor(String color)
See the color property definition in CSS2.
abstract void setContent(String content)
See the content property definition in CSS2.
abstract void setCounterIncrement(String counterIncrement)
See the counter-increment property definition in CSS2.
abstract void setCounterReset(String counterReset)
See the counter-reset property definition in CSS2.
abstract void setCssFloat(String cssFloat)
See the float property definition in CSS2.
abstract void setCue(String cue)
See the cue property definition in CSS2.
abstract void setCueAfter(String cueAfter)
See the cue-after property definition in CSS2.
abstract void setCueBefore(String cueBefore)
See the cue-before property definition in CSS2.
abstract void setCursor(String cursor)
See the cursor property definition in CSS2.
abstract void setDirection(String direction)
See the direction property definition in CSS2.
abstract void setDisplay(String display)
See the display property definition in CSS2.
abstract void setElevation(String elevation)
See the elevation property definition in CSS2.
abstract void setEmptyCells(String emptyCells)
See the empty-cells property definition in CSS2.
abstract void setFont(String font)
See the font property definition in CSS2.
abstract void setFontFamily(String fontFamily)
See the font-family property definition in CSS2.
abstract void setFontSize(String fontSize)
See the font-size property definition in CSS2.
abstract void setFontSizeAdjust(String fontSizeAdjust)
See the font-size-adjust property definition in CSS2.
abstract void setFontStretch(String fontStretch)
See the font-stretch property definition in CSS2.
abstract void setFontStyle(String fontStyle)
See the font-style property definition in CSS2.
abstract void setFontVariant(String fontVariant)
See the font-variant property definition in CSS2.
abstract void setFontWeight(String fontWeight)
See the font-weight property definition in CSS2.
abstract void setHeight(String height)
See the height property definition in CSS2.
abstract void setLeft(String left)
See the left property definition in CSS2.
abstract void setLetterSpacing(String letterSpacing)
See the letter-spacing property definition in CSS2.
abstract void setLineHeight(String lineHeight)
See the line-height property definition in CSS2.
abstract void setListStyle(String listStyle)
See the list-style property definition in CSS2.
abstract void setListStyleImage(String listStyleImage)
See the list-style-image property definition in CSS2.
abstract void setListStylePosition(String listStylePosition)
See the list-style-position property definition in CSS2.
abstract void setListStyleType(String listStyleType)
See the list-style-type property definition in CSS2.
abstract void setMargin(String margin)
See the margin property definition in CSS2.
abstract void setMarginBottom(String marginBottom)
See the margin-bottom property definition in CSS2.
abstract void setMarginLeft(String marginLeft)
See the margin-left property definition in CSS2.
abstract void setMarginRight(String marginRight)
See the margin-right property definition in CSS2.
abstract void setMarginTop(String marginTop)
See the margin-top property definition in CSS2.
abstract void setMarkerOffset(String markerOffset)
See the marker-offset property definition in CSS2.
abstract void setMarks(String marks)
See the marks property definition in CSS2.
abstract void setMaxHeight(String maxHeight)
See the max-height property definition in CSS2.
abstract void setMaxWidth(String maxWidth)
See the max-width property definition in CSS2.
abstract void setMinHeight(String minHeight)
See the min-height property definition in CSS2.
abstract void setMinWidth(String minWidth)
See the min-width property definition in CSS2.
abstract void setOrphans(String orphans)
See the orphans property definition in CSS2.
abstract void setOutline(String outline)
See the outline property definition in CSS2.
abstract void setOutlineColor(String outlineColor)
See the outline-color property definition in CSS2.
abstract void setOutlineStyle(String outlineStyle)
See the outline-style property definition in CSS2.
abstract void setOutlineWidth(String outlineWidth)
See the outline-width property definition in CSS2.
abstract void setOverflow(String overflow)
See the overflow property definition in CSS2.
abstract void setPadding(String padding)
See the padding property definition in CSS2.
abstract void setPaddingBottom(String paddingBottom)
See the padding-bottom property definition in CSS2.
abstract void setPaddingLeft(String paddingLeft)
See the padding-left property definition in CSS2.
abstract void setPaddingRight(String paddingRight)
See the padding-right property definition in CSS2.
abstract void setPaddingTop(String paddingTop)
See the padding-top property definition in CSS2.
abstract void setPage(String page)
See the page property definition in CSS2.
abstract void setPageBreakAfter(String pageBreakAfter)
See the page-break-after property definition in CSS2.
abstract void setPageBreakBefore(String pageBreakBefore)
See the page-break-before property definition in CSS2.
abstract void setPageBreakInside(String pageBreakInside)
See the page-break-inside property definition in CSS2.
abstract void setPause(String pause)
See the pause property definition in CSS2.
abstract void setPauseAfter(String pauseAfter)
See the pause-after property definition in CSS2.
abstract void setPauseBefore(String pauseBefore)
See the pause-before property definition in CSS2.
abstract void setPitch(String pitch)
See the pitch property definition in CSS2.
abstract void setPitchRange(String pitchRange)
See the pitch-range property definition in CSS2.
abstract void setPlayDuring(String playDuring)
See the play-during property definition in CSS2.
abstract void setPosition(String position)
See the position property definition in CSS2.
abstract void setQuotes(String quotes)
See the quotes property definition in CSS2.
abstract void setRichness(String richness)
See the richness property definition in CSS2.
abstract void setRight(String right)
See the right property definition in CSS2.
abstract void setSize(String size)
See the size property definition in CSS2.
abstract void setSpeak(String speak)
See the speak property definition in CSS2.
abstract void setSpeakHeader(String speakHeader)
See the speak-header property definition in CSS2.
abstract void setSpeakNumeral(String speakNumeral)
See the speak-numeral property definition in CSS2.
abstract void setSpeakPunctuation(String speakPunctuation)
See the speak-punctuation property definition in CSS2.
abstract void setSpeechRate(String speechRate)
See the speech-rate property definition in CSS2.
abstract void setStress(String stress)
See the stress property definition in CSS2.
abstract void setTableLayout(String tableLayout)
See the table-layout property definition in CSS2.
abstract void setTextAlign(String textAlign)
See the text-align property definition in CSS2.
abstract void setTextDecoration(String textDecoration)
See the text-decoration property definition in CSS2.
abstract void setTextIndent(String textIndent)
See the text-indent property definition in CSS2.
abstract void setTextShadow(String textShadow)
See the text-shadow property definition in CSS2.
abstract void setTextTransform(String textTransform)
See the text-transform property definition in CSS2.
abstract void setTop(String top)
See the top property definition in CSS2.
abstract void setUnicodeBidi(String unicodeBidi)
See the unicode-bidi property definition in CSS2.
abstract void setVerticalAlign(String verticalAlign)
See the vertical-align property definition in CSS2.
abstract void setVisibility(String visibility)
See the visibility property definition in CSS2.
abstract void setVoiceFamily(String voiceFamily)
See the voice-family property definition in CSS2.
abstract void setVolume(String volume)
See the volume property definition in CSS2.
abstract void setWhiteSpace(String whiteSpace)
See the white-space property definition in CSS2.
abstract void setWidows(String widows)
See the widows property definition in CSS2.
abstract void setWidth(String width)
See the width property definition in CSS2.
abstract void setWordSpacing(String wordSpacing)
See the word-spacing property definition in CSS2.
abstract void setZIndex(String zIndex)
See the z-index property definition in CSS2.

Public Methods

public abstract String getAzimuth ()

See the azimuth property definition in CSS2.

public abstract String getBackground ()

See the background property definition in CSS2.

public abstract String getBackgroundAttachment ()

See the background-attachment property definition in CSS2.

public abstract String getBackgroundColor ()

See the background-color property definition in CSS2.

public abstract String getBackgroundImage ()

See the background-image property definition in CSS2.

public abstract String getBackgroundPosition ()

See the background-position property definition in CSS2.

public abstract String getBackgroundRepeat ()

See the background-repeat property definition in CSS2.

public abstract String getBorder ()

See the border property definition in CSS2.

public abstract String getBorderBottom ()

See the border-bottom property definition in CSS2.

public abstract String getBorderBottomColor ()

See the border-bottom-color property definition in CSS2.

public abstract String getBorderBottomStyle ()

See the border-bottom-style property definition in CSS2.

public abstract String getBorderBottomWidth ()

See the border-bottom-width property definition in CSS2.

public abstract String getBorderCollapse ()

See the border-collapse property definition in CSS2.

public abstract String getBorderColor ()

See the border-color property definition in CSS2.

public abstract String getBorderLeft ()

See the border-left property definition in CSS2.

public abstract String getBorderLeftColor ()

See the border-left-color property definition in CSS2.

public abstract String getBorderLeftStyle ()

See the border-left-style property definition in CSS2.

public abstract String getBorderLeftWidth ()

See the border-left-width property definition in CSS2.

public abstract String getBorderRight ()

See the border-right property definition in CSS2.

public abstract String getBorderRightColor ()

See the border-right-color property definition in CSS2.

public abstract String getBorderRightStyle ()

See the border-right-style property definition in CSS2.

public abstract String getBorderRightWidth ()

See the border-right-width property definition in CSS2.

public abstract String getBorderSpacing ()

See the border-spacing property definition in CSS2.

public abstract String getBorderStyle ()

See the border-style property definition in CSS2.

public abstract String getBorderTop ()

See the border-top property definition in CSS2.

public abstract String getBorderTopColor ()

See the border-top-color property definition in CSS2.

public abstract String getBorderTopStyle ()

See the border-top-style property definition in CSS2.

public abstract String getBorderTopWidth ()

See the border-top-width property definition in CSS2.

public abstract String getBorderWidth ()

See the border-width property definition in CSS2.

public abstract String getBottom ()

See the bottom property definition in CSS2.

public abstract String getCaptionSide ()

See the caption-side property definition in CSS2.

public abstract String getClear ()

See the clear property definition in CSS2.

public abstract String getClip ()

See the clip property definition in CSS2.

public abstract String getColor ()

See the color property definition in CSS2.

public abstract String getContent ()

See the content property definition in CSS2.

public abstract String getCounterIncrement ()

See the counter-increment property definition in CSS2.

public abstract String getCounterReset ()

See the counter-reset property definition in CSS2.

public abstract String getCssFloat ()

See the float property definition in CSS2.

public abstract String getCue ()

See the cue property definition in CSS2.

public abstract String getCueAfter ()

See the cue-after property definition in CSS2.

public abstract String getCueBefore ()

See the cue-before property definition in CSS2.

public abstract String getCursor ()

See the cursor property definition in CSS2.

public abstract String getDirection ()

See the direction property definition in CSS2.

public abstract String getDisplay ()

See the display property definition in CSS2.

public abstract String getElevation ()

See the elevation property definition in CSS2.

public abstract String getEmptyCells ()

See the empty-cells property definition in CSS2.

public abstract String getFont ()

See the font property definition in CSS2.

public abstract String getFontFamily ()

See the font-family property definition in CSS2.

public abstract String getFontSize ()

See the font-size property definition in CSS2.

public abstract String getFontSizeAdjust ()

See the font-size-adjust property definition in CSS2.

public abstract String getFontStretch ()

See the font-stretch property definition in CSS2.

public abstract String getFontStyle ()

See the font-style property definition in CSS2.

public abstract String getFontVariant ()

See the font-variant property definition in CSS2.

public abstract String getFontWeight ()

See the font-weight property definition in CSS2.

public abstract String getHeight ()

See the height property definition in CSS2.

public abstract String getLeft ()

See the left property definition in CSS2.

public abstract String getLetterSpacing ()

See the letter-spacing property definition in CSS2.

public abstract String getLineHeight ()

See the line-height property definition in CSS2.

public abstract String getListStyle ()

See the list-style property definition in CSS2.

public abstract String getListStyleImage ()

See the list-style-image property definition in CSS2.

public abstract String getListStylePosition ()

See the list-style-position property definition in CSS2.

public abstract String getListStyleType ()

See the list-style-type property definition in CSS2.

public abstract String getMargin ()

See the margin property definition in CSS2.

public abstract String getMarginBottom ()

See the margin-bottom property definition in CSS2.

public abstract String getMarginLeft ()

See the margin-left property definition in CSS2.

public abstract String getMarginRight ()

See the margin-right property definition in CSS2.

public abstract String getMarginTop ()

See the margin-top property definition in CSS2.

public abstract String getMarkerOffset ()

See the marker-offset property definition in CSS2.

public abstract String getMarks ()

See the marks property definition in CSS2.

public abstract String getMaxHeight ()

See the max-height property definition in CSS2.

public abstract String getMaxWidth ()

See the max-width property definition in CSS2.

public abstract String getMinHeight ()

See the min-height property definition in CSS2.

public abstract String getMinWidth ()

See the min-width property definition in CSS2.

public abstract String getOrphans ()

See the orphans property definition in CSS2.

public abstract String getOutline ()

See the outline property definition in CSS2.

public abstract String getOutlineColor ()

See the outline-color property definition in CSS2.

public abstract String getOutlineStyle ()

See the outline-style property definition in CSS2.

public abstract String getOutlineWidth ()

See the outline-width property definition in CSS2.

public abstract String getOverflow ()

See the overflow property definition in CSS2.

public abstract String getPadding ()

See the padding property definition in CSS2.

public abstract String getPaddingBottom ()

See the padding-bottom property definition in CSS2.

public abstract String getPaddingLeft ()

See the padding-left property definition in CSS2.

public abstract String getPaddingRight ()

See the padding-right property definition in CSS2.

public abstract String getPaddingTop ()

See the padding-top property definition in CSS2.

public abstract String getPage ()

See the page property definition in CSS2.

public abstract String getPageBreakAfter ()

See the page-break-after property definition in CSS2.

public abstract String getPageBreakBefore ()

See the page-break-before property definition in CSS2.

public abstract String getPageBreakInside ()

See the page-break-inside property definition in CSS2.

public abstract String getPause ()

See the pause property definition in CSS2.

public abstract String getPauseAfter ()

See the pause-after property definition in CSS2.

public abstract String getPauseBefore ()

See the pause-before property definition in CSS2.

public abstract String getPitch ()

See the pitch property definition in CSS2.

public abstract String getPitchRange ()

See the pitch-range property definition in CSS2.

public abstract String getPlayDuring ()

See the play-during property definition in CSS2.

public abstract String getPosition ()

See the position property definition in CSS2.

public abstract String getQuotes ()

See the quotes property definition in CSS2.

public abstract String getRichness ()

See the richness property definition in CSS2.

public abstract String getRight ()

See the right property definition in CSS2.

public abstract String getSize ()

See the size property definition in CSS2.

public abstract String getSpeak ()

See the speak property definition in CSS2.

public abstract String getSpeakHeader ()

See the speak-header property definition in CSS2.

public abstract String getSpeakNumeral ()

See the speak-numeral property definition in CSS2.

public abstract String getSpeakPunctuation ()

See the speak-punctuation property definition in CSS2.

public abstract String getSpeechRate ()

See the speech-rate property definition in CSS2.

public abstract String getStress ()

See the stress property definition in CSS2.

public abstract String getTableLayout ()

See the table-layout property definition in CSS2.

public abstract String getTextAlign ()

See the text-align property definition in CSS2.

public abstract String getTextDecoration ()

See the text-decoration property definition in CSS2.

public abstract String getTextIndent ()

See the text-indent property definition in CSS2.

public abstract String getTextShadow ()

See the text-shadow property definition in CSS2.

public abstract String getTextTransform ()

See the text-transform property definition in CSS2.

public abstract String getTop ()

See the top property definition in CSS2.

public abstract String getUnicodeBidi ()

See the unicode-bidi property definition in CSS2.

public abstract String getVerticalAlign ()

See the vertical-align property definition in CSS2.

public abstract String getVisibility ()

See the visibility property definition in CSS2.

public abstract String getVoiceFamily ()

See the voice-family property definition in CSS2.

public abstract String getVolume ()

See the volume property definition in CSS2.

public abstract String getWhiteSpace ()

See the white-space property definition in CSS2.

public abstract String getWidows ()

See the widows property definition in CSS2.

public abstract String getWidth ()

See the width property definition in CSS2.

public abstract String getWordSpacing ()

See the word-spacing property definition in CSS2.

public abstract String getZIndex ()

See the z-index property definition in CSS2.

public abstract void setAzimuth (String azimuth)

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.

public abstract void setBackground (String background)

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.

public abstract void setBackgroundAttachment (String backgroundAttachment)

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.

public abstract void setBackgroundColor (String backgroundColor)

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.

public abstract void setBackgroundImage (String backgroundImage)

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.

public abstract void setBackgroundPosition (String backgroundPosition)

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.

public abstract void setBackgroundRepeat (String backgroundRepeat)

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.

public abstract void setBorder (String border)

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.

public abstract void setBorderBottom (String borderBottom)

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.

public abstract void setBorderBottomColor (String borderBottomColor)

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.

public abstract void setBorderBottomStyle (String borderBottomStyle)

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.

public abstract void setBorderBottomWidth (String borderBottomWidth)

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.

public abstract void setBorderCollapse (String borderCollapse)

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.

public abstract void setBorderColor (String borderColor)

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.

public abstract void setBorderLeft (String borderLeft)

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.

public abstract void setBorderLeftColor (String borderLeftColor)

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.

public abstract void setBorderLeftStyle (String borderLeftStyle)

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.

public abstract void setBorderLeftWidth (String borderLeftWidth)

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.

public abstract void setBorderRight (String borderRight)

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.

public abstract void setBorderRightColor (String borderRightColor)

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.

public abstract void setBorderRightStyle (String borderRightStyle)

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.

public abstract void setBorderRightWidth (String borderRightWidth)

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.

public abstract void setBorderSpacing (String borderSpacing)

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.

public abstract void setBorderStyle (String borderStyle)

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.

public abstract void setBorderTop (String borderTop)

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.

public abstract void setBorderTopColor (String borderTopColor)

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.

public abstract void setBorderTopStyle (String borderTopStyle)

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.

public abstract void setBorderTopWidth (String borderTopWidth)

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.

public abstract void setBorderWidth (String borderWidth)

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.

public abstract void setBottom (String bottom)

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.

public abstract void setCaptionSide (String captionSide)

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.

public abstract void setClear (String clear)

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.

public abstract void setClip (String clip)

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.

public abstract void setColor (String color)

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.

public abstract void setContent (String content)

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.

public abstract void setCounterIncrement (String counterIncrement)

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.

public abstract void setCounterReset (String counterReset)

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.

public abstract void setCssFloat (String cssFloat)

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.

public abstract void setCue (String cue)

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.

public abstract void setCueAfter (String cueAfter)

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.

public abstract void setCueBefore (String cueBefore)

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.

public abstract void setCursor (String cursor)

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.

public abstract void setDirection (String direction)

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.

public abstract void setDisplay (String display)

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.

public abstract void setElevation (String elevation)

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.

public abstract void setEmptyCells (String emptyCells)

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.

public abstract void setFont (String font)

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.

public abstract void setFontFamily (String fontFamily)

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.

public abstract void setFontSize (String fontSize)

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.

public abstract void setFontSizeAdjust (String fontSizeAdjust)

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.

public abstract void setFontStretch (String fontStretch)

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.

public abstract void setFontStyle (String fontStyle)

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.

public abstract void setFontVariant (String fontVariant)

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.

public abstract void setFontWeight (String fontWeight)

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.

public abstract void setHeight (String height)

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.

public abstract void setLeft (String left)

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.

public abstract void setLetterSpacing (String letterSpacing)

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.

public abstract void setLineHeight (String lineHeight)

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.

public abstract void setListStyle (String listStyle)

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.

public abstract void setListStyleImage (String listStyleImage)

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.

public abstract void setListStylePosition (String listStylePosition)

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.

public abstract void setListStyleType (String listStyleType)

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.

public abstract void setMargin (String margin)

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.

public abstract void setMarginBottom (String marginBottom)

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.

public abstract void setMarginLeft (String marginLeft)

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.

public abstract void setMarginRight (String marginRight)

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.

public abstract void setMarginTop (String marginTop)

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.

public abstract void setMarkerOffset (String markerOffset)

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.

public abstract void setMarks (String marks)

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.

public abstract void setMaxHeight (String maxHeight)

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.

public abstract void setMaxWidth (String maxWidth)

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.

public abstract void setMinHeight (String minHeight)

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.

public abstract void setMinWidth (String minWidth)

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.

public abstract void setOrphans (String orphans)

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.

public abstract void setOutline (String outline)

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.

public abstract void setOutlineColor (String outlineColor)

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.

public abstract void setOutlineStyle (String outlineStyle)

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.

public abstract void setOutlineWidth (String outlineWidth)

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.

public abstract void setOverflow (String overflow)

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.

public abstract void setPadding (String padding)

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.

public abstract void setPaddingBottom (String paddingBottom)

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.

public abstract void setPaddingLeft (String paddingLeft)

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.

public abstract void setPaddingRight (String paddingRight)

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.

public abstract void setPaddingTop (String paddingTop)

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.

public abstract void setPage (String page)

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.

public abstract void setPageBreakAfter (String pageBreakAfter)

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.

public abstract void setPageBreakBefore (String pageBreakBefore)

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.

public abstract void setPageBreakInside (String pageBreakInside)

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.

public abstract void setPause (String pause)

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.

public abstract void setPauseAfter (String pauseAfter)

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.

public abstract void setPauseBefore (String pauseBefore)

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.

public abstract void setPitch (String pitch)

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.

public abstract void setPitchRange (String pitchRange)

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.

public abstract void setPlayDuring (String playDuring)

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.

public abstract void setPosition (String position)

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.

public abstract void setQuotes (String quotes)

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.

public abstract void setRichness (String richness)

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.

public abstract void setRight (String right)

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.

public abstract void setSize (String size)

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.

public abstract void setSpeak (String speak)

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.

public abstract void setSpeakHeader (String speakHeader)

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.

public abstract void setSpeakNumeral (String speakNumeral)

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.

public abstract void setSpeakPunctuation (String speakPunctuation)

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.

public abstract void setSpeechRate (String speechRate)

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.

public abstract void setStress (String stress)

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.

public abstract void setTableLayout (String tableLayout)

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.

public abstract void setTextAlign (String textAlign)

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.

public abstract void setTextDecoration (String textDecoration)

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.

public abstract void setTextIndent (String textIndent)

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.

public abstract void setTextShadow (String textShadow)

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.

public abstract void setTextTransform (String textTransform)

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.

public abstract void setTop (String top)

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.

public abstract void setUnicodeBidi (String unicodeBidi)

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.

public abstract void setVerticalAlign (String verticalAlign)

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.

public abstract void setVisibility (String visibility)

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.

public abstract void setVoiceFamily (String voiceFamily)

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.

public abstract void setVolume (String volume)

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.

public abstract void setWhiteSpace (String whiteSpace)

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.

public abstract void setWidows (String widows)

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.

public abstract void setWidth (String width)

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.

public abstract void setWordSpacing (String wordSpacing)

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.

public abstract void setZIndex (String zIndex)

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.