Interface CSS2Properties
-
public interface CSS2PropertiesTheCSS2Propertiesinterface represents a convenience mechanism for retrieving and setting properties within aCSSStyleDeclaration. The attributes of this interface correspond to all the properties specified in CSS2. Getting an attribute of this interface is equivalent to calling thegetPropertyValuemethod of theCSSStyleDeclarationinterface. Setting an attribute of this interface is equivalent to calling thesetPropertymethod of theCSSStyleDeclarationinterface.A conformant implementation of the CSS module is not required to implement the
CSS2Propertiesinterface. If an implementation does implement this interface, the expectation is that language-specific methods can be used to cast from an instance of theCSSStyleDeclarationinterface to theCSS2Propertiesinterface.If an implementation does implement this interface, it is expected to understand the specific syntax of the shorthand properties, and apply their semantics; when the
marginproperty is set, for example, themarginTop,marginRight,marginBottomandmarginLeftproperties are actually being set by the underlying implementation.When dealing with CSS "shorthand" properties, the shorthand properties should be decomposed into their component longhand properties as appropriate, and when querying for their value, the form returned should be the shortest form exactly equivalent to the declarations made in the ruleset. However, if there is no shorthand declaration that could be added to the ruleset without changing in any way the rules already declared in the ruleset (i.e., by adding longhand rules that were previously not declared in the ruleset), then the empty string should be returned for the shorthand property.
For example, querying for the
fontproperty should not return "normal normal normal 14pt/normal Arial, sans-serif", when "14pt Arial, sans-serif" suffices. (The normals are initial values, and are implied by use of the longhand property.)If the values for all the longhand properties that compose a particular string are the initial values, then a string consisting of all the initial values should be returned (e.g. a
border-widthvalue of "medium" should be returned as such, not as "").For some shorthand properties that take missing values from other sides, such as the
margin,padding, andborder-[width|style|color]properties, the minimum number of sides possible should be used; i.e., "0px 10px" will be returned instead of "0px 10px 0px 10px".If the value of a shorthand property can not be decomposed into its component longhand properties, as is the case for the
fontproperty with a value of "menu", querying for the values of the component longhand properties should return the empty string.See also the Document Object Model (DOM) Level 2 Style Specification.
- Since:
- DOM Level 2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAzimuth()See the azimuth property definition in CSS2.java.lang.StringgetBackground()See the background property definition in CSS2.java.lang.StringgetBackgroundAttachment()See the background-attachment property definition in CSS2.java.lang.StringgetBackgroundColor()See the background-color property definition in CSS2.java.lang.StringgetBackgroundImage()See the background-image property definition in CSS2.java.lang.StringgetBackgroundPosition()See the background-position property definition in CSS2.java.lang.StringgetBackgroundRepeat()See the background-repeat property definition in CSS2.java.lang.StringgetBorder()See the border property definition in CSS2.java.lang.StringgetBorderBottom()See the border-bottom property definition in CSS2.java.lang.StringgetBorderBottomColor()See the border-bottom-color property definition in CSS2.java.lang.StringgetBorderBottomStyle()See the border-bottom-style property definition in CSS2.java.lang.StringgetBorderBottomWidth()See the border-bottom-width property definition in CSS2.java.lang.StringgetBorderCollapse()See the border-collapse property definition in CSS2.java.lang.StringgetBorderColor()See the border-color property definition in CSS2.java.lang.StringgetBorderLeft()See the border-left property definition in CSS2.java.lang.StringgetBorderLeftColor()See the border-left-color property definition in CSS2.java.lang.StringgetBorderLeftStyle()See the border-left-style property definition in CSS2.java.lang.StringgetBorderLeftWidth()See the border-left-width property definition in CSS2.java.lang.StringgetBorderRight()See the border-right property definition in CSS2.java.lang.StringgetBorderRightColor()See the border-right-color property definition in CSS2.java.lang.StringgetBorderRightStyle()See the border-right-style property definition in CSS2.java.lang.StringgetBorderRightWidth()See the border-right-width property definition in CSS2.java.lang.StringgetBorderSpacing()See the border-spacing property definition in CSS2.java.lang.StringgetBorderStyle()See the border-style property definition in CSS2.java.lang.StringgetBorderTop()See the border-top property definition in CSS2.java.lang.StringgetBorderTopColor()See the border-top-color property definition in CSS2.java.lang.StringgetBorderTopStyle()See the border-top-style property definition in CSS2.java.lang.StringgetBorderTopWidth()See the border-top-width property definition in CSS2.java.lang.StringgetBorderWidth()See the border-width property definition in CSS2.java.lang.StringgetBottom()See the bottom property definition in CSS2.java.lang.StringgetCaptionSide()See the caption-side property definition in CSS2.java.lang.StringgetClear()See the clear property definition in CSS2.java.lang.StringgetClip()See the clip property definition in CSS2.java.lang.StringgetColor()See the color property definition in CSS2.java.lang.StringgetContent()See the content property definition in CSS2.java.lang.StringgetCounterIncrement()See the counter-increment property definition in CSS2.java.lang.StringgetCounterReset()See the counter-reset property definition in CSS2.java.lang.StringgetCssFloat()See the float property definition in CSS2.java.lang.StringgetCue()See the cue property definition in CSS2.java.lang.StringgetCueAfter()See the cue-after property definition in CSS2.java.lang.StringgetCueBefore()See the cue-before property definition in CSS2.java.lang.StringgetCursor()See the cursor property definition in CSS2.java.lang.StringgetDirection()See the direction property definition in CSS2.java.lang.StringgetDisplay()See the display property definition in CSS2.java.lang.StringgetElevation()See the elevation property definition in CSS2.java.lang.StringgetEmptyCells()See the empty-cells property definition in CSS2.java.lang.StringgetFont()See the font property definition in CSS2.java.lang.StringgetFontFamily()See the font-family property definition in CSS2.java.lang.StringgetFontSize()See the font-size property definition in CSS2.java.lang.StringgetFontSizeAdjust()See the font-size-adjust property definition in CSS2.java.lang.StringgetFontStretch()See the font-stretch property definition in CSS2.java.lang.StringgetFontStyle()See the font-style property definition in CSS2.java.lang.StringgetFontVariant()See the font-variant property definition in CSS2.java.lang.StringgetFontWeight()See the font-weight property definition in CSS2.java.lang.StringgetHeight()See the height property definition in CSS2.java.lang.StringgetLeft()See the left property definition in CSS2.java.lang.StringgetLetterSpacing()See the letter-spacing property definition in CSS2.java.lang.StringgetLineHeight()See the line-height property definition in CSS2.java.lang.StringgetListStyle()See the list-style property definition in CSS2.java.lang.StringgetListStyleImage()See the list-style-image property definition in CSS2.java.lang.StringgetListStylePosition()See the list-style-position property definition in CSS2.java.lang.StringgetListStyleType()See the list-style-type property definition in CSS2.java.lang.StringgetMargin()See the margin property definition in CSS2.java.lang.StringgetMarginBottom()See the margin-bottom property definition in CSS2.java.lang.StringgetMarginLeft()See the margin-left property definition in CSS2.java.lang.StringgetMarginRight()See the margin-right property definition in CSS2.java.lang.StringgetMarginTop()See the margin-top property definition in CSS2.java.lang.StringgetMarkerOffset()See the marker-offset property definition in CSS2.java.lang.StringgetMarks()See the marks property definition in CSS2.java.lang.StringgetMaxHeight()See the max-height property definition in CSS2.java.lang.StringgetMaxWidth()See the max-width property definition in CSS2.java.lang.StringgetMinHeight()See the min-height property definition in CSS2.java.lang.StringgetMinWidth()See the min-width property definition in CSS2.java.lang.StringgetOrphans()See the orphans property definition in CSS2.java.lang.StringgetOutline()See the outline property definition in CSS2.java.lang.StringgetOutlineColor()See the outline-color property definition in CSS2.java.lang.StringgetOutlineStyle()See the outline-style property definition in CSS2.java.lang.StringgetOutlineWidth()See the outline-width property definition in CSS2.java.lang.StringgetOverflow()See the overflow property definition in CSS2.java.lang.StringgetPadding()See the padding property definition in CSS2.java.lang.StringgetPaddingBottom()See the padding-bottom property definition in CSS2.java.lang.StringgetPaddingLeft()See the padding-left property definition in CSS2.java.lang.StringgetPaddingRight()See the padding-right property definition in CSS2.java.lang.StringgetPaddingTop()See the padding-top property definition in CSS2.java.lang.StringgetPage()See the page property definition in CSS2.java.lang.StringgetPageBreakAfter()See the page-break-after property definition in CSS2.java.lang.StringgetPageBreakBefore()See the page-break-before property definition in CSS2.java.lang.StringgetPageBreakInside()See the page-break-inside property definition in CSS2.java.lang.StringgetPause()See the pause property definition in CSS2.java.lang.StringgetPauseAfter()See the pause-after property definition in CSS2.java.lang.StringgetPauseBefore()See the pause-before property definition in CSS2.java.lang.StringgetPitch()See the pitch property definition in CSS2.java.lang.StringgetPitchRange()See the pitch-range property definition in CSS2.java.lang.StringgetPlayDuring()See the play-during property definition in CSS2.java.lang.StringgetPosition()See the position property definition in CSS2.java.lang.StringgetQuotes()See the quotes property definition in CSS2.java.lang.StringgetRichness()See the richness property definition in CSS2.java.lang.StringgetRight()See the right property definition in CSS2.java.lang.StringgetSize()See the size property definition in CSS2.java.lang.StringgetSpeak()See the speak property definition in CSS2.java.lang.StringgetSpeakHeader()See the speak-header property definition in CSS2.java.lang.StringgetSpeakNumeral()See the speak-numeral property definition in CSS2.java.lang.StringgetSpeakPunctuation()See the speak-punctuation property definition in CSS2.java.lang.StringgetSpeechRate()See the speech-rate property definition in CSS2.java.lang.StringgetStress()See the stress property definition in CSS2.java.lang.StringgetTableLayout()See the table-layout property definition in CSS2.java.lang.StringgetTextAlign()See the text-align property definition in CSS2.java.lang.StringgetTextDecoration()See the text-decoration property definition in CSS2.java.lang.StringgetTextIndent()See the text-indent property definition in CSS2.java.lang.StringgetTextShadow()See the text-shadow property definition in CSS2.java.lang.StringgetTextTransform()See the text-transform property definition in CSS2.java.lang.StringgetTop()See the top property definition in CSS2.java.lang.StringgetUnicodeBidi()See the unicode-bidi property definition in CSS2.java.lang.StringgetVerticalAlign()See the vertical-align property definition in CSS2.java.lang.StringgetVisibility()See the visibility property definition in CSS2.java.lang.StringgetVoiceFamily()See the voice-family property definition in CSS2.java.lang.StringgetVolume()See the volume property definition in CSS2.java.lang.StringgetWhiteSpace()See the white-space property definition in CSS2.java.lang.StringgetWidows()See the widows property definition in CSS2.java.lang.StringgetWidth()See the width property definition in CSS2.java.lang.StringgetWordSpacing()See the word-spacing property definition in CSS2.java.lang.StringgetZIndex()See the z-index property definition in CSS2.voidsetAzimuth(java.lang.String azimuth)See the azimuth property definition in CSS2.voidsetBackground(java.lang.String background)See the background property definition in CSS2.voidsetBackgroundAttachment(java.lang.String backgroundAttachment)See the background-attachment property definition in CSS2.voidsetBackgroundColor(java.lang.String backgroundColor)See the background-color property definition in CSS2.voidsetBackgroundImage(java.lang.String backgroundImage)See the background-image property definition in CSS2.voidsetBackgroundPosition(java.lang.String backgroundPosition)See the background-position property definition in CSS2.voidsetBackgroundRepeat(java.lang.String backgroundRepeat)See the background-repeat property definition in CSS2.voidsetBorder(java.lang.String border)See the border property definition in CSS2.voidsetBorderBottom(java.lang.String borderBottom)See the border-bottom property definition in CSS2.voidsetBorderBottomColor(java.lang.String borderBottomColor)See the border-bottom-color property definition in CSS2.voidsetBorderBottomStyle(java.lang.String borderBottomStyle)See the border-bottom-style property definition in CSS2.voidsetBorderBottomWidth(java.lang.String borderBottomWidth)See the border-bottom-width property definition in CSS2.voidsetBorderCollapse(java.lang.String borderCollapse)See the border-collapse property definition in CSS2.voidsetBorderColor(java.lang.String borderColor)See the border-color property definition in CSS2.voidsetBorderLeft(java.lang.String borderLeft)See the border-left property definition in CSS2.voidsetBorderLeftColor(java.lang.String borderLeftColor)See the border-left-color property definition in CSS2.voidsetBorderLeftStyle(java.lang.String borderLeftStyle)See the border-left-style property definition in CSS2.voidsetBorderLeftWidth(java.lang.String borderLeftWidth)See the border-left-width property definition in CSS2.voidsetBorderRight(java.lang.String borderRight)See the border-right property definition in CSS2.voidsetBorderRightColor(java.lang.String borderRightColor)See the border-right-color property definition in CSS2.voidsetBorderRightStyle(java.lang.String borderRightStyle)See the border-right-style property definition in CSS2.voidsetBorderRightWidth(java.lang.String borderRightWidth)See the border-right-width property definition in CSS2.voidsetBorderSpacing(java.lang.String borderSpacing)See the border-spacing property definition in CSS2.voidsetBorderStyle(java.lang.String borderStyle)See the border-style property definition in CSS2.voidsetBorderTop(java.lang.String borderTop)See the border-top property definition in CSS2.voidsetBorderTopColor(java.lang.String borderTopColor)See the border-top-color property definition in CSS2.voidsetBorderTopStyle(java.lang.String borderTopStyle)See the border-top-style property definition in CSS2.voidsetBorderTopWidth(java.lang.String borderTopWidth)See the border-top-width property definition in CSS2.voidsetBorderWidth(java.lang.String borderWidth)See the border-width property definition in CSS2.voidsetBottom(java.lang.String bottom)See the bottom property definition in CSS2.voidsetCaptionSide(java.lang.String captionSide)See the caption-side property definition in CSS2.voidsetClear(java.lang.String clear)See the clear property definition in CSS2.voidsetClip(java.lang.String clip)See the clip property definition in CSS2.voidsetColor(java.lang.String color)See the color property definition in CSS2.voidsetContent(java.lang.String content)See the content property definition in CSS2.voidsetCounterIncrement(java.lang.String counterIncrement)See the counter-increment property definition in CSS2.voidsetCounterReset(java.lang.String counterReset)See the counter-reset property definition in CSS2.voidsetCssFloat(java.lang.String cssFloat)See the float property definition in CSS2.voidsetCue(java.lang.String cue)See the cue property definition in CSS2.voidsetCueAfter(java.lang.String cueAfter)See the cue-after property definition in CSS2.voidsetCueBefore(java.lang.String cueBefore)See the cue-before property definition in CSS2.voidsetCursor(java.lang.String cursor)See the cursor property definition in CSS2.voidsetDirection(java.lang.String direction)See the direction property definition in CSS2.voidsetDisplay(java.lang.String display)See the display property definition in CSS2.voidsetElevation(java.lang.String elevation)See the elevation property definition in CSS2.voidsetEmptyCells(java.lang.String emptyCells)See the empty-cells property definition in CSS2.voidsetFont(java.lang.String font)See the font property definition in CSS2.voidsetFontFamily(java.lang.String fontFamily)See the font-family property definition in CSS2.voidsetFontSize(java.lang.String fontSize)See the font-size property definition in CSS2.voidsetFontSizeAdjust(java.lang.String fontSizeAdjust)See the font-size-adjust property definition in CSS2.voidsetFontStretch(java.lang.String fontStretch)See the font-stretch property definition in CSS2.voidsetFontStyle(java.lang.String fontStyle)See the font-style property definition in CSS2.voidsetFontVariant(java.lang.String fontVariant)See the font-variant property definition in CSS2.voidsetFontWeight(java.lang.String fontWeight)See the font-weight property definition in CSS2.voidsetHeight(java.lang.String height)See the height property definition in CSS2.voidsetLeft(java.lang.String left)See the left property definition in CSS2.voidsetLetterSpacing(java.lang.String letterSpacing)See the letter-spacing property definition in CSS2.voidsetLineHeight(java.lang.String lineHeight)See the line-height property definition in CSS2.voidsetListStyle(java.lang.String listStyle)See the list-style property definition in CSS2.voidsetListStyleImage(java.lang.String listStyleImage)See the list-style-image property definition in CSS2.voidsetListStylePosition(java.lang.String listStylePosition)See the list-style-position property definition in CSS2.voidsetListStyleType(java.lang.String listStyleType)See the list-style-type property definition in CSS2.voidsetMargin(java.lang.String margin)See the margin property definition in CSS2.voidsetMarginBottom(java.lang.String marginBottom)See the margin-bottom property definition in CSS2.voidsetMarginLeft(java.lang.String marginLeft)See the margin-left property definition in CSS2.voidsetMarginRight(java.lang.String marginRight)See the margin-right property definition in CSS2.voidsetMarginTop(java.lang.String marginTop)See the margin-top property definition in CSS2.voidsetMarkerOffset(java.lang.String markerOffset)See the marker-offset property definition in CSS2.voidsetMarks(java.lang.String marks)See the marks property definition in CSS2.voidsetMaxHeight(java.lang.String maxHeight)See the max-height property definition in CSS2.voidsetMaxWidth(java.lang.String maxWidth)See the max-width property definition in CSS2.voidsetMinHeight(java.lang.String minHeight)See the min-height property definition in CSS2.voidsetMinWidth(java.lang.String minWidth)See the min-width property definition in CSS2.voidsetOrphans(java.lang.String orphans)See the orphans property definition in CSS2.voidsetOutline(java.lang.String outline)See the outline property definition in CSS2.voidsetOutlineColor(java.lang.String outlineColor)See the outline-color property definition in CSS2.voidsetOutlineStyle(java.lang.String outlineStyle)See the outline-style property definition in CSS2.voidsetOutlineWidth(java.lang.String outlineWidth)See the outline-width property definition in CSS2.voidsetOverflow(java.lang.String overflow)See the overflow property definition in CSS2.voidsetPadding(java.lang.String padding)See the padding property definition in CSS2.voidsetPaddingBottom(java.lang.String paddingBottom)See the padding-bottom property definition in CSS2.voidsetPaddingLeft(java.lang.String paddingLeft)See the padding-left property definition in CSS2.voidsetPaddingRight(java.lang.String paddingRight)See the padding-right property definition in CSS2.voidsetPaddingTop(java.lang.String paddingTop)See the padding-top property definition in CSS2.voidsetPage(java.lang.String page)See the page property definition in CSS2.voidsetPageBreakAfter(java.lang.String pageBreakAfter)See the page-break-after property definition in CSS2.voidsetPageBreakBefore(java.lang.String pageBreakBefore)See the page-break-before property definition in CSS2.voidsetPageBreakInside(java.lang.String pageBreakInside)See the page-break-inside property definition in CSS2.voidsetPause(java.lang.String pause)See the pause property definition in CSS2.voidsetPauseAfter(java.lang.String pauseAfter)See the pause-after property definition in CSS2.voidsetPauseBefore(java.lang.String pauseBefore)See the pause-before property definition in CSS2.voidsetPitch(java.lang.String pitch)See the pitch property definition in CSS2.voidsetPitchRange(java.lang.String pitchRange)See the pitch-range property definition in CSS2.voidsetPlayDuring(java.lang.String playDuring)See the play-during property definition in CSS2.voidsetPosition(java.lang.String position)See the position property definition in CSS2.voidsetQuotes(java.lang.String quotes)See the quotes property definition in CSS2.voidsetRichness(java.lang.String richness)See the richness property definition in CSS2.voidsetRight(java.lang.String right)See the right property definition in CSS2.voidsetSize(java.lang.String size)See the size property definition in CSS2.voidsetSpeak(java.lang.String speak)See the speak property definition in CSS2.voidsetSpeakHeader(java.lang.String speakHeader)See the speak-header property definition in CSS2.voidsetSpeakNumeral(java.lang.String speakNumeral)See the speak-numeral property definition in CSS2.voidsetSpeakPunctuation(java.lang.String speakPunctuation)See the speak-punctuation property definition in CSS2.voidsetSpeechRate(java.lang.String speechRate)See the speech-rate property definition in CSS2.voidsetStress(java.lang.String stress)See the stress property definition in CSS2.voidsetTableLayout(java.lang.String tableLayout)See the table-layout property definition in CSS2.voidsetTextAlign(java.lang.String textAlign)See the text-align property definition in CSS2.voidsetTextDecoration(java.lang.String textDecoration)See the text-decoration property definition in CSS2.voidsetTextIndent(java.lang.String textIndent)See the text-indent property definition in CSS2.voidsetTextShadow(java.lang.String textShadow)See the text-shadow property definition in CSS2.voidsetTextTransform(java.lang.String textTransform)See the text-transform property definition in CSS2.voidsetTop(java.lang.String top)See the top property definition in CSS2.voidsetUnicodeBidi(java.lang.String unicodeBidi)See the unicode-bidi property definition in CSS2.voidsetVerticalAlign(java.lang.String verticalAlign)See the vertical-align property definition in CSS2.voidsetVisibility(java.lang.String visibility)See the visibility property definition in CSS2.voidsetVoiceFamily(java.lang.String voiceFamily)See the voice-family property definition in CSS2.voidsetVolume(java.lang.String volume)See the volume property definition in CSS2.voidsetWhiteSpace(java.lang.String whiteSpace)See the white-space property definition in CSS2.voidsetWidows(java.lang.String widows)See the widows property definition in CSS2.voidsetWidth(java.lang.String width)See the width property definition in CSS2.voidsetWordSpacing(java.lang.String wordSpacing)See the word-spacing property definition in CSS2.voidsetZIndex(java.lang.String zIndex)See the z-index property definition in CSS2.
-
-
-
Method Detail
-
getAzimuth
java.lang.String getAzimuth()
See the azimuth property definition in CSS2.
-
setAzimuth
void setAzimuth(java.lang.String azimuth) throws DOMExceptionSee 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
java.lang.String getBackground()
See the background property definition in CSS2.
-
setBackground
void setBackground(java.lang.String background) throws DOMExceptionSee 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
java.lang.String getBackgroundAttachment()
See the background-attachment property definition in CSS2.
-
setBackgroundAttachment
void setBackgroundAttachment(java.lang.String backgroundAttachment) throws DOMExceptionSee 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
java.lang.String getBackgroundColor()
See the background-color property definition in CSS2.
-
setBackgroundColor
void setBackgroundColor(java.lang.String backgroundColor) throws DOMExceptionSee 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
java.lang.String getBackgroundImage()
See the background-image property definition in CSS2.
-
setBackgroundImage
void setBackgroundImage(java.lang.String backgroundImage) throws DOMExceptionSee 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
java.lang.String getBackgroundPosition()
See the background-position property definition in CSS2.
-
setBackgroundPosition
void setBackgroundPosition(java.lang.String backgroundPosition) throws DOMExceptionSee 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
java.lang.String getBackgroundRepeat()
See the background-repeat property definition in CSS2.
-
setBackgroundRepeat
void setBackgroundRepeat(java.lang.String backgroundRepeat) throws DOMExceptionSee 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
java.lang.String getBorder()
See the border property definition in CSS2.
-
setBorder
void setBorder(java.lang.String border) throws DOMExceptionSee 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.
-
getBorderCollapse
java.lang.String getBorderCollapse()
See the border-collapse property definition in CSS2.
-
setBorderCollapse
void setBorderCollapse(java.lang.String borderCollapse) throws DOMExceptionSee 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
java.lang.String getBorderColor()
See the border-color property definition in CSS2.
-
setBorderColor
void setBorderColor(java.lang.String borderColor) throws DOMExceptionSee 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.
-
getBorderSpacing
java.lang.String getBorderSpacing()
See the border-spacing property definition in CSS2.
-
setBorderSpacing
void setBorderSpacing(java.lang.String borderSpacing) throws DOMExceptionSee 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
java.lang.String getBorderStyle()
See the border-style property definition in CSS2.
-
setBorderStyle
void setBorderStyle(java.lang.String borderStyle) throws DOMExceptionSee 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
java.lang.String getBorderTop()
See the border-top property definition in CSS2.
-
setBorderTop
void setBorderTop(java.lang.String borderTop) throws DOMExceptionSee 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.
-
getBorderRight
java.lang.String getBorderRight()
See the border-right property definition in CSS2.
-
setBorderRight
void setBorderRight(java.lang.String borderRight) throws DOMExceptionSee 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.
-
getBorderBottom
java.lang.String getBorderBottom()
See the border-bottom property definition in CSS2.
-
setBorderBottom
void setBorderBottom(java.lang.String borderBottom) throws DOMExceptionSee 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.
-
getBorderLeft
java.lang.String getBorderLeft()
See the border-left property definition in CSS2.
-
setBorderLeft
void setBorderLeft(java.lang.String borderLeft) throws DOMExceptionSee 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.
-
getBorderTopColor
java.lang.String getBorderTopColor()
See the border-top-color property definition in CSS2.
-
setBorderTopColor
void setBorderTopColor(java.lang.String borderTopColor) throws DOMExceptionSee 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.
-
getBorderRightColor
java.lang.String getBorderRightColor()
See the border-right-color property definition in CSS2.
-
setBorderRightColor
void setBorderRightColor(java.lang.String borderRightColor) throws DOMExceptionSee 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.
-
getBorderBottomColor
java.lang.String getBorderBottomColor()
See the border-bottom-color property definition in CSS2.
-
setBorderBottomColor
void setBorderBottomColor(java.lang.String borderBottomColor) throws DOMExceptionSee 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.
-
getBorderLeftColor
java.lang.String getBorderLeftColor()
See the border-left-color property definition in CSS2.
-
setBorderLeftColor
void setBorderLeftColor(java.lang.String borderLeftColor) throws DOMExceptionSee 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.
-
getBorderTopStyle
java.lang.String getBorderTopStyle()
See the border-top-style property definition in CSS2.
-
setBorderTopStyle
void setBorderTopStyle(java.lang.String borderTopStyle) throws DOMExceptionSee 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.
-
getBorderRightStyle
java.lang.String getBorderRightStyle()
See the border-right-style property definition in CSS2.
-
setBorderRightStyle
void setBorderRightStyle(java.lang.String borderRightStyle) throws DOMExceptionSee 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.
-
getBorderBottomStyle
java.lang.String getBorderBottomStyle()
See the border-bottom-style property definition in CSS2.
-
setBorderBottomStyle
void setBorderBottomStyle(java.lang.String borderBottomStyle) throws DOMExceptionSee 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.
-
getBorderLeftStyle
java.lang.String getBorderLeftStyle()
See the border-left-style property definition in CSS2.
-
setBorderLeftStyle
void setBorderLeftStyle(java.lang.String borderLeftStyle) throws DOMExceptionSee 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.
-
getBorderTopWidth
java.lang.String getBorderTopWidth()
See the border-top-width property definition in CSS2.
-
setBorderTopWidth
void setBorderTopWidth(java.lang.String borderTopWidth) throws DOMExceptionSee 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.
-
getBorderRightWidth
java.lang.String getBorderRightWidth()
See the border-right-width property definition in CSS2.
-
setBorderRightWidth
void setBorderRightWidth(java.lang.String borderRightWidth) throws DOMExceptionSee 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.
-
getBorderBottomWidth
java.lang.String getBorderBottomWidth()
See the border-bottom-width property definition in CSS2.
-
setBorderBottomWidth
void setBorderBottomWidth(java.lang.String borderBottomWidth) throws DOMExceptionSee 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.
-
getBorderLeftWidth
java.lang.String getBorderLeftWidth()
See the border-left-width property definition in CSS2.
-
setBorderLeftWidth
void setBorderLeftWidth(java.lang.String borderLeftWidth) throws DOMExceptionSee 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.
-
getBorderWidth
java.lang.String getBorderWidth()
See the border-width property definition in CSS2.
-
setBorderWidth
void setBorderWidth(java.lang.String borderWidth) throws DOMExceptionSee 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
java.lang.String getBottom()
See the bottom property definition in CSS2.
-
setBottom
void setBottom(java.lang.String bottom) throws DOMExceptionSee 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
java.lang.String getCaptionSide()
See the caption-side property definition in CSS2.
-
setCaptionSide
void setCaptionSide(java.lang.String captionSide) throws DOMExceptionSee 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
java.lang.String getClear()
See the clear property definition in CSS2.
-
setClear
void setClear(java.lang.String clear) throws DOMExceptionSee 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
java.lang.String getClip()
See the clip property definition in CSS2.
-
setClip
void setClip(java.lang.String clip) throws DOMExceptionSee 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
java.lang.String getColor()
See the color property definition in CSS2.
-
setColor
void setColor(java.lang.String color) throws DOMExceptionSee 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
java.lang.String getContent()
See the content property definition in CSS2.
-
setContent
void setContent(java.lang.String content) throws DOMExceptionSee 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
java.lang.String getCounterIncrement()
See the counter-increment property definition in CSS2.
-
setCounterIncrement
void setCounterIncrement(java.lang.String counterIncrement) throws DOMExceptionSee 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
java.lang.String getCounterReset()
See the counter-reset property definition in CSS2.
-
setCounterReset
void setCounterReset(java.lang.String counterReset) throws DOMExceptionSee 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.
-
getCue
java.lang.String getCue()
See the cue property definition in CSS2.
-
setCue
void setCue(java.lang.String cue) throws DOMExceptionSee 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
java.lang.String getCueAfter()
See the cue-after property definition in CSS2.
-
setCueAfter
void setCueAfter(java.lang.String cueAfter) throws DOMExceptionSee 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
java.lang.String getCueBefore()
See the cue-before property definition in CSS2.
-
setCueBefore
void setCueBefore(java.lang.String cueBefore) throws DOMExceptionSee 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
java.lang.String getCursor()
See the cursor property definition in CSS2.
-
setCursor
void setCursor(java.lang.String cursor) throws DOMExceptionSee 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
java.lang.String getDirection()
See the direction property definition in CSS2.
-
setDirection
void setDirection(java.lang.String direction) throws DOMExceptionSee 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
java.lang.String getDisplay()
See the display property definition in CSS2.
-
setDisplay
void setDisplay(java.lang.String display) throws DOMExceptionSee 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
java.lang.String getElevation()
See the elevation property definition in CSS2.
-
setElevation
void setElevation(java.lang.String elevation) throws DOMExceptionSee 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
java.lang.String getEmptyCells()
See the empty-cells property definition in CSS2.
-
setEmptyCells
void setEmptyCells(java.lang.String emptyCells) throws DOMExceptionSee 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.
-
getCssFloat
java.lang.String getCssFloat()
See the float property definition in CSS2.
-
setCssFloat
void setCssFloat(java.lang.String cssFloat) throws DOMExceptionSee 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.
-
getFont
java.lang.String getFont()
See the font property definition in CSS2.
-
setFont
void setFont(java.lang.String font) throws DOMExceptionSee 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
java.lang.String getFontFamily()
See the font-family property definition in CSS2.
-
setFontFamily
void setFontFamily(java.lang.String fontFamily) throws DOMExceptionSee 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
java.lang.String getFontSize()
See the font-size property definition in CSS2.
-
setFontSize
void setFontSize(java.lang.String fontSize) throws DOMExceptionSee 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
java.lang.String getFontSizeAdjust()
See the font-size-adjust property definition in CSS2.
-
setFontSizeAdjust
void setFontSizeAdjust(java.lang.String fontSizeAdjust) throws DOMExceptionSee 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
java.lang.String getFontStretch()
See the font-stretch property definition in CSS2.
-
setFontStretch
void setFontStretch(java.lang.String fontStretch) throws DOMExceptionSee 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
java.lang.String getFontStyle()
See the font-style property definition in CSS2.
-
setFontStyle
void setFontStyle(java.lang.String fontStyle) throws DOMExceptionSee 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
java.lang.String getFontVariant()
See the font-variant property definition in CSS2.
-
setFontVariant
void setFontVariant(java.lang.String fontVariant) throws DOMExceptionSee 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
java.lang.String getFontWeight()
See the font-weight property definition in CSS2.
-
setFontWeight
void setFontWeight(java.lang.String fontWeight) throws DOMExceptionSee 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
java.lang.String getHeight()
See the height property definition in CSS2.
-
setHeight
void setHeight(java.lang.String height) throws DOMExceptionSee 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
java.lang.String getLeft()
See the left property definition in CSS2.
-
setLeft
void setLeft(java.lang.String left) throws DOMExceptionSee 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
java.lang.String getLetterSpacing()
See the letter-spacing property definition in CSS2.
-
setLetterSpacing
void setLetterSpacing(java.lang.String letterSpacing) throws DOMExceptionSee 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
java.lang.String getLineHeight()
See the line-height property definition in CSS2.
-
setLineHeight
void setLineHeight(java.lang.String lineHeight) throws DOMExceptionSee 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
java.lang.String getListStyle()
See the list-style property definition in CSS2.
-
setListStyle
void setListStyle(java.lang.String listStyle) throws DOMExceptionSee 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
java.lang.String getListStyleImage()
See the list-style-image property definition in CSS2.
-
setListStyleImage
void setListStyleImage(java.lang.String listStyleImage) throws DOMExceptionSee 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
java.lang.String getListStylePosition()
See the list-style-position property definition in CSS2.
-
setListStylePosition
void setListStylePosition(java.lang.String listStylePosition) throws DOMExceptionSee 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
java.lang.String getListStyleType()
See the list-style-type property definition in CSS2.
-
setListStyleType
void setListStyleType(java.lang.String listStyleType) throws DOMExceptionSee 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
java.lang.String getMargin()
See the margin property definition in CSS2.
-
setMargin
void setMargin(java.lang.String margin) throws DOMExceptionSee 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.
-
getMarginTop
java.lang.String getMarginTop()
See the margin-top property definition in CSS2.
-
setMarginTop
void setMarginTop(java.lang.String marginTop) throws DOMExceptionSee 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.
-
getMarginRight
java.lang.String getMarginRight()
See the margin-right property definition in CSS2.
-
setMarginRight
void setMarginRight(java.lang.String marginRight) throws DOMExceptionSee 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.
-
getMarginBottom
java.lang.String getMarginBottom()
See the margin-bottom property definition in CSS2.
-
setMarginBottom
void setMarginBottom(java.lang.String marginBottom) throws DOMExceptionSee 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
java.lang.String getMarginLeft()
See the margin-left property definition in CSS2.
-
setMarginLeft
void setMarginLeft(java.lang.String marginLeft) throws DOMExceptionSee 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.
-
getMarkerOffset
java.lang.String getMarkerOffset()
See the marker-offset property definition in CSS2.
-
setMarkerOffset
void setMarkerOffset(java.lang.String markerOffset) throws DOMExceptionSee 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
java.lang.String getMarks()
See the marks property definition in CSS2.
-
setMarks
void setMarks(java.lang.String marks) throws DOMExceptionSee 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
java.lang.String getMaxHeight()
See the max-height property definition in CSS2.
-
setMaxHeight
void setMaxHeight(java.lang.String maxHeight) throws DOMExceptionSee 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
java.lang.String getMaxWidth()
See the max-width property definition in CSS2.
-
setMaxWidth
void setMaxWidth(java.lang.String maxWidth) throws DOMExceptionSee 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
java.lang.String getMinHeight()
See the min-height property definition in CSS2.
-
setMinHeight
void setMinHeight(java.lang.String minHeight) throws DOMExceptionSee 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
java.lang.String getMinWidth()
See the min-width property definition in CSS2.
-
setMinWidth
void setMinWidth(java.lang.String minWidth) throws DOMExceptionSee 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
java.lang.String getOrphans()
See the orphans property definition in CSS2.
-
setOrphans
void setOrphans(java.lang.String orphans) throws DOMExceptionSee 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
java.lang.String getOutline()
See the outline property definition in CSS2.
-
setOutline
void setOutline(java.lang.String outline) throws DOMExceptionSee 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
java.lang.String getOutlineColor()
See the outline-color property definition in CSS2.
-
setOutlineColor
void setOutlineColor(java.lang.String outlineColor) throws DOMExceptionSee 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
java.lang.String getOutlineStyle()
See the outline-style property definition in CSS2.
-
setOutlineStyle
void setOutlineStyle(java.lang.String outlineStyle) throws DOMExceptionSee 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
java.lang.String getOutlineWidth()
See the outline-width property definition in CSS2.
-
setOutlineWidth
void setOutlineWidth(java.lang.String outlineWidth) throws DOMExceptionSee 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
java.lang.String getOverflow()
See the overflow property definition in CSS2.
-
setOverflow
void setOverflow(java.lang.String overflow) throws DOMExceptionSee 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
java.lang.String getPadding()
See the padding property definition in CSS2.
-
setPadding
void setPadding(java.lang.String padding) throws DOMExceptionSee 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.
-
getPaddingTop
java.lang.String getPaddingTop()
See the padding-top property definition in CSS2.
-
setPaddingTop
void setPaddingTop(java.lang.String paddingTop) throws DOMExceptionSee 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.
-
getPaddingRight
java.lang.String getPaddingRight()
See the padding-right property definition in CSS2.
-
setPaddingRight
void setPaddingRight(java.lang.String paddingRight) throws DOMExceptionSee 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.
-
getPaddingBottom
java.lang.String getPaddingBottom()
See the padding-bottom property definition in CSS2.
-
setPaddingBottom
void setPaddingBottom(java.lang.String paddingBottom) throws DOMExceptionSee 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
java.lang.String getPaddingLeft()
See the padding-left property definition in CSS2.
-
setPaddingLeft
void setPaddingLeft(java.lang.String paddingLeft) throws DOMExceptionSee 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.
-
getPage
java.lang.String getPage()
See the page property definition in CSS2.
-
setPage
void setPage(java.lang.String page) throws DOMExceptionSee 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
java.lang.String getPageBreakAfter()
See the page-break-after property definition in CSS2.
-
setPageBreakAfter
void setPageBreakAfter(java.lang.String pageBreakAfter) throws DOMExceptionSee 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
java.lang.String getPageBreakBefore()
See the page-break-before property definition in CSS2.
-
setPageBreakBefore
void setPageBreakBefore(java.lang.String pageBreakBefore) throws DOMExceptionSee 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
java.lang.String getPageBreakInside()
See the page-break-inside property definition in CSS2.
-
setPageBreakInside
void setPageBreakInside(java.lang.String pageBreakInside) throws DOMExceptionSee 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
java.lang.String getPause()
See the pause property definition in CSS2.
-
setPause
void setPause(java.lang.String pause) throws DOMExceptionSee 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
java.lang.String getPauseAfter()
See the pause-after property definition in CSS2.
-
setPauseAfter
void setPauseAfter(java.lang.String pauseAfter) throws DOMExceptionSee 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
java.lang.String getPauseBefore()
See the pause-before property definition in CSS2.
-
setPauseBefore
void setPauseBefore(java.lang.String pauseBefore) throws DOMExceptionSee 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
java.lang.String getPitch()
See the pitch property definition in CSS2.
-
setPitch
void setPitch(java.lang.String pitch) throws DOMExceptionSee 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
java.lang.String getPitchRange()
See the pitch-range property definition in CSS2.
-
setPitchRange
void setPitchRange(java.lang.String pitchRange) throws DOMExceptionSee 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
java.lang.String getPlayDuring()
See the play-during property definition in CSS2.
-
setPlayDuring
void setPlayDuring(java.lang.String playDuring) throws DOMExceptionSee 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
java.lang.String getPosition()
See the position property definition in CSS2.
-
setPosition
void setPosition(java.lang.String position) throws DOMExceptionSee 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
java.lang.String getQuotes()
See the quotes property definition in CSS2.
-
setQuotes
void setQuotes(java.lang.String quotes) throws DOMExceptionSee 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
java.lang.String getRichness()
See the richness property definition in CSS2.
-
setRichness
void setRichness(java.lang.String richness) throws DOMExceptionSee 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
java.lang.String getRight()
See the right property definition in CSS2.
-
setRight
void setRight(java.lang.String right) throws DOMExceptionSee 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
java.lang.String getSize()
See the size property definition in CSS2.
-
setSize
void setSize(java.lang.String size) throws DOMExceptionSee 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
java.lang.String getSpeak()
See the speak property definition in CSS2.
-
setSpeak
void setSpeak(java.lang.String speak) throws DOMExceptionSee 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
java.lang.String getSpeakHeader()
See the speak-header property definition in CSS2.
-
setSpeakHeader
void setSpeakHeader(java.lang.String speakHeader) throws DOMExceptionSee 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
java.lang.String getSpeakNumeral()
See the speak-numeral property definition in CSS2.
-
setSpeakNumeral
void setSpeakNumeral(java.lang.String speakNumeral) throws DOMExceptionSee 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
java.lang.String getSpeakPunctuation()
See the speak-punctuation property definition in CSS2.
-
setSpeakPunctuation
void setSpeakPunctuation(java.lang.String speakPunctuation) throws DOMExceptionSee 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
java.lang.String getSpeechRate()
See the speech-rate property definition in CSS2.
-
setSpeechRate
void setSpeechRate(java.lang.String speechRate) throws DOMExceptionSee 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
java.lang.String getStress()
See the stress property definition in CSS2.
-
setStress
void setStress(java.lang.String stress) throws DOMExceptionSee 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
java.lang.String getTableLayout()
See the table-layout property definition in CSS2.
-
setTableLayout
void setTableLayout(java.lang.String tableLayout) throws DOMExceptionSee 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
java.lang.String getTextAlign()
See the text-align property definition in CSS2.
-
setTextAlign
void setTextAlign(java.lang.String textAlign) throws DOMExceptionSee 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
java.lang.String getTextDecoration()
See the text-decoration property definition in CSS2.
-
setTextDecoration
void setTextDecoration(java.lang.String textDecoration) throws DOMExceptionSee 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
java.lang.String getTextIndent()
See the text-indent property definition in CSS2.
-
setTextIndent
void setTextIndent(java.lang.String textIndent) throws DOMExceptionSee 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
java.lang.String getTextShadow()
See the text-shadow property definition in CSS2.
-
setTextShadow
void setTextShadow(java.lang.String textShadow) throws DOMExceptionSee 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
java.lang.String getTextTransform()
See the text-transform property definition in CSS2.
-
setTextTransform
void setTextTransform(java.lang.String textTransform) throws DOMExceptionSee 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
java.lang.String getTop()
See the top property definition in CSS2.
-
setTop
void setTop(java.lang.String top) throws DOMExceptionSee 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
java.lang.String getUnicodeBidi()
See the unicode-bidi property definition in CSS2.
-
setUnicodeBidi
void setUnicodeBidi(java.lang.String unicodeBidi) throws DOMExceptionSee 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
java.lang.String getVerticalAlign()
See the vertical-align property definition in CSS2.
-
setVerticalAlign
void setVerticalAlign(java.lang.String verticalAlign) throws DOMExceptionSee 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
java.lang.String getVisibility()
See the visibility property definition in CSS2.
-
setVisibility
void setVisibility(java.lang.String visibility) throws DOMExceptionSee 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
java.lang.String getVoiceFamily()
See the voice-family property definition in CSS2.
-
setVoiceFamily
void setVoiceFamily(java.lang.String voiceFamily) throws DOMExceptionSee 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
java.lang.String getVolume()
See the volume property definition in CSS2.
-
setVolume
void setVolume(java.lang.String volume) throws DOMExceptionSee 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
java.lang.String getWhiteSpace()
See the white-space property definition in CSS2.
-
setWhiteSpace
void setWhiteSpace(java.lang.String whiteSpace) throws DOMExceptionSee 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
java.lang.String getWidows()
See the widows property definition in CSS2.
-
setWidows
void setWidows(java.lang.String widows) throws DOMExceptionSee 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
java.lang.String getWidth()
See the width property definition in CSS2.
-
setWidth
void setWidth(java.lang.String width) throws DOMExceptionSee 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
java.lang.String getWordSpacing()
See the word-spacing property definition in CSS2.
-
setWordSpacing
void setWordSpacing(java.lang.String wordSpacing) throws DOMExceptionSee 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
java.lang.String getZIndex()
See the z-index property definition in CSS2.
-
setZIndex
void setZIndex(java.lang.String zIndex) throws DOMExceptionSee 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.
-
-