org.w3c.dom.css

Interface CSS2Properties

public interface CSS2Properties

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.

Since: DOM Level 2

Method Summary
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)
voidsetBackground(String background)
voidsetBackgroundAttachment(String backgroundAttachment)
voidsetBackgroundColor(String backgroundColor)
voidsetBackgroundImage(String backgroundImage)
voidsetBackgroundPosition(String backgroundPosition)
voidsetBackgroundRepeat(String backgroundRepeat)
voidsetBorder(String border)
voidsetBorderBottom(String borderBottom)
voidsetBorderBottomColor(String borderBottomColor)
voidsetBorderBottomStyle(String borderBottomStyle)
voidsetBorderBottomWidth(String borderBottomWidth)
voidsetBorderCollapse(String borderCollapse)
voidsetBorderColor(String borderColor)
voidsetBorderLeft(String borderLeft)
voidsetBorderLeftColor(String borderLeftColor)
voidsetBorderLeftStyle(String borderLeftStyle)
voidsetBorderLeftWidth(String borderLeftWidth)
voidsetBorderRight(String borderRight)
voidsetBorderRightColor(String borderRightColor)
voidsetBorderRightStyle(String borderRightStyle)
voidsetBorderRightWidth(String borderRightWidth)
voidsetBorderSpacing(String borderSpacing)
voidsetBorderStyle(String borderStyle)
voidsetBorderTop(String borderTop)
voidsetBorderTopColor(String borderTopColor)
voidsetBorderTopStyle(String borderTopStyle)
voidsetBorderTopWidth(String borderTopWidth)
voidsetBorderWidth(String borderWidth)
voidsetBottom(String bottom)
voidsetCaptionSide(String captionSide)
voidsetClear(String clear)
voidsetClip(String clip)
voidsetColor(String color)
voidsetContent(String content)
voidsetCounterIncrement(String counterIncrement)
voidsetCounterReset(String counterReset)
voidsetCssFloat(String cssFloat)
voidsetCue(String cue)
voidsetCueAfter(String cueAfter)
voidsetCueBefore(String cueBefore)
voidsetCursor(String cursor)
voidsetDirection(String direction)
voidsetDisplay(String display)
voidsetElevation(String elevation)
voidsetEmptyCells(String emptyCells)
voidsetFont(String font)
voidsetFontFamily(String fontFamily)
voidsetFontSize(String fontSize)
voidsetFontSizeAdjust(String fontSizeAdjust)
voidsetFontStretch(String fontStretch)
voidsetFontStyle(String fontStyle)
voidsetFontVariant(String fontVariant)
voidsetFontWeight(String fontWeight)
voidsetHeight(String height)
voidsetLeft(String left)
voidsetLetterSpacing(String letterSpacing)
voidsetLineHeight(String lineHeight)
voidsetListStyle(String listStyle)
voidsetListStyleImage(String listStyleImage)
voidsetListStylePosition(String listStylePosition)
voidsetListStyleType(String listStyleType)
voidsetMargin(String margin)
voidsetMarginBottom(String marginBottom)
voidsetMarginLeft(String marginLeft)
voidsetMarginRight(String marginRight)
voidsetMarginTop(String marginTop)
voidsetMarkerOffset(String markerOffset)
voidsetMarks(String marks)
voidsetMaxHeight(String maxHeight)
voidsetMaxWidth(String maxWidth)
voidsetMinHeight(String minHeight)
voidsetMinWidth(String minWidth)
voidsetOrphans(String orphans)
voidsetOutline(String outline)
voidsetOutlineColor(String outlineColor)
voidsetOutlineStyle(String outlineStyle)
voidsetOutlineWidth(String outlineWidth)
voidsetOverflow(String overflow)
voidsetPadding(String padding)
voidsetPaddingBottom(String paddingBottom)
voidsetPaddingLeft(String paddingLeft)
voidsetPaddingRight(String paddingRight)
voidsetPaddingTop(String paddingTop)
voidsetPage(String page)
voidsetPageBreakAfter(String pageBreakAfter)
voidsetPageBreakBefore(String pageBreakBefore)
voidsetPageBreakInside(String pageBreakInside)
voidsetPause(String pause)
voidsetPauseAfter(String pauseAfter)
voidsetPauseBefore(String pauseBefore)
voidsetPitch(String pitch)
voidsetPitchRange(String pitchRange)
voidsetPlayDuring(String playDuring)
voidsetPosition(String position)
voidsetQuotes(String quotes)
voidsetRichness(String richness)
voidsetRight(String right)
voidsetSize(String size)
voidsetSpeak(String speak)
voidsetSpeakHeader(String speakHeader)
voidsetSpeakNumeral(String speakNumeral)
voidsetSpeakPunctuation(String speakPunctuation)
voidsetSpeechRate(String speechRate)
voidsetStress(String stress)
voidsetTableLayout(String tableLayout)
voidsetTextAlign(String textAlign)
voidsetTextDecoration(String textDecoration)
voidsetTextIndent(String textIndent)
voidsetTextShadow(String textShadow)
voidsetTextTransform(String textTransform)
voidsetTop(String top)
voidsetUnicodeBidi(String unicodeBidi)
voidsetVerticalAlign(String verticalAlign)
voidsetVisibility(String visibility)
voidsetVoiceFamily(String voiceFamily)
voidsetVolume(String volume)
voidsetWhiteSpace(String whiteSpace)
voidsetWidows(String widows)
voidsetWidth(String width)
voidsetWordSpacing(String wordSpacing)
voidsetZIndex(String zIndex)

