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