com.steadystate.css.dom
Class CSS2PropertiesImpl
java.lang.Object
com.steadystate.css.dom.CSS2PropertiesImpl
- All Implemented Interfaces:
- java.io.Serializable, org.w3c.dom.css.CSS2Properties
public class CSS2PropertiesImpl
- extends java.lang.Object
- implements org.w3c.dom.css.CSS2Properties, java.io.Serializable
Implementation of CSS2Properties
.
TODO: Implement.
- Version:
- $Id: CSS2PropertiesImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSS2PropertiesImpl
public CSS2PropertiesImpl()
- Creates new CSS2PropertiesImpl
getAzimuth
public java.lang.String getAzimuth()
- Specified by:
getAzimuth
in interface org.w3c.dom.css.CSS2Properties
setAzimuth
public void setAzimuth(java.lang.String azimuth)
throws org.w3c.dom.DOMException
- Specified by:
setAzimuth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackground
public java.lang.String getBackground()
- Specified by:
getBackground
in interface org.w3c.dom.css.CSS2Properties
setBackground
public void setBackground(java.lang.String background)
throws org.w3c.dom.DOMException
- Specified by:
setBackground
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackgroundAttachment
public java.lang.String getBackgroundAttachment()
- Specified by:
getBackgroundAttachment
in interface org.w3c.dom.css.CSS2Properties
setBackgroundAttachment
public void setBackgroundAttachment(java.lang.String backgroundAttachment)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundAttachment
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackgroundColor
public java.lang.String getBackgroundColor()
- Specified by:
getBackgroundColor
in interface org.w3c.dom.css.CSS2Properties
setBackgroundColor
public void setBackgroundColor(java.lang.String backgroundColor)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackgroundImage
public java.lang.String getBackgroundImage()
- Specified by:
getBackgroundImage
in interface org.w3c.dom.css.CSS2Properties
setBackgroundImage
public void setBackgroundImage(java.lang.String backgroundImage)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundImage
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackgroundPosition
public java.lang.String getBackgroundPosition()
- Specified by:
getBackgroundPosition
in interface org.w3c.dom.css.CSS2Properties
setBackgroundPosition
public void setBackgroundPosition(java.lang.String backgroundPosition)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundPosition
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBackgroundRepeat
public java.lang.String getBackgroundRepeat()
- Specified by:
getBackgroundRepeat
in interface org.w3c.dom.css.CSS2Properties
setBackgroundRepeat
public void setBackgroundRepeat(java.lang.String backgroundRepeat)
throws org.w3c.dom.DOMException
- Specified by:
setBackgroundRepeat
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorder
public java.lang.String getBorder()
- Specified by:
getBorder
in interface org.w3c.dom.css.CSS2Properties
setBorder
public void setBorder(java.lang.String border)
throws org.w3c.dom.DOMException
- Specified by:
setBorder
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderCollapse
public java.lang.String getBorderCollapse()
- Specified by:
getBorderCollapse
in interface org.w3c.dom.css.CSS2Properties
setBorderCollapse
public void setBorderCollapse(java.lang.String borderCollapse)
throws org.w3c.dom.DOMException
- Specified by:
setBorderCollapse
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderColor
public java.lang.String getBorderColor()
- Specified by:
getBorderColor
in interface org.w3c.dom.css.CSS2Properties
setBorderColor
public void setBorderColor(java.lang.String borderColor)
throws org.w3c.dom.DOMException
- Specified by:
setBorderColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderSpacing
public java.lang.String getBorderSpacing()
- Specified by:
getBorderSpacing
in interface org.w3c.dom.css.CSS2Properties
setBorderSpacing
public void setBorderSpacing(java.lang.String borderSpacing)
throws org.w3c.dom.DOMException
- Specified by:
setBorderSpacing
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderStyle
public java.lang.String getBorderStyle()
- Specified by:
getBorderStyle
in interface org.w3c.dom.css.CSS2Properties
setBorderStyle
public void setBorderStyle(java.lang.String borderStyle)
throws org.w3c.dom.DOMException
- Specified by:
setBorderStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderTop
public java.lang.String getBorderTop()
- Specified by:
getBorderTop
in interface org.w3c.dom.css.CSS2Properties
setBorderTop
public void setBorderTop(java.lang.String borderTop)
throws org.w3c.dom.DOMException
- Specified by:
setBorderTop
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderRight
public java.lang.String getBorderRight()
- Specified by:
getBorderRight
in interface org.w3c.dom.css.CSS2Properties
setBorderRight
public void setBorderRight(java.lang.String borderRight)
throws org.w3c.dom.DOMException
- Specified by:
setBorderRight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderBottom
public java.lang.String getBorderBottom()
- Specified by:
getBorderBottom
in interface org.w3c.dom.css.CSS2Properties
setBorderBottom
public void setBorderBottom(java.lang.String borderBottom)
throws org.w3c.dom.DOMException
- Specified by:
setBorderBottom
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderLeft
public java.lang.String getBorderLeft()
- Specified by:
getBorderLeft
in interface org.w3c.dom.css.CSS2Properties
setBorderLeft
public void setBorderLeft(java.lang.String borderLeft)
throws org.w3c.dom.DOMException
- Specified by:
setBorderLeft
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderTopColor
public java.lang.String getBorderTopColor()
- Specified by:
getBorderTopColor
in interface org.w3c.dom.css.CSS2Properties
setBorderTopColor
public void setBorderTopColor(java.lang.String borderTopColor)
throws org.w3c.dom.DOMException
- Specified by:
setBorderTopColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderRightColor
public java.lang.String getBorderRightColor()
- Specified by:
getBorderRightColor
in interface org.w3c.dom.css.CSS2Properties
setBorderRightColor
public void setBorderRightColor(java.lang.String borderRightColor)
throws org.w3c.dom.DOMException
- Specified by:
setBorderRightColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderBottomColor
public java.lang.String getBorderBottomColor()
- Specified by:
getBorderBottomColor
in interface org.w3c.dom.css.CSS2Properties
setBorderBottomColor
public void setBorderBottomColor(java.lang.String borderBottomColor)
throws org.w3c.dom.DOMException
- Specified by:
setBorderBottomColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderLeftColor
public java.lang.String getBorderLeftColor()
- Specified by:
getBorderLeftColor
in interface org.w3c.dom.css.CSS2Properties
setBorderLeftColor
public void setBorderLeftColor(java.lang.String borderLeftColor)
throws org.w3c.dom.DOMException
- Specified by:
setBorderLeftColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderTopStyle
public java.lang.String getBorderTopStyle()
- Specified by:
getBorderTopStyle
in interface org.w3c.dom.css.CSS2Properties
setBorderTopStyle
public void setBorderTopStyle(java.lang.String borderTopStyle)
throws org.w3c.dom.DOMException
- Specified by:
setBorderTopStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderRightStyle
public java.lang.String getBorderRightStyle()
- Specified by:
getBorderRightStyle
in interface org.w3c.dom.css.CSS2Properties
setBorderRightStyle
public void setBorderRightStyle(java.lang.String borderRightStyle)
throws org.w3c.dom.DOMException
- Specified by:
setBorderRightStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderBottomStyle
public java.lang.String getBorderBottomStyle()
- Specified by:
getBorderBottomStyle
in interface org.w3c.dom.css.CSS2Properties
setBorderBottomStyle
public void setBorderBottomStyle(java.lang.String borderBottomStyle)
throws org.w3c.dom.DOMException
- Specified by:
setBorderBottomStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderLeftStyle
public java.lang.String getBorderLeftStyle()
- Specified by:
getBorderLeftStyle
in interface org.w3c.dom.css.CSS2Properties
setBorderLeftStyle
public void setBorderLeftStyle(java.lang.String borderLeftStyle)
throws org.w3c.dom.DOMException
- Specified by:
setBorderLeftStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderTopWidth
public java.lang.String getBorderTopWidth()
- Specified by:
getBorderTopWidth
in interface org.w3c.dom.css.CSS2Properties
setBorderTopWidth
public void setBorderTopWidth(java.lang.String borderTopWidth)
throws org.w3c.dom.DOMException
- Specified by:
setBorderTopWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderRightWidth
public java.lang.String getBorderRightWidth()
- Specified by:
getBorderRightWidth
in interface org.w3c.dom.css.CSS2Properties
setBorderRightWidth
public void setBorderRightWidth(java.lang.String borderRightWidth)
throws org.w3c.dom.DOMException
- Specified by:
setBorderRightWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderBottomWidth
public java.lang.String getBorderBottomWidth()
- Specified by:
getBorderBottomWidth
in interface org.w3c.dom.css.CSS2Properties
setBorderBottomWidth
public void setBorderBottomWidth(java.lang.String borderBottomWidth)
throws org.w3c.dom.DOMException
- Specified by:
setBorderBottomWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderLeftWidth
public java.lang.String getBorderLeftWidth()
- Specified by:
getBorderLeftWidth
in interface org.w3c.dom.css.CSS2Properties
setBorderLeftWidth
public void setBorderLeftWidth(java.lang.String borderLeftWidth)
throws org.w3c.dom.DOMException
- Specified by:
setBorderLeftWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBorderWidth
public java.lang.String getBorderWidth()
- Specified by:
getBorderWidth
in interface org.w3c.dom.css.CSS2Properties
setBorderWidth
public void setBorderWidth(java.lang.String borderWidth)
throws org.w3c.dom.DOMException
- Specified by:
setBorderWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getBottom
public java.lang.String getBottom()
- Specified by:
getBottom
in interface org.w3c.dom.css.CSS2Properties
setBottom
public void setBottom(java.lang.String bottom)
throws org.w3c.dom.DOMException
- Specified by:
setBottom
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCaptionSide
public java.lang.String getCaptionSide()
- Specified by:
getCaptionSide
in interface org.w3c.dom.css.CSS2Properties
setCaptionSide
public void setCaptionSide(java.lang.String captionSide)
throws org.w3c.dom.DOMException
- Specified by:
setCaptionSide
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getClear
public java.lang.String getClear()
- Specified by:
getClear
in interface org.w3c.dom.css.CSS2Properties
setClear
public void setClear(java.lang.String clear)
throws org.w3c.dom.DOMException
- Specified by:
setClear
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getClip
public java.lang.String getClip()
- Specified by:
getClip
in interface org.w3c.dom.css.CSS2Properties
setClip
public void setClip(java.lang.String clip)
throws org.w3c.dom.DOMException
- Specified by:
setClip
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getColor
public java.lang.String getColor()
- Specified by:
getColor
in interface org.w3c.dom.css.CSS2Properties
setColor
public void setColor(java.lang.String color)
throws org.w3c.dom.DOMException
- Specified by:
setColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface org.w3c.dom.css.CSS2Properties
setContent
public void setContent(java.lang.String content)
throws org.w3c.dom.DOMException
- Specified by:
setContent
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCounterIncrement
public java.lang.String getCounterIncrement()
- Specified by:
getCounterIncrement
in interface org.w3c.dom.css.CSS2Properties
setCounterIncrement
public void setCounterIncrement(java.lang.String counterIncrement)
throws org.w3c.dom.DOMException
- Specified by:
setCounterIncrement
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCounterReset
public java.lang.String getCounterReset()
- Specified by:
getCounterReset
in interface org.w3c.dom.css.CSS2Properties
setCounterReset
public void setCounterReset(java.lang.String counterReset)
throws org.w3c.dom.DOMException
- Specified by:
setCounterReset
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCue
public java.lang.String getCue()
- Specified by:
getCue
in interface org.w3c.dom.css.CSS2Properties
setCue
public void setCue(java.lang.String cue)
throws org.w3c.dom.DOMException
- Specified by:
setCue
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCueAfter
public java.lang.String getCueAfter()
- Specified by:
getCueAfter
in interface org.w3c.dom.css.CSS2Properties
setCueAfter
public void setCueAfter(java.lang.String cueAfter)
throws org.w3c.dom.DOMException
- Specified by:
setCueAfter
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCueBefore
public java.lang.String getCueBefore()
- Specified by:
getCueBefore
in interface org.w3c.dom.css.CSS2Properties
setCueBefore
public void setCueBefore(java.lang.String cueBefore)
throws org.w3c.dom.DOMException
- Specified by:
setCueBefore
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCursor
public java.lang.String getCursor()
- Specified by:
getCursor
in interface org.w3c.dom.css.CSS2Properties
setCursor
public void setCursor(java.lang.String cursor)
throws org.w3c.dom.DOMException
- Specified by:
setCursor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getDirection
public java.lang.String getDirection()
- Specified by:
getDirection
in interface org.w3c.dom.css.CSS2Properties
setDirection
public void setDirection(java.lang.String direction)
throws org.w3c.dom.DOMException
- Specified by:
setDirection
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getDisplay
public java.lang.String getDisplay()
- Specified by:
getDisplay
in interface org.w3c.dom.css.CSS2Properties
setDisplay
public void setDisplay(java.lang.String display)
throws org.w3c.dom.DOMException
- Specified by:
setDisplay
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getElevation
public java.lang.String getElevation()
- Specified by:
getElevation
in interface org.w3c.dom.css.CSS2Properties
setElevation
public void setElevation(java.lang.String elevation)
throws org.w3c.dom.DOMException
- Specified by:
setElevation
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getEmptyCells
public java.lang.String getEmptyCells()
- Specified by:
getEmptyCells
in interface org.w3c.dom.css.CSS2Properties
setEmptyCells
public void setEmptyCells(java.lang.String emptyCells)
throws org.w3c.dom.DOMException
- Specified by:
setEmptyCells
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getCssFloat
public java.lang.String getCssFloat()
- Specified by:
getCssFloat
in interface org.w3c.dom.css.CSS2Properties
setCssFloat
public void setCssFloat(java.lang.String cssFloat)
throws org.w3c.dom.DOMException
- Specified by:
setCssFloat
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFont
public java.lang.String getFont()
- Specified by:
getFont
in interface org.w3c.dom.css.CSS2Properties
setFont
public void setFont(java.lang.String font)
throws org.w3c.dom.DOMException
- Specified by:
setFont
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontFamily
public java.lang.String getFontFamily()
- Specified by:
getFontFamily
in interface org.w3c.dom.css.CSS2Properties
setFontFamily
public void setFontFamily(java.lang.String fontFamily)
throws org.w3c.dom.DOMException
- Specified by:
setFontFamily
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontSize
public java.lang.String getFontSize()
- Specified by:
getFontSize
in interface org.w3c.dom.css.CSS2Properties
setFontSize
public void setFontSize(java.lang.String fontSize)
throws org.w3c.dom.DOMException
- Specified by:
setFontSize
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontSizeAdjust
public java.lang.String getFontSizeAdjust()
- Specified by:
getFontSizeAdjust
in interface org.w3c.dom.css.CSS2Properties
setFontSizeAdjust
public void setFontSizeAdjust(java.lang.String fontSizeAdjust)
throws org.w3c.dom.DOMException
- Specified by:
setFontSizeAdjust
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontStretch
public java.lang.String getFontStretch()
- Specified by:
getFontStretch
in interface org.w3c.dom.css.CSS2Properties
setFontStretch
public void setFontStretch(java.lang.String fontStretch)
throws org.w3c.dom.DOMException
- Specified by:
setFontStretch
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontStyle
public java.lang.String getFontStyle()
- Specified by:
getFontStyle
in interface org.w3c.dom.css.CSS2Properties
setFontStyle
public void setFontStyle(java.lang.String fontStyle)
throws org.w3c.dom.DOMException
- Specified by:
setFontStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontVariant
public java.lang.String getFontVariant()
- Specified by:
getFontVariant
in interface org.w3c.dom.css.CSS2Properties
setFontVariant
public void setFontVariant(java.lang.String fontVariant)
throws org.w3c.dom.DOMException
- Specified by:
setFontVariant
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getFontWeight
public java.lang.String getFontWeight()
- Specified by:
getFontWeight
in interface org.w3c.dom.css.CSS2Properties
setFontWeight
public void setFontWeight(java.lang.String fontWeight)
throws org.w3c.dom.DOMException
- Specified by:
setFontWeight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getHeight
public java.lang.String getHeight()
- Specified by:
getHeight
in interface org.w3c.dom.css.CSS2Properties
setHeight
public void setHeight(java.lang.String height)
throws org.w3c.dom.DOMException
- Specified by:
setHeight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getLeft
public java.lang.String getLeft()
- Specified by:
getLeft
in interface org.w3c.dom.css.CSS2Properties
setLeft
public void setLeft(java.lang.String left)
throws org.w3c.dom.DOMException
- Specified by:
setLeft
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getLetterSpacing
public java.lang.String getLetterSpacing()
- Specified by:
getLetterSpacing
in interface org.w3c.dom.css.CSS2Properties
setLetterSpacing
public void setLetterSpacing(java.lang.String letterSpacing)
throws org.w3c.dom.DOMException
- Specified by:
setLetterSpacing
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getLineHeight
public java.lang.String getLineHeight()
- Specified by:
getLineHeight
in interface org.w3c.dom.css.CSS2Properties
setLineHeight
public void setLineHeight(java.lang.String lineHeight)
throws org.w3c.dom.DOMException
- Specified by:
setLineHeight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getListStyle
public java.lang.String getListStyle()
- Specified by:
getListStyle
in interface org.w3c.dom.css.CSS2Properties
setListStyle
public void setListStyle(java.lang.String listStyle)
throws org.w3c.dom.DOMException
- Specified by:
setListStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getListStyleImage
public java.lang.String getListStyleImage()
- Specified by:
getListStyleImage
in interface org.w3c.dom.css.CSS2Properties
setListStyleImage
public void setListStyleImage(java.lang.String listStyleImage)
throws org.w3c.dom.DOMException
- Specified by:
setListStyleImage
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getListStylePosition
public java.lang.String getListStylePosition()
- Specified by:
getListStylePosition
in interface org.w3c.dom.css.CSS2Properties
setListStylePosition
public void setListStylePosition(java.lang.String listStylePosition)
throws org.w3c.dom.DOMException
- Specified by:
setListStylePosition
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getListStyleType
public java.lang.String getListStyleType()
- Specified by:
getListStyleType
in interface org.w3c.dom.css.CSS2Properties
setListStyleType
public void setListStyleType(java.lang.String listStyleType)
throws org.w3c.dom.DOMException
- Specified by:
setListStyleType
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMargin
public java.lang.String getMargin()
- Specified by:
getMargin
in interface org.w3c.dom.css.CSS2Properties
setMargin
public void setMargin(java.lang.String margin)
throws org.w3c.dom.DOMException
- Specified by:
setMargin
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarginTop
public java.lang.String getMarginTop()
- Specified by:
getMarginTop
in interface org.w3c.dom.css.CSS2Properties
setMarginTop
public void setMarginTop(java.lang.String marginTop)
throws org.w3c.dom.DOMException
- Specified by:
setMarginTop
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarginRight
public java.lang.String getMarginRight()
- Specified by:
getMarginRight
in interface org.w3c.dom.css.CSS2Properties
setMarginRight
public void setMarginRight(java.lang.String marginRight)
throws org.w3c.dom.DOMException
- Specified by:
setMarginRight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarginBottom
public java.lang.String getMarginBottom()
- Specified by:
getMarginBottom
in interface org.w3c.dom.css.CSS2Properties
setMarginBottom
public void setMarginBottom(java.lang.String marginBottom)
throws org.w3c.dom.DOMException
- Specified by:
setMarginBottom
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarginLeft
public java.lang.String getMarginLeft()
- Specified by:
getMarginLeft
in interface org.w3c.dom.css.CSS2Properties
setMarginLeft
public void setMarginLeft(java.lang.String marginLeft)
throws org.w3c.dom.DOMException
- Specified by:
setMarginLeft
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarkerOffset
public java.lang.String getMarkerOffset()
- Specified by:
getMarkerOffset
in interface org.w3c.dom.css.CSS2Properties
setMarkerOffset
public void setMarkerOffset(java.lang.String markerOffset)
throws org.w3c.dom.DOMException
- Specified by:
setMarkerOffset
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMarks
public java.lang.String getMarks()
- Specified by:
getMarks
in interface org.w3c.dom.css.CSS2Properties
setMarks
public void setMarks(java.lang.String marks)
throws org.w3c.dom.DOMException
- Specified by:
setMarks
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMaxHeight
public java.lang.String getMaxHeight()
- Specified by:
getMaxHeight
in interface org.w3c.dom.css.CSS2Properties
setMaxHeight
public void setMaxHeight(java.lang.String maxHeight)
throws org.w3c.dom.DOMException
- Specified by:
setMaxHeight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMaxWidth
public java.lang.String getMaxWidth()
- Specified by:
getMaxWidth
in interface org.w3c.dom.css.CSS2Properties
setMaxWidth
public void setMaxWidth(java.lang.String maxWidth)
throws org.w3c.dom.DOMException
- Specified by:
setMaxWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMinHeight
public java.lang.String getMinHeight()
- Specified by:
getMinHeight
in interface org.w3c.dom.css.CSS2Properties
setMinHeight
public void setMinHeight(java.lang.String minHeight)
throws org.w3c.dom.DOMException
- Specified by:
setMinHeight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getMinWidth
public java.lang.String getMinWidth()
- Specified by:
getMinWidth
in interface org.w3c.dom.css.CSS2Properties
setMinWidth
public void setMinWidth(java.lang.String minWidth)
throws org.w3c.dom.DOMException
- Specified by:
setMinWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOrphans
public java.lang.String getOrphans()
- Specified by:
getOrphans
in interface org.w3c.dom.css.CSS2Properties
setOrphans
public void setOrphans(java.lang.String orphans)
throws org.w3c.dom.DOMException
- Specified by:
setOrphans
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOutline
public java.lang.String getOutline()
- Specified by:
getOutline
in interface org.w3c.dom.css.CSS2Properties
setOutline
public void setOutline(java.lang.String outline)
throws org.w3c.dom.DOMException
- Specified by:
setOutline
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOutlineColor
public java.lang.String getOutlineColor()
- Specified by:
getOutlineColor
in interface org.w3c.dom.css.CSS2Properties
setOutlineColor
public void setOutlineColor(java.lang.String outlineColor)
throws org.w3c.dom.DOMException
- Specified by:
setOutlineColor
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOutlineStyle
public java.lang.String getOutlineStyle()
- Specified by:
getOutlineStyle
in interface org.w3c.dom.css.CSS2Properties
setOutlineStyle
public void setOutlineStyle(java.lang.String outlineStyle)
throws org.w3c.dom.DOMException
- Specified by:
setOutlineStyle
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOutlineWidth
public java.lang.String getOutlineWidth()
- Specified by:
getOutlineWidth
in interface org.w3c.dom.css.CSS2Properties
setOutlineWidth
public void setOutlineWidth(java.lang.String outlineWidth)
throws org.w3c.dom.DOMException
- Specified by:
setOutlineWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getOverflow
public java.lang.String getOverflow()
- Specified by:
getOverflow
in interface org.w3c.dom.css.CSS2Properties
setOverflow
public void setOverflow(java.lang.String overflow)
throws org.w3c.dom.DOMException
- Specified by:
setOverflow
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPadding
public java.lang.String getPadding()
- Specified by:
getPadding
in interface org.w3c.dom.css.CSS2Properties
setPadding
public void setPadding(java.lang.String padding)
throws org.w3c.dom.DOMException
- Specified by:
setPadding
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPaddingTop
public java.lang.String getPaddingTop()
- Specified by:
getPaddingTop
in interface org.w3c.dom.css.CSS2Properties
setPaddingTop
public void setPaddingTop(java.lang.String paddingTop)
throws org.w3c.dom.DOMException
- Specified by:
setPaddingTop
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPaddingRight
public java.lang.String getPaddingRight()
- Specified by:
getPaddingRight
in interface org.w3c.dom.css.CSS2Properties
setPaddingRight
public void setPaddingRight(java.lang.String paddingRight)
throws org.w3c.dom.DOMException
- Specified by:
setPaddingRight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPaddingBottom
public java.lang.String getPaddingBottom()
- Specified by:
getPaddingBottom
in interface org.w3c.dom.css.CSS2Properties
setPaddingBottom
public void setPaddingBottom(java.lang.String paddingBottom)
throws org.w3c.dom.DOMException
- Specified by:
setPaddingBottom
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPaddingLeft
public java.lang.String getPaddingLeft()
- Specified by:
getPaddingLeft
in interface org.w3c.dom.css.CSS2Properties
setPaddingLeft
public void setPaddingLeft(java.lang.String paddingLeft)
throws org.w3c.dom.DOMException
- Specified by:
setPaddingLeft
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPage
public java.lang.String getPage()
- Specified by:
getPage
in interface org.w3c.dom.css.CSS2Properties
setPage
public void setPage(java.lang.String page)
throws org.w3c.dom.DOMException
- Specified by:
setPage
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPageBreakAfter
public java.lang.String getPageBreakAfter()
- Specified by:
getPageBreakAfter
in interface org.w3c.dom.css.CSS2Properties
setPageBreakAfter
public void setPageBreakAfter(java.lang.String pageBreakAfter)
throws org.w3c.dom.DOMException
- Specified by:
setPageBreakAfter
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPageBreakBefore
public java.lang.String getPageBreakBefore()
- Specified by:
getPageBreakBefore
in interface org.w3c.dom.css.CSS2Properties
setPageBreakBefore
public void setPageBreakBefore(java.lang.String pageBreakBefore)
throws org.w3c.dom.DOMException
- Specified by:
setPageBreakBefore
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPageBreakInside
public java.lang.String getPageBreakInside()
- Specified by:
getPageBreakInside
in interface org.w3c.dom.css.CSS2Properties
setPageBreakInside
public void setPageBreakInside(java.lang.String pageBreakInside)
throws org.w3c.dom.DOMException
- Specified by:
setPageBreakInside
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPause
public java.lang.String getPause()
- Specified by:
getPause
in interface org.w3c.dom.css.CSS2Properties
setPause
public void setPause(java.lang.String pause)
throws org.w3c.dom.DOMException
- Specified by:
setPause
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPauseAfter
public java.lang.String getPauseAfter()
- Specified by:
getPauseAfter
in interface org.w3c.dom.css.CSS2Properties
setPauseAfter
public void setPauseAfter(java.lang.String pauseAfter)
throws org.w3c.dom.DOMException
- Specified by:
setPauseAfter
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPauseBefore
public java.lang.String getPauseBefore()
- Specified by:
getPauseBefore
in interface org.w3c.dom.css.CSS2Properties
setPauseBefore
public void setPauseBefore(java.lang.String pauseBefore)
throws org.w3c.dom.DOMException
- Specified by:
setPauseBefore
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPitch
public java.lang.String getPitch()
- Specified by:
getPitch
in interface org.w3c.dom.css.CSS2Properties
setPitch
public void setPitch(java.lang.String pitch)
throws org.w3c.dom.DOMException
- Specified by:
setPitch
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPitchRange
public java.lang.String getPitchRange()
- Specified by:
getPitchRange
in interface org.w3c.dom.css.CSS2Properties
setPitchRange
public void setPitchRange(java.lang.String pitchRange)
throws org.w3c.dom.DOMException
- Specified by:
setPitchRange
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPlayDuring
public java.lang.String getPlayDuring()
- Specified by:
getPlayDuring
in interface org.w3c.dom.css.CSS2Properties
setPlayDuring
public void setPlayDuring(java.lang.String playDuring)
throws org.w3c.dom.DOMException
- Specified by:
setPlayDuring
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getPosition
public java.lang.String getPosition()
- Specified by:
getPosition
in interface org.w3c.dom.css.CSS2Properties
setPosition
public void setPosition(java.lang.String position)
throws org.w3c.dom.DOMException
- Specified by:
setPosition
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getQuotes
public java.lang.String getQuotes()
- Specified by:
getQuotes
in interface org.w3c.dom.css.CSS2Properties
setQuotes
public void setQuotes(java.lang.String quotes)
throws org.w3c.dom.DOMException
- Specified by:
setQuotes
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getRichness
public java.lang.String getRichness()
- Specified by:
getRichness
in interface org.w3c.dom.css.CSS2Properties
setRichness
public void setRichness(java.lang.String richness)
throws org.w3c.dom.DOMException
- Specified by:
setRichness
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getRight
public java.lang.String getRight()
- Specified by:
getRight
in interface org.w3c.dom.css.CSS2Properties
setRight
public void setRight(java.lang.String right)
throws org.w3c.dom.DOMException
- Specified by:
setRight
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSize
public java.lang.String getSize()
- Specified by:
getSize
in interface org.w3c.dom.css.CSS2Properties
setSize
public void setSize(java.lang.String size)
throws org.w3c.dom.DOMException
- Specified by:
setSize
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSpeak
public java.lang.String getSpeak()
- Specified by:
getSpeak
in interface org.w3c.dom.css.CSS2Properties
setSpeak
public void setSpeak(java.lang.String speak)
throws org.w3c.dom.DOMException
- Specified by:
setSpeak
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSpeakHeader
public java.lang.String getSpeakHeader()
- Specified by:
getSpeakHeader
in interface org.w3c.dom.css.CSS2Properties
setSpeakHeader
public void setSpeakHeader(java.lang.String speakHeader)
throws org.w3c.dom.DOMException
- Specified by:
setSpeakHeader
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSpeakNumeral
public java.lang.String getSpeakNumeral()
- Specified by:
getSpeakNumeral
in interface org.w3c.dom.css.CSS2Properties
setSpeakNumeral
public void setSpeakNumeral(java.lang.String speakNumeral)
throws org.w3c.dom.DOMException
- Specified by:
setSpeakNumeral
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSpeakPunctuation
public java.lang.String getSpeakPunctuation()
- Specified by:
getSpeakPunctuation
in interface org.w3c.dom.css.CSS2Properties
setSpeakPunctuation
public void setSpeakPunctuation(java.lang.String speakPunctuation)
throws org.w3c.dom.DOMException
- Specified by:
setSpeakPunctuation
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getSpeechRate
public java.lang.String getSpeechRate()
- Specified by:
getSpeechRate
in interface org.w3c.dom.css.CSS2Properties
setSpeechRate
public void setSpeechRate(java.lang.String speechRate)
throws org.w3c.dom.DOMException
- Specified by:
setSpeechRate
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getStress
public java.lang.String getStress()
- Specified by:
getStress
in interface org.w3c.dom.css.CSS2Properties
setStress
public void setStress(java.lang.String stress)
throws org.w3c.dom.DOMException
- Specified by:
setStress
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTableLayout
public java.lang.String getTableLayout()
- Specified by:
getTableLayout
in interface org.w3c.dom.css.CSS2Properties
setTableLayout
public void setTableLayout(java.lang.String tableLayout)
throws org.w3c.dom.DOMException
- Specified by:
setTableLayout
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTextAlign
public java.lang.String getTextAlign()
- Specified by:
getTextAlign
in interface org.w3c.dom.css.CSS2Properties
setTextAlign
public void setTextAlign(java.lang.String textAlign)
throws org.w3c.dom.DOMException
- Specified by:
setTextAlign
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTextDecoration
public java.lang.String getTextDecoration()
- Specified by:
getTextDecoration
in interface org.w3c.dom.css.CSS2Properties
setTextDecoration
public void setTextDecoration(java.lang.String textDecoration)
throws org.w3c.dom.DOMException
- Specified by:
setTextDecoration
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTextIndent
public java.lang.String getTextIndent()
- Specified by:
getTextIndent
in interface org.w3c.dom.css.CSS2Properties
setTextIndent
public void setTextIndent(java.lang.String textIndent)
throws org.w3c.dom.DOMException
- Specified by:
setTextIndent
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTextShadow
public java.lang.String getTextShadow()
- Specified by:
getTextShadow
in interface org.w3c.dom.css.CSS2Properties
setTextShadow
public void setTextShadow(java.lang.String textShadow)
throws org.w3c.dom.DOMException
- Specified by:
setTextShadow
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTextTransform
public java.lang.String getTextTransform()
- Specified by:
getTextTransform
in interface org.w3c.dom.css.CSS2Properties
setTextTransform
public void setTextTransform(java.lang.String textTransform)
throws org.w3c.dom.DOMException
- Specified by:
setTextTransform
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getTop
public java.lang.String getTop()
- Specified by:
getTop
in interface org.w3c.dom.css.CSS2Properties
setTop
public void setTop(java.lang.String top)
throws org.w3c.dom.DOMException
- Specified by:
setTop
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getUnicodeBidi
public java.lang.String getUnicodeBidi()
- Specified by:
getUnicodeBidi
in interface org.w3c.dom.css.CSS2Properties
setUnicodeBidi
public void setUnicodeBidi(java.lang.String unicodeBidi)
throws org.w3c.dom.DOMException
- Specified by:
setUnicodeBidi
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getVerticalAlign
public java.lang.String getVerticalAlign()
- Specified by:
getVerticalAlign
in interface org.w3c.dom.css.CSS2Properties
setVerticalAlign
public void setVerticalAlign(java.lang.String verticalAlign)
throws org.w3c.dom.DOMException
- Specified by:
setVerticalAlign
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getVisibility
public java.lang.String getVisibility()
- Specified by:
getVisibility
in interface org.w3c.dom.css.CSS2Properties
setVisibility
public void setVisibility(java.lang.String visibility)
throws org.w3c.dom.DOMException
- Specified by:
setVisibility
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getVoiceFamily
public java.lang.String getVoiceFamily()
- Specified by:
getVoiceFamily
in interface org.w3c.dom.css.CSS2Properties
setVoiceFamily
public void setVoiceFamily(java.lang.String voiceFamily)
throws org.w3c.dom.DOMException
- Specified by:
setVoiceFamily
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getVolume
public java.lang.String getVolume()
- Specified by:
getVolume
in interface org.w3c.dom.css.CSS2Properties
setVolume
public void setVolume(java.lang.String volume)
throws org.w3c.dom.DOMException
- Specified by:
setVolume
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getWhiteSpace
public java.lang.String getWhiteSpace()
- Specified by:
getWhiteSpace
in interface org.w3c.dom.css.CSS2Properties
setWhiteSpace
public void setWhiteSpace(java.lang.String whiteSpace)
throws org.w3c.dom.DOMException
- Specified by:
setWhiteSpace
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getWidows
public java.lang.String getWidows()
- Specified by:
getWidows
in interface org.w3c.dom.css.CSS2Properties
setWidows
public void setWidows(java.lang.String widows)
throws org.w3c.dom.DOMException
- Specified by:
setWidows
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth
in interface org.w3c.dom.css.CSS2Properties
setWidth
public void setWidth(java.lang.String width)
throws org.w3c.dom.DOMException
- Specified by:
setWidth
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getWordSpacing
public java.lang.String getWordSpacing()
- Specified by:
getWordSpacing
in interface org.w3c.dom.css.CSS2Properties
setWordSpacing
public void setWordSpacing(java.lang.String wordSpacing)
throws org.w3c.dom.DOMException
- Specified by:
setWordSpacing
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
getZIndex
public java.lang.String getZIndex()
- Specified by:
getZIndex
in interface org.w3c.dom.css.CSS2Properties
setZIndex
public void setZIndex(java.lang.String zIndex)
throws org.w3c.dom.DOMException
- Specified by:
setZIndex
in interface org.w3c.dom.css.CSS2Properties
- Throws:
org.w3c.dom.DOMException
Copyright © 2011. All Rights Reserved.