Method Detail

getAzimuth

public String getAzimuth()
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.

getBackground

public String getBackground()
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.

getBackgroundAttachment

public String getBackgroundAttachment()
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.

getBackgroundColor

public String getBackgroundColor()
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.

getBackgroundImage

public String getBackgroundImage()
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.

getBackgroundPosition

public String getBackgroundPosition()
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.

getBackgroundRepeat

public String getBackgroundRepeat()
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.

getBorder

public String getBorder()
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.

getBorderBottom

public String getBorderBottom()
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.

getBorderBottomColor

public String getBorderBottomColor()
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.

getBorderBottomStyle

public String getBorderBottomStyle()
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.

getBorderBottomWidth

public String getBorderBottomWidth()
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.

getBorderCollapse

public String getBorderCollapse()
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.

getBorderColor

public String getBorderColor()
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.

getBorderLeft

public String getBorderLeft()
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.

getBorderLeftColor

public String getBorderLeftColor()
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.

getBorderLeftStyle

public String getBorderLeftStyle()
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.

getBorderLeftWidth

public String getBorderLeftWidth()
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.

getBorderRight

public String getBorderRight()
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.

getBorderRightColor

public String getBorderRightColor()
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.

getBorderRightStyle

public String getBorderRightStyle()
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.

getBorderRightWidth

public String getBorderRightWidth()
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.

getBorderSpacing

public String getBorderSpacing()
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.

getBorderStyle

public String getBorderStyle()
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.

getBorderTop

public String getBorderTop()
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.

getBorderTopColor

public String getBorderTopColor()
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.

getBorderTopStyle

public String getBorderTopStyle()
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.

getBorderTopWidth

public String getBorderTopWidth()
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.

getBorderWidth

public String getBorderWidth()
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.

getBottom

public String getBottom()
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.

getCaptionSide

public String getCaptionSide()
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.

getClear

public String getClear()
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.

getClip

public String getClip()
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.

getColor

public String getColor()
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.

getContent

public String getContent()
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.

getCounterIncrement

public String getCounterIncrement()
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.

getCounterReset

public String getCounterReset()
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.

getCssFloat

public String getCssFloat()
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.

getCue

public String getCue()
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.

getCueAfter

public String getCueAfter()
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.

getCueBefore

public String getCueBefore()
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.

getCursor

public String getCursor()
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.

getDirection

public String getDirection()
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.

getDisplay

public String getDisplay()
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.

getElevation

public String getElevation()
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.

getEmptyCells

public String getEmptyCells()
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.

getFont

public String getFont()
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.

getFontFamily

public String getFontFamily()
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.

getFontSize

public String getFontSize()
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.

getFontSizeAdjust

public String getFontSizeAdjust()
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.

getFontStretch

public String getFontStretch()
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.

getFontStyle

public String getFontStyle()
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.

getFontVariant

public String getFontVariant()
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.

getFontWeight

public String getFontWeight()
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.

getHeight

public String getHeight()
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.

getLeft

public String getLeft()
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.

getLetterSpacing

public String getLetterSpacing()
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.

getLineHeight

public String getLineHeight()
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.

getListStyle

public String getListStyle()
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.

getListStyleImage

public String getListStyleImage()
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.

getListStylePosition

public String getListStylePosition()
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.

getListStyleType

public String getListStyleType()
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.

getMargin

public String getMargin()
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.

getMarginBottom

public String getMarginBottom()
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.

getMarginLeft

public String getMarginLeft()
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.

getMarginRight

public String getMarginRight()
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.

getMarginTop

public String getMarginTop()
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.

getMarkerOffset

public String getMarkerOffset()
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.

getMarks

public String getMarks()
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.

getMaxHeight

public String getMaxHeight()
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.

getMaxWidth

public String getMaxWidth()
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.

getMinHeight

public String getMinHeight()
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.

getMinWidth

public String getMinWidth()
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.

getOrphans

public String getOrphans()
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.

getOutline

public String getOutline()
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.

getOutlineColor

public String getOutlineColor()
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.

getOutlineStyle

public String getOutlineStyle()
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.

getOutlineWidth

public String getOutlineWidth()
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.

getOverflow

public String getOverflow()
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.

getPadding

public String getPadding()
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.

getPaddingBottom

public String getPaddingBottom()
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.

getPaddingLeft

public String getPaddingLeft()
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.

getPaddingRight

public String getPaddingRight()
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.

getPaddingTop

public String getPaddingTop()
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.

getPage

public String getPage()
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.

getPageBreakAfter

public String getPageBreakAfter()
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.

getPageBreakBefore

public String getPageBreakBefore()
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.

getPageBreakInside

public String getPageBreakInside()
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.

getPause

public String getPause()
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.

getPauseAfter

public String getPauseAfter()
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.

getPauseBefore

public String getPauseBefore()
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.

getPitch

public String getPitch()
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.

getPitchRange

public String getPitchRange()
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.

getPlayDuring

public String getPlayDuring()
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.

getPosition

public String getPosition()
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.

getQuotes

public String getQuotes()
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.

getRichness

public String getRichness()
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.

getRight

public String getRight()
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.

getSize

public String getSize()
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.

getSpeak

public String getSpeak()
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.

getSpeakHeader

public String getSpeakHeader()
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.

getSpeakNumeral

public String getSpeakNumeral()
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.

getSpeakPunctuation

public String getSpeakPunctuation()
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.

getSpeechRate

public String getSpeechRate()
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.

getStress

public String getStress()
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.

getTableLayout

public String getTableLayout()
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.

getTextAlign

public String getTextAlign()
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.

getTextDecoration

public String getTextDecoration()
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.

getTextIndent

public String getTextIndent()
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.

getTextShadow

public String getTextShadow()
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.

getTextTransform

public String getTextTransform()
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.

getTop

public String getTop()
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.

getUnicodeBidi

public String getUnicodeBidi()
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.

getVerticalAlign

public String getVerticalAlign()
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.

getVisibility

public String getVisibility()
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.

getVoiceFamily

public String getVoiceFamily()
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.

getVolume

public String getVolume()
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.

getWhiteSpace

public String getWhiteSpace()
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.

getWidows

public String getWidows()
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.

getWidth

public String getWidth()
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.

getWordSpacing

public String getWordSpacing()
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.

getZIndex

public String getZIndex()
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.

setAzimuth

public void setAzimuth(String azimuth)

setBackground

public void setBackground(String background)

setBackgroundAttachment

public void setBackgroundAttachment(String backgroundAttachment)

setBackgroundColor

public void setBackgroundColor(String backgroundColor)

setBackgroundImage

public void setBackgroundImage(String backgroundImage)

setBackgroundPosition

public void setBackgroundPosition(String backgroundPosition)

setBackgroundRepeat

public void setBackgroundRepeat(String backgroundRepeat)

setBorder

public void setBorder(String border)

setBorderBottom

public void setBorderBottom(String borderBottom)

setBorderBottomColor

public void setBorderBottomColor(String borderBottomColor)

setBorderBottomStyle

public void setBorderBottomStyle(String borderBottomStyle)

setBorderBottomWidth

public void setBorderBottomWidth(String borderBottomWidth)

setBorderCollapse

public void setBorderCollapse(String borderCollapse)

setBorderColor

public void setBorderColor(String borderColor)

setBorderLeft

public void setBorderLeft(String borderLeft)

setBorderLeftColor

public void setBorderLeftColor(String borderLeftColor)

setBorderLeftStyle

public void setBorderLeftStyle(String borderLeftStyle)

setBorderLeftWidth

public void setBorderLeftWidth(String borderLeftWidth)

setBorderRight

public void setBorderRight(String borderRight)

setBorderRightColor

public void setBorderRightColor(String borderRightColor)

setBorderRightStyle

public void setBorderRightStyle(String borderRightStyle)

setBorderRightWidth

public void setBorderRightWidth(String borderRightWidth)

setBorderSpacing

public void setBorderSpacing(String borderSpacing)

setBorderStyle

public void setBorderStyle(String borderStyle)

setBorderTop

public void setBorderTop(String borderTop)

setBorderTopColor

public void setBorderTopColor(String borderTopColor)

setBorderTopStyle

public void setBorderTopStyle(String borderTopStyle)

setBorderTopWidth

public void setBorderTopWidth(String borderTopWidth)

setBorderWidth

public void setBorderWidth(String borderWidth)

setBottom

public void setBottom(String bottom)

setCaptionSide

public void setCaptionSide(String captionSide)

setClear

public void setClear(String clear)

setClip

public void setClip(String clip)

setColor

public void setColor(String color)

setContent

public void setContent(String content)

setCounterIncrement

public void setCounterIncrement(String counterIncrement)

setCounterReset

public void setCounterReset(String counterReset)

setCssFloat

public void setCssFloat(String cssFloat)

setCue

public void setCue(String cue)

setCueAfter

public void setCueAfter(String cueAfter)

setCueBefore

public void setCueBefore(String cueBefore)

setCursor

public void setCursor(String cursor)

setDirection

public void setDirection(String direction)

setDisplay

public void setDisplay(String display)

setElevation

public void setElevation(String elevation)

setEmptyCells

public void setEmptyCells(String emptyCells)

setFont

public void setFont(String font)

setFontFamily

public void setFontFamily(String fontFamily)

setFontSize

public void setFontSize(String fontSize)

setFontSizeAdjust

public void setFontSizeAdjust(String fontSizeAdjust)

setFontStretch

public void setFontStretch(String fontStretch)

setFontStyle

public void setFontStyle(String fontStyle)

setFontVariant

public void setFontVariant(String fontVariant)

setFontWeight

public void setFontWeight(String fontWeight)

setHeight

public void setHeight(String height)

setLeft

public void setLeft(String left)

setLetterSpacing

public void setLetterSpacing(String letterSpacing)

setLineHeight

public void setLineHeight(String lineHeight)

setListStyle

public void setListStyle(String listStyle)

setListStyleImage

public void setListStyleImage(String listStyleImage)

setListStylePosition

public void setListStylePosition(String listStylePosition)

setListStyleType

public void setListStyleType(String listStyleType)

setMargin

public void setMargin(String margin)

setMarginBottom

public void setMarginBottom(String marginBottom)

setMarginLeft

public void setMarginLeft(String marginLeft)

setMarginRight

public void setMarginRight(String marginRight)

setMarginTop

public void setMarginTop(String marginTop)

setMarkerOffset

public void setMarkerOffset(String markerOffset)

setMarks

public void setMarks(String marks)

setMaxHeight

public void setMaxHeight(String maxHeight)

setMaxWidth

public void setMaxWidth(String maxWidth)

setMinHeight

public void setMinHeight(String minHeight)

setMinWidth

public void setMinWidth(String minWidth)

setOrphans

public void setOrphans(String orphans)

setOutline

public void setOutline(String outline)

setOutlineColor

public void setOutlineColor(String outlineColor)

setOutlineStyle

public void setOutlineStyle(String outlineStyle)

setOutlineWidth

public void setOutlineWidth(String outlineWidth)

setOverflow

public void setOverflow(String overflow)

setPadding

public void setPadding(String padding)

setPaddingBottom

public void setPaddingBottom(String paddingBottom)

setPaddingLeft

public void setPaddingLeft(String paddingLeft)

setPaddingRight

public void setPaddingRight(String paddingRight)

setPaddingTop

public void setPaddingTop(String paddingTop)

setPage

public void setPage(String page)

setPageBreakAfter

public void setPageBreakAfter(String pageBreakAfter)

setPageBreakBefore

public void setPageBreakBefore(String pageBreakBefore)

setPageBreakInside

public void setPageBreakInside(String pageBreakInside)

setPause

public void setPause(String pause)

setPauseAfter

public void setPauseAfter(String pauseAfter)

setPauseBefore

public void setPauseBefore(String pauseBefore)

setPitch

public void setPitch(String pitch)

setPitchRange

public void setPitchRange(String pitchRange)

setPlayDuring

public void setPlayDuring(String playDuring)

setPosition

public void setPosition(String position)

setQuotes

public void setQuotes(String quotes)

setRichness

public void setRichness(String richness)

setRight

public void setRight(String right)

setSize

public void setSize(String size)

setSpeak

public void setSpeak(String speak)

setSpeakHeader

public void setSpeakHeader(String speakHeader)

setSpeakNumeral

public void setSpeakNumeral(String speakNumeral)

setSpeakPunctuation

public void setSpeakPunctuation(String speakPunctuation)

setSpeechRate

public void setSpeechRate(String speechRate)

setStress

public void setStress(String stress)

setTableLayout

public void setTableLayout(String tableLayout)

setTextAlign

public void setTextAlign(String textAlign)

setTextDecoration

public void setTextDecoration(String textDecoration)

setTextIndent

public void setTextIndent(String textIndent)

setTextShadow

public void setTextShadow(String textShadow)

setTextTransform

public void setTextTransform(String textTransform)

setTop

public void setTop(String top)

setUnicodeBidi

public void setUnicodeBidi(String unicodeBidi)

setVerticalAlign

public void setVerticalAlign(String verticalAlign)

setVisibility

public void setVisibility(String visibility)

setVoiceFamily

public void setVoiceFamily(String voiceFamily)

setVolume

public void setVolume(String volume)

setWhiteSpace

public void setWhiteSpace(String whiteSpace)

setWidows

public void setWidows(String widows)

setWidth

public void setWidth(String width)

setWordSpacing

public void setWordSpacing(String wordSpacing)

setZIndex

public void setZIndex(String zIndex)