org.lobobrowser.html.style
Class AbstractCSS2Properties

java.lang.Object
  extended by org.lobobrowser.js.AbstractScriptableDelegate
      extended by org.lobobrowser.html.style.AbstractCSS2Properties
All Implemented Interfaces:
ScriptableDelegate, CSS2Properties
Direct Known Subclasses:
ComputedCSS2Properties, LocalCSS2Properties

public abstract class AbstractCSS2Properties
extends AbstractScriptableDelegate
implements CSS2Properties


Field Summary
static java.lang.String AZIMUTH
           
static java.lang.String BACKGROUND
           
static java.lang.String BACKGROUND_ATTACHMENT
           
static java.lang.String BACKGROUND_COLOR
           
static java.lang.String BACKGROUND_IMAGE
           
static java.lang.String BACKGROUND_POSITION
           
static java.lang.String BACKGROUND_REPEAT
           
static java.lang.String BORDER
           
static java.lang.String BORDER_BOTTOM
           
static java.lang.String BORDER_BOTTOM_COLOR
           
static java.lang.String BORDER_BOTTOM_STYLE
           
static java.lang.String BORDER_BOTTOM_WIDTH
           
static java.lang.String BORDER_COLLAPSE
           
static java.lang.String BORDER_COLOR
           
static java.lang.String BORDER_LEFT
           
static java.lang.String BORDER_LEFT_COLOR
           
static java.lang.String BORDER_LEFT_STYLE
           
static java.lang.String BORDER_LEFT_WIDTH
           
static java.lang.String BORDER_RIGHT
           
static java.lang.String BORDER_RIGHT_COLOR
           
static java.lang.String BORDER_RIGHT_STYLE
           
static java.lang.String BORDER_RIGHT_WIDTH
           
static java.lang.String BORDER_SPACING
           
static java.lang.String BORDER_STYLE
           
static java.lang.String BORDER_TOP
           
static java.lang.String BORDER_TOP_COLOR
           
static java.lang.String BORDER_TOP_STYLE
           
static java.lang.String BORDER_TOP_WIDTH
           
static java.lang.String BORDER_WIDTH
           
static java.lang.String BOTTOM
           
static java.lang.String CAPTION_SIDE
           
static java.lang.String CLEAR
           
static java.lang.String CLIP
           
static java.lang.String COLOR
           
static java.lang.String CONTENT
           
static java.lang.String COUNTER_INCREMENT
           
static java.lang.String COUNTER_RESET
           
static java.lang.String CSS_FLOAT
           
static java.lang.String CUE
           
static java.lang.String CUE_AFTER
           
static java.lang.String CUE_BEFORE
           
static java.lang.String CURSOR
           
static java.lang.String DIRECTION
           
static java.lang.String DISPLAY
           
static java.lang.String ELEVATION
           
static java.lang.String EMPTY_CELLS
           
static java.lang.String FLOAT
           
static java.lang.String FONT
           
static java.lang.String FONT_FAMILY
           
static java.lang.String FONT_SIZE
           
static java.lang.String FONT_SIZE_ADJUST
           
static java.lang.String FONT_STRETCH
           
static java.lang.String FONT_STYLE
           
static java.lang.String FONT_VARIANT
           
static java.lang.String FONT_WEIGHT
           
static java.lang.String HEIGHT
           
static java.lang.String LEFT
           
static java.lang.String LETTER_SPACING
           
static java.lang.String LINE_HEIGHT
           
static java.lang.String LIST_STYLE
           
static java.lang.String LIST_STYLE_IMAGE
           
static java.lang.String LIST_STYLE_POSITION
           
static java.lang.String LIST_STYLE_TYPE
           
static java.lang.String MARGIN
           
static java.lang.String MARGIN_BOTTOM
           
static java.lang.String MARGIN_LEFT
           
static java.lang.String MARGIN_RIGHT
           
static java.lang.String MARGIN_TOP
           
static java.lang.String MARKER_OFFSET
           
static java.lang.String MARKS
           
static java.lang.String MAX_HEIGHT
           
static java.lang.String MAX_WIDTH
           
static java.lang.String MIN_HEIGHT
           
static java.lang.String MIN_WIDTH
           
static java.lang.String ORPHANS
           
static java.lang.String OUTLINE
           
static java.lang.String OUTLINE_COLOR
           
static java.lang.String OUTLINE_STYLE
           
static java.lang.String OUTLINE_WIDTH
           
static java.lang.String OVERFLOW
           
static java.lang.String PADDING
           
static java.lang.String PADDING_BOTTOM
           
static java.lang.String PADDING_LEFT
           
static java.lang.String PADDING_RIGHT
           
static java.lang.String PADDING_TOP
           
static java.lang.String PAGE
           
static java.lang.String PAGE_BREAK_AFTER
           
static java.lang.String PAGE_BREAK_BEFORE
           
static java.lang.String PAGE_BREAK_INSIDE
           
static java.lang.String PAUSE
           
static java.lang.String PAUSE_AFTER
           
static java.lang.String PAUSE_BEFORE
           
static java.lang.String PITCH
           
static java.lang.String PITCH_RANGE
           
static java.lang.String PLAY_DURING
           
static java.lang.String POSITION
           
static java.lang.String QUOTES
           
static java.lang.String RICHNESS
           
static java.lang.String RIGHT
           
static java.lang.String SIZE
           
static java.lang.String SPEAK
           
static java.lang.String SPEAK_HEADER
           
static java.lang.String SPEAK_NUMERAL
           
static java.lang.String SPEAK_PUNCTUATION
           
static java.lang.String SPEECH_RATE
           
static java.lang.String STRESS
           
static java.lang.String TABLE_LAYOUT
           
static java.lang.String TEXT_ALIGN
           
static java.lang.String TEXT_DECORATION
           
static java.lang.String TEXT_INDENT
           
static java.lang.String TEXT_SHADOW
           
static java.lang.String TEXT_TRANSFORM
           
static java.lang.String TOP
           
static java.lang.String UNICODE_BIDI
           
static java.lang.String VERTICAL_ALIGN
           
static java.lang.String VISIBILITY
           
static java.lang.String VOICE_FAMILY
           
static java.lang.String VOLUME
           
static java.lang.String WHITE_SPACE
           
static java.lang.String WIDOWS
           
static java.lang.String WIDTH
           
static java.lang.String WORD_SPACING
           
static java.lang.String Z_INDEX
           
 
Constructor Summary
AbstractCSS2Properties(CSS2PropertiesContext context)
           
 
Method Summary
 void addStyleDeclaration(CSSStyleDeclaration styleDeclaration)
           
protected  void checkSetProperty()
          Does nothing but may be overridden.
 java.lang.String getAzimuth()
          See the azimuth property definition in CSS2.
 java.lang.String getBackground()
          See the background property definition in CSS2.
 java.lang.String getBackgroundAttachment()
          See the background-attachment property definition in CSS2.
 java.lang.String getBackgroundColor()
          See the background-color property definition in CSS2.
 java.lang.String getBackgroundImage()
          See the background-image property definition in CSS2.
 java.lang.String getBackgroundPosition()
          See the background-position property definition in CSS2.
 java.lang.String getBackgroundRepeat()
          See the background-repeat property definition in CSS2.
 java.lang.String getBorder()
          See the border property definition in CSS2.
 java.lang.String getBorderBottom()
          See the border-bottom property definition in CSS2.
 java.lang.String getBorderBottomColor()
          See the border-bottom-color property definition in CSS2.
 java.lang.String getBorderBottomStyle()
          See the border-bottom-style property definition in CSS2.
 java.lang.String getBorderBottomWidth()
          See the border-bottom-width property definition in CSS2.
 java.lang.String getBorderCollapse()
          See the border-collapse property definition in CSS2.
 java.lang.String getBorderColor()
          See the border-color property definition in CSS2.
 java.lang.String getBorderLeft()
          See the border-left property definition in CSS2.
 java.lang.String getBorderLeftColor()
          See the border-left-color property definition in CSS2.
 java.lang.String getBorderLeftStyle()
          See the border-left-style property definition in CSS2.
 java.lang.String getBorderLeftWidth()
          See the border-left-width property definition in CSS2.
 java.lang.String getBorderRight()
          See the border-right property definition in CSS2.
 java.lang.String getBorderRightColor()
          See the border-right-color property definition in CSS2.
 java.lang.String getBorderRightStyle()
          See the border-right-style property definition in CSS2.
 java.lang.String getBorderRightWidth()
          See the border-right-width property definition in CSS2.
 java.lang.String getBorderSpacing()
          See the border-spacing property definition in CSS2.
 java.lang.String getBorderStyle()
          See the border-style property definition in CSS2.
 java.lang.String getBorderTop()
          See the border-top property definition in CSS2.
 java.lang.String getBorderTopColor()
          See the border-top-color property definition in CSS2.
 java.lang.String getBorderTopStyle()
          See the border-top-style property definition in CSS2.
 java.lang.String getBorderTopWidth()
          See the border-top-width property definition in CSS2.
 java.lang.String getBorderWidth()
          See the border-width property definition in CSS2.
 java.lang.String getBottom()
          See the bottom property definition in CSS2.
 java.lang.String getCaptionSide()
          See the caption-side property definition in CSS2.
 java.lang.String getClear()
          See the clear property definition in CSS2.
 java.lang.String getClip()
          See the clip property definition in CSS2.
 java.lang.String getColor()
          See the color property definition in CSS2.
 java.lang.String getContent()
          See the content property definition in CSS2.
 java.lang.String getCounterIncrement()
          See the counter-increment property definition in CSS2.
 java.lang.String getCounterReset()
          See the counter-reset property definition in CSS2.
 java.lang.String getCssFloat()
          See the float property definition in CSS2.
 java.lang.String getCue()
          See the cue property definition in CSS2.
 java.lang.String getCueAfter()
          See the cue-after property definition in CSS2.
 java.lang.String getCueBefore()
          See the cue-before property definition in CSS2.
 java.lang.String getCursor()
          See the cursor property definition in CSS2.
 java.lang.String getDirection()
          See the direction property definition in CSS2.
 java.lang.String getDisplay()
          See the display property definition in CSS2.
 java.lang.String getElevation()
          See the elevation property definition in CSS2.
 java.lang.String getEmptyCells()
          See the empty-cells property definition in CSS2.
 java.lang.String getFloat()
           
 java.lang.String getFont()
          See the font property definition in CSS2.
 java.lang.String getFontFamily()
          See the font-family property definition in CSS2.
 java.lang.String getFontSize()
          See the font-size property definition in CSS2.
 java.lang.String getFontSizeAdjust()
          See the font-size-adjust property definition in CSS2.
 java.lang.String getFontStretch()
          See the font-stretch property definition in CSS2.
 java.lang.String getFontStyle()
          See the font-style property definition in CSS2.
 java.lang.String getFontVariant()
          See the font-variant property definition in CSS2.
 java.lang.String getFontWeight()
          See the font-weight property definition in CSS2.
 java.lang.String getHeight()
          See the height property definition in CSS2.
 java.lang.String getLeft()
          See the left property definition in CSS2.
 java.lang.String getLetterSpacing()
          See the letter-spacing property definition in CSS2.
 java.lang.String getLineHeight()
          See the line-height property definition in CSS2.
 java.lang.String getListStyle()
          See the list-style property definition in CSS2.
 java.lang.String getListStyleImage()
          See the list-style-image property definition in CSS2.
 java.lang.String getListStylePosition()
          See the list-style-position property definition in CSS2.
 java.lang.String getListStyleType()
          See the list-style-type property definition in CSS2.
 AbstractCSS2Properties getLocalStyleProperties()
           
 java.lang.String getMargin()
          See the margin property definition in CSS2.
 java.lang.String getMarginBottom()
          See the margin-bottom property definition in CSS2.
 java.lang.String getMarginLeft()
          See the margin-left property definition in CSS2.
 java.lang.String getMarginRight()
          See the margin-right property definition in CSS2.
 java.lang.String getMarginTop()
          See the margin-top property definition in CSS2.
 java.lang.String getMarkerOffset()
          See the marker-offset property definition in CSS2.
 java.lang.String getMarks()
          See the marks property definition in CSS2.
 java.lang.String getMaxHeight()
          See the max-height property definition in CSS2.
 java.lang.String getMaxWidth()
          See the max-width property definition in CSS2.
 java.lang.String getMinHeight()
          See the min-height property definition in CSS2.
 java.lang.String getMinWidth()
          See the min-width property definition in CSS2.
 java.lang.String getOrphans()
          See the orphans property definition in CSS2.
 java.lang.String getOutline()
          See the outline property definition in CSS2.
 java.lang.String getOutlineColor()
          See the outline-color property definition in CSS2.
 java.lang.String getOutlineStyle()
          See the outline-style property definition in CSS2.
 java.lang.String getOutlineWidth()
          See the outline-width property definition in CSS2.
 java.lang.String getOverflow()
          See the overflow property definition in CSS2.
 java.lang.String getOverlayColor()
           
 java.lang.String getPadding()
          See the padding property definition in CSS2.
 java.lang.String getPaddingBottom()
          See the padding-bottom property definition in CSS2.
 java.lang.String getPaddingLeft()
          See the padding-left property definition in CSS2.
 java.lang.String getPaddingRight()
          See the padding-right property definition in CSS2.
 java.lang.String getPaddingTop()
          See the padding-top property definition in CSS2.
 java.lang.String getPage()
          See the page property definition in CSS2.
 java.lang.String getPageBreakAfter()
          See the page-break-after property definition in CSS2.
 java.lang.String getPageBreakBefore()
          See the page-break-before property definition in CSS2.
 java.lang.String getPageBreakInside()
          See the page-break-inside property definition in CSS2.
 java.lang.String getPause()
          See the pause property definition in CSS2.
 java.lang.String getPauseAfter()
          See the pause-after property definition in CSS2.
 java.lang.String getPauseBefore()
          See the pause-before property definition in CSS2.
 java.lang.String getPitch()
          See the pitch property definition in CSS2.
 java.lang.String getPitchRange()
          See the pitch-range property definition in CSS2.
 java.lang.String getPlayDuring()
          See the play-during property definition in CSS2.
 java.lang.String getPosition()
          See the position property definition in CSS2.
 java.lang.String getPropertyValue(java.lang.String name)
           
 java.lang.String getQuotes()
          See the quotes property definition in CSS2.
 java.lang.String getRichness()
          See the richness property definition in CSS2.
 java.lang.String getRight()
          See the right property definition in CSS2.
 java.lang.String getSize()
          See the size property definition in CSS2.
 java.lang.String getSpeak()
          See the speak property definition in CSS2.
 java.lang.String getSpeakHeader()
          See the speak-header property definition in CSS2.
 java.lang.String getSpeakNumeral()
          See the speak-numeral property definition in CSS2.
 java.lang.String getSpeakPunctuation()
          See the speak-punctuation property definition in CSS2.
 java.lang.String getSpeechRate()
          See the speech-rate property definition in CSS2.
 java.lang.String getStress()
          See the stress property definition in CSS2.
 java.lang.String getTableLayout()
          See the table-layout property definition in CSS2.
 java.lang.String getTextAlign()
          See the text-align property definition in CSS2.
 java.lang.String getTextDecoration()
          See the text-decoration property definition in CSS2.
 java.lang.String getTextIndent()
          See the text-indent property definition in CSS2.
 java.lang.String getTextShadow()
          See the text-shadow property definition in CSS2.
 java.lang.String getTextTransform()
          See the text-transform property definition in CSS2.
 java.lang.String getTop()
          See the top property definition in CSS2.
 java.lang.String getUnicodeBidi()
          See the unicode-bidi property definition in CSS2.
 java.lang.String getVerticalAlign()
          See the vertical-align property definition in CSS2.
 java.lang.String getVisibility()
          See the visibility property definition in CSS2.
 java.lang.String getVoiceFamily()
          See the voice-family property definition in CSS2.
 java.lang.String getVolume()
          See the volume property definition in CSS2.
 java.lang.String getWhiteSpace()
          See the white-space property definition in CSS2.
 java.lang.String getWidows()
          See the widows property definition in CSS2.
 java.lang.String getWidth()
          See the width property definition in CSS2.
 java.lang.String getWordSpacing()
          See the word-spacing property definition in CSS2.
 java.lang.String getZIndex()
          See the z-index property definition in CSS2.
 void setAzimuth(java.lang.String azimuth)
           
 void setBackground(java.lang.String background)
           
 void setBackgroundAttachment(java.lang.String backgroundAttachment)
           
 void setBackgroundColor(java.lang.String backgroundColor)
           
 void setBackgroundImage(java.lang.String backgroundImage)
           
 void setBackgroundPosition(java.lang.String backgroundPosition)
           
 void setBackgroundRepeat(java.lang.String backgroundRepeat)
           
 void setBorder(java.lang.String border)
           
 void setBorderBottom(java.lang.String borderBottom)
           
 void setBorderBottomColor(java.lang.String borderBottomColor)
           
 void setBorderBottomStyle(java.lang.String borderBottomStyle)
           
 void setBorderBottomWidth(java.lang.String borderBottomWidth)
           
 void setBorderCollapse(java.lang.String borderCollapse)
           
 void setBorderColor(java.lang.String borderColor)
           
 void setBorderLeft(java.lang.String borderLeft)
           
 void setBorderLeftColor(java.lang.String borderLeftColor)
           
 void setBorderLeftStyle(java.lang.String borderLeftStyle)
           
 void setBorderLeftWidth(java.lang.String borderLeftWidth)
           
 void setBorderRight(java.lang.String borderRight)
           
 void setBorderRightColor(java.lang.String borderRightColor)
           
 void setBorderRightStyle(java.lang.String borderRightStyle)
           
 void setBorderRightWidth(java.lang.String borderRightWidth)
           
 void setBorderSpacing(java.lang.String borderSpacing)
           
 void setBorderStyle(java.lang.String borderStyle)
           
 void setBorderTop(java.lang.String borderTop)
           
 void setBorderTopColor(java.lang.String borderTopColor)
           
 void setBorderTopStyle(java.lang.String borderTopStyle)
           
 void setBorderTopWidth(java.lang.String borderTopWidth)
           
 void setBorderWidth(java.lang.String borderWidth)
           
 void setBottom(java.lang.String bottom)
           
 void setCaptionSide(java.lang.String captionSide)
           
 void setClear(java.lang.String clear)
           
 void setClip(java.lang.String clip)
           
 void setColor(java.lang.String color)
           
 void setContent(java.lang.String content)
           
 void setCounterIncrement(java.lang.String counterIncrement)
           
 void setCounterReset(java.lang.String counterReset)
           
 void setCssFloat(java.lang.String cssFloat)
           
 void setCue(java.lang.String cue)
           
 void setCueAfter(java.lang.String cueAfter)
           
 void setCueBefore(java.lang.String cueBefore)
           
 void setCursor(java.lang.String cursor)
           
 void setDirection(java.lang.String direction)
           
 void setDisplay(java.lang.String display)
           
 void setElevation(java.lang.String elevation)
           
 void setEmptyCells(java.lang.String emptyCells)
           
 void setFloat(java.lang.String value)
           
 void setFont(java.lang.String font)
           
 void setFontFamily(java.lang.String fontFamily)
           
 void setFontSize(java.lang.String fontSize)
           
 void setFontSizeAdjust(java.lang.String fontSizeAdjust)
           
 void setFontStretch(java.lang.String fontStretch)
           
 void setFontStyle(java.lang.String fontStyle)
           
 void setFontVariant(java.lang.String fontVariant)
           
 void setFontWeight(java.lang.String fontWeight)
           
 void setHeight(java.lang.String height)
           
 void setLeft(java.lang.String left)
           
 void setLetterSpacing(java.lang.String letterSpacing)
           
 void setLineHeight(java.lang.String lineHeight)
           
 void setListStyle(java.lang.String listStyle)
           
 void setListStyleImage(java.lang.String listStyleImage)
           
 void setListStylePosition(java.lang.String listStylePosition)
           
 void setListStyleType(java.lang.String listStyleType)
           
 void setLocalStyleProperties(AbstractCSS2Properties properties)
           
 void setMargin(java.lang.String margin)
           
 void setMarginBottom(java.lang.String marginBottom)
           
 void setMarginLeft(java.lang.String marginLeft)
           
 void setMarginRight(java.lang.String marginRight)
           
 void setMarginTop(java.lang.String marginTop)
           
 void setMarkerOffset(java.lang.String markerOffset)
           
 void setMarks(java.lang.String marks)
           
 void setMaxHeight(java.lang.String maxHeight)
           
 void setMaxWidth(java.lang.String maxWidth)
           
 void setMinHeight(java.lang.String minHeight)
           
 void setMinWidth(java.lang.String minWidth)
           
 void setOrphans(java.lang.String orphans)
           
 void setOutline(java.lang.String outline)
           
 void setOutlineColor(java.lang.String outlineColor)
           
 void setOutlineStyle(java.lang.String outlineStyle)
           
 void setOutlineWidth(java.lang.String outlineWidth)
           
 void setOverflow(java.lang.String overflow)
           
 void setOverlayColor(java.lang.String value)
           
 void setPadding(java.lang.String padding)
           
 void setPaddingBottom(java.lang.String paddingBottom)
           
 void setPaddingLeft(java.lang.String paddingLeft)
           
 void setPaddingRight(java.lang.String paddingRight)
           
 void setPaddingTop(java.lang.String paddingTop)
           
 void setPage(java.lang.String page)
           
 void setPageBreakAfter(java.lang.String pageBreakAfter)
           
 void setPageBreakBefore(java.lang.String pageBreakBefore)
           
 void setPageBreakInside(java.lang.String pageBreakInside)
           
 void setPause(java.lang.String pause)
           
 void setPauseAfter(java.lang.String pauseAfter)
           
 void setPauseBefore(java.lang.String pauseBefore)
           
 void setPitch(java.lang.String pitch)
           
 void setPitchRange(java.lang.String pitchRange)
           
 void setPlayDuring(java.lang.String playDuring)
           
 void setPosition(java.lang.String position)
           
protected  void setPropertyValueLC(java.lang.String lowerCaseName, java.lang.String value)
          Method called by property setters to set property values.
protected  void setPropertyValueLCAlt(java.lang.String lowerCaseName, java.lang.String value, boolean important)
          Alternate method called to set property values from CSS declarations.
protected  void setPropertyValueProcessed(java.lang.String lowerCaseName, java.lang.String value, CSSStyleDeclaration declaration, boolean important)
           
 void setQuotes(java.lang.String quotes)
           
 void setRichness(java.lang.String richness)
           
 void setRight(java.lang.String right)
           
 void setSize(java.lang.String size)
           
 void setSpeak(java.lang.String speak)
           
 void setSpeakHeader(java.lang.String speakHeader)
           
 void setSpeakNumeral(java.lang.String speakNumeral)
           
 void setSpeakPunctuation(java.lang.String speakPunctuation)
           
 void setSpeechRate(java.lang.String speechRate)
           
 void setStress(java.lang.String stress)
           
 void setTableLayout(java.lang.String tableLayout)
           
 void setTextAlign(java.lang.String textAlign)
           
 void setTextDecoration(java.lang.String textDecoration)
           
 void setTextIndent(java.lang.String textIndent)
           
 void setTextShadow(java.lang.String textShadow)
           
 void setTextTransform(java.lang.String textTransform)
           
 void setTop(java.lang.String top)
           
 void setUnicodeBidi(java.lang.String unicodeBidi)
           
 void setVerticalAlign(java.lang.String verticalAlign)
           
 void setVisibility(java.lang.String visibility)
           
 void setVoiceFamily(java.lang.String voiceFamily)
           
 void setVolume(java.lang.String volume)
           
 void setWhiteSpace(java.lang.String whiteSpace)
           
 void setWidows(java.lang.String widows)
           
 void setWidth(java.lang.String width)
           
 void setWordSpacing(java.lang.String wordSpacing)
           
 void setZIndex(java.lang.String zIndex)
           
 java.lang.String toString()
           
 
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate
getScriptable, setScriptable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLOAT

public static final java.lang.String FLOAT
See Also:
Constant Field Values

AZIMUTH

public static final java.lang.String AZIMUTH
See Also:
Constant Field Values

BACKGROUND

public static final java.lang.String BACKGROUND
See Also:
Constant Field Values

BACKGROUND_ATTACHMENT

public static final java.lang.String BACKGROUND_ATTACHMENT
See Also:
Constant Field Values

BACKGROUND_COLOR

public static final java.lang.String BACKGROUND_COLOR
See Also:
Constant Field Values

BACKGROUND_IMAGE

public static final java.lang.String BACKGROUND_IMAGE
See Also:
Constant Field Values

BACKGROUND_POSITION

public static final java.lang.String BACKGROUND_POSITION
See Also:
Constant Field Values

BACKGROUND_REPEAT

public static final java.lang.String BACKGROUND_REPEAT
See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
See Also:
Constant Field Values

BORDER_BOTTOM

public static final java.lang.String BORDER_BOTTOM
See Also:
Constant Field Values

BORDER_BOTTOM_COLOR

public static final java.lang.String BORDER_BOTTOM_COLOR
See Also:
Constant Field Values

BORDER_BOTTOM_STYLE

public static final java.lang.String BORDER_BOTTOM_STYLE
See Also:
Constant Field Values

BORDER_BOTTOM_WIDTH

public static final java.lang.String BORDER_BOTTOM_WIDTH
See Also:
Constant Field Values

BORDER_COLLAPSE

public static final java.lang.String BORDER_COLLAPSE
See Also:
Constant Field Values

BORDER_COLOR

public static final java.lang.String BORDER_COLOR
See Also:
Constant Field Values

BORDER_LEFT

public static final java.lang.String BORDER_LEFT
See Also:
Constant Field Values

BORDER_LEFT_COLOR

public static final java.lang.String BORDER_LEFT_COLOR
See Also:
Constant Field Values

BORDER_LEFT_STYLE

public static final java.lang.String BORDER_LEFT_STYLE
See Also:
Constant Field Values

BORDER_LEFT_WIDTH

public static final java.lang.String BORDER_LEFT_WIDTH
See Also:
Constant Field Values

BORDER_RIGHT

public static final java.lang.String BORDER_RIGHT
See Also:
Constant Field Values

BORDER_RIGHT_COLOR

public static final java.lang.String BORDER_RIGHT_COLOR
See Also:
Constant Field Values

BORDER_RIGHT_STYLE

public static final java.lang.String BORDER_RIGHT_STYLE
See Also:
Constant Field Values

BORDER_RIGHT_WIDTH

public static final java.lang.String BORDER_RIGHT_WIDTH
See Also:
Constant Field Values

BORDER_SPACING

public static final java.lang.String BORDER_SPACING
See Also:
Constant Field Values

BORDER_STYLE

public static final java.lang.String BORDER_STYLE
See Also:
Constant Field Values

BORDER_TOP

public static final java.lang.String BORDER_TOP
See Also:
Constant Field Values

BORDER_TOP_COLOR

public static final java.lang.String BORDER_TOP_COLOR
See Also:
Constant Field Values

BORDER_TOP_STYLE

public static final java.lang.String BORDER_TOP_STYLE
See Also:
Constant Field Values

BORDER_TOP_WIDTH

public static final java.lang.String BORDER_TOP_WIDTH
See Also:
Constant Field Values

BORDER_WIDTH

public static final java.lang.String BORDER_WIDTH
See Also:
Constant Field Values

BOTTOM

public static final java.lang.String BOTTOM
See Also:
Constant Field Values

CAPTION_SIDE

public static final java.lang.String CAPTION_SIDE
See Also:
Constant Field Values

CLEAR

public static final java.lang.String CLEAR
See Also:
Constant Field Values

CLIP

public static final java.lang.String CLIP
See Also:
Constant Field Values

COLOR

public static final java.lang.String COLOR
See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
See Also:
Constant Field Values

COUNTER_INCREMENT

public static final java.lang.String COUNTER_INCREMENT
See Also:
Constant Field Values

COUNTER_RESET

public static final java.lang.String COUNTER_RESET
See Also:
Constant Field Values

CSS_FLOAT

public static final java.lang.String CSS_FLOAT
See Also:
Constant Field Values

CUE

public static final java.lang.String CUE
See Also:
Constant Field Values

CUE_AFTER

public static final java.lang.String CUE_AFTER
See Also:
Constant Field Values

CUE_BEFORE

public static final java.lang.String CUE_BEFORE
See Also:
Constant Field Values

CURSOR

public static final java.lang.String CURSOR
See Also:
Constant Field Values

DIRECTION

public static final java.lang.String DIRECTION
See Also:
Constant Field Values

DISPLAY

public static final java.lang.String DISPLAY
See Also:
Constant Field Values

ELEVATION

public static final java.lang.String ELEVATION
See Also:
Constant Field Values

EMPTY_CELLS

public static final java.lang.String EMPTY_CELLS
See Also:
Constant Field Values

FONT

public static final java.lang.String FONT
See Also:
Constant Field Values

FONT_FAMILY

public static final java.lang.String FONT_FAMILY
See Also:
Constant Field Values

FONT_SIZE

public static final java.lang.String FONT_SIZE
See Also:
Constant Field Values

FONT_SIZE_ADJUST

public static final java.lang.String FONT_SIZE_ADJUST
See Also:
Constant Field Values

FONT_STRETCH

public static final java.lang.String FONT_STRETCH
See Also:
Constant Field Values

FONT_STYLE

public static final java.lang.String FONT_STYLE
See Also:
Constant Field Values

FONT_VARIANT

public static final java.lang.String FONT_VARIANT
See Also:
Constant Field Values

FONT_WEIGHT

public static final java.lang.String FONT_WEIGHT
See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
See Also:
Constant Field Values

LEFT

public static final java.lang.String LEFT
See Also:
Constant Field Values

LETTER_SPACING

public static final java.lang.String LETTER_SPACING
See Also:
Constant Field Values

LINE_HEIGHT

public static final java.lang.String LINE_HEIGHT
See Also:
Constant Field Values

LIST_STYLE

public static final java.lang.String LIST_STYLE
See Also:
Constant Field Values

LIST_STYLE_IMAGE

public static final java.lang.String LIST_STYLE_IMAGE
See Also:
Constant Field Values

LIST_STYLE_POSITION

public static final java.lang.String LIST_STYLE_POSITION
See Also:
Constant Field Values

LIST_STYLE_TYPE

public static final java.lang.String LIST_STYLE_TYPE
See Also:
Constant Field Values

MARGIN

public static final java.lang.String MARGIN
See Also:
Constant Field Values

MARGIN_BOTTOM

public static final java.lang.String MARGIN_BOTTOM
See Also:
Constant Field Values

MARGIN_LEFT

public static final java.lang.String MARGIN_LEFT
See Also:
Constant Field Values

MARGIN_RIGHT

public static final java.lang.String MARGIN_RIGHT
See Also:
Constant Field Values

MARGIN_TOP

public static final java.lang.String MARGIN_TOP
See Also:
Constant Field Values

MARKER_OFFSET

public static final java.lang.String MARKER_OFFSET
See Also:
Constant Field Values

MARKS

public static final java.lang.String MARKS
See Also:
Constant Field Values

MAX_HEIGHT

public static final java.lang.String MAX_HEIGHT
See Also:
Constant Field Values

MAX_WIDTH

public static final java.lang.String MAX_WIDTH
See Also:
Constant Field Values

MIN_HEIGHT

public static final java.lang.String MIN_HEIGHT
See Also:
Constant Field Values

MIN_WIDTH

public static final java.lang.String MIN_WIDTH
See Also:
Constant Field Values

ORPHANS

public static final java.lang.String ORPHANS
See Also:
Constant Field Values

OUTLINE

public static final java.lang.String OUTLINE
See Also:
Constant Field Values

OUTLINE_COLOR

public static final java.lang.String OUTLINE_COLOR
See Also:
Constant Field Values

OUTLINE_STYLE

public static final java.lang.String OUTLINE_STYLE
See Also:
Constant Field Values

OUTLINE_WIDTH

public static final java.lang.String OUTLINE_WIDTH
See Also:
Constant Field Values

OVERFLOW

public static final java.lang.String OVERFLOW
See Also:
Constant Field Values

PADDING

public static final java.lang.String PADDING
See Also:
Constant Field Values

PADDING_BOTTOM

public static final java.lang.String PADDING_BOTTOM
See Also:
Constant Field Values

PADDING_LEFT

public static final java.lang.String PADDING_LEFT
See Also:
Constant Field Values

PADDING_RIGHT

public static final java.lang.String PADDING_RIGHT
See Also:
Constant Field Values

PADDING_TOP

public static final java.lang.String PADDING_TOP
See Also:
Constant Field Values

PAGE

public static final java.lang.String PAGE
See Also:
Constant Field Values

PAGE_BREAK_AFTER

public static final java.lang.String PAGE_BREAK_AFTER
See Also:
Constant Field Values

PAGE_BREAK_BEFORE

public static final java.lang.String PAGE_BREAK_BEFORE
See Also:
Constant Field Values

PAGE_BREAK_INSIDE

public static final java.lang.String PAGE_BREAK_INSIDE
See Also:
Constant Field Values

PAUSE

public static final java.lang.String PAUSE
See Also:
Constant Field Values

PAUSE_AFTER

public static final java.lang.String PAUSE_AFTER
See Also:
Constant Field Values

PAUSE_BEFORE

public static final java.lang.String PAUSE_BEFORE
See Also:
Constant Field Values

PITCH

public static final java.lang.String PITCH
See Also:
Constant Field Values

PITCH_RANGE

public static final java.lang.String PITCH_RANGE
See Also:
Constant Field Values

PLAY_DURING

public static final java.lang.String PLAY_DURING
See Also:
Constant Field Values

POSITION

public static final java.lang.String POSITION
See Also:
Constant Field Values

QUOTES

public static final java.lang.String QUOTES
See Also:
Constant Field Values

RICHNESS

public static final java.lang.String RICHNESS
See Also:
Constant Field Values

RIGHT

public static final java.lang.String RIGHT
See Also:
Constant Field Values

SIZE

public static final java.lang.String SIZE
See Also:
Constant Field Values

SPEAK

public static final java.lang.String SPEAK
See Also:
Constant Field Values

SPEAK_HEADER

public static final java.lang.String SPEAK_HEADER
See Also:
Constant Field Values

SPEAK_NUMERAL

public static final java.lang.String SPEAK_NUMERAL
See Also:
Constant Field Values

SPEAK_PUNCTUATION

public static final java.lang.String SPEAK_PUNCTUATION
See Also:
Constant Field Values

SPEECH_RATE

public static final java.lang.String SPEECH_RATE
See Also:
Constant Field Values

STRESS

public static final java.lang.String STRESS
See Also:
Constant Field Values

TABLE_LAYOUT

public static final java.lang.String TABLE_LAYOUT
See Also:
Constant Field Values

TEXT_ALIGN

public static final java.lang.String TEXT_ALIGN
See Also:
Constant Field Values

TEXT_DECORATION

public static final java.lang.String TEXT_DECORATION
See Also:
Constant Field Values

TEXT_INDENT

public static final java.lang.String TEXT_INDENT
See Also:
Constant Field Values

TEXT_SHADOW

public static final java.lang.String TEXT_SHADOW
See Also:
Constant Field Values

TEXT_TRANSFORM

public static final java.lang.String TEXT_TRANSFORM
See Also:
Constant Field Values

TOP

public static final java.lang.String TOP
See Also:
Constant Field Values

UNICODE_BIDI

public static final java.lang.String UNICODE_BIDI
See Also:
Constant Field Values

VERTICAL_ALIGN

public static final java.lang.String VERTICAL_ALIGN
See Also:
Constant Field Values

VISIBILITY

public static final java.lang.String VISIBILITY
See Also:
Constant Field Values

VOICE_FAMILY

public static final java.lang.String VOICE_FAMILY
See Also:
Constant Field Values

VOLUME

public static final java.lang.String VOLUME
See Also:
Constant Field Values

WHITE_SPACE

public static final java.lang.String WHITE_SPACE
See Also:
Constant Field Values

WIDOWS

public static final java.lang.String WIDOWS
See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
See Also:
Constant Field Values

WORD_SPACING

public static final java.lang.String WORD_SPACING
See Also:
Constant Field Values

Z_INDEX

public static final java.lang.String Z_INDEX
See Also:
Constant Field Values
Constructor Detail

AbstractCSS2Properties

public AbstractCSS2Properties(CSS2PropertiesContext context)
Method Detail

addStyleDeclaration

public void addStyleDeclaration(CSSStyleDeclaration styleDeclaration)

setLocalStyleProperties

public void setLocalStyleProperties(AbstractCSS2Properties properties)

getLocalStyleProperties

public AbstractCSS2Properties getLocalStyleProperties()

getPropertyValue

public final java.lang.String getPropertyValue(java.lang.String name)

setPropertyValueLC

protected void setPropertyValueLC(java.lang.String lowerCaseName,
                                  java.lang.String value)
Method called by property setters to set property values.

Parameters:
lowerCaseName - The name of the property in lowercase.
value - The property value.

setPropertyValueLCAlt

protected final void setPropertyValueLCAlt(java.lang.String lowerCaseName,
                                           java.lang.String value,
                                           boolean important)
Alternate method called to set property values from CSS declarations.

This method checks importance of the value.

Parameters:
lowerCaseName - The name of the property in lowercase.
value - The property value.

setPropertyValueProcessed

protected final void setPropertyValueProcessed(java.lang.String lowerCaseName,
                                               java.lang.String value,
                                               CSSStyleDeclaration declaration,
                                               boolean important)

getOverlayColor

public java.lang.String getOverlayColor()

setOverlayColor

public void setOverlayColor(java.lang.String value)

getFloat

public java.lang.String getFloat()

setFloat

public void setFloat(java.lang.String value)

getAzimuth

public java.lang.String getAzimuth()
Description copied from interface: CSS2Properties
See the azimuth property definition in CSS2.

Specified by:
getAzimuth in interface CSS2Properties

getBackground

public java.lang.String getBackground()
Description copied from interface: CSS2Properties
See the background property definition in CSS2.

Specified by:
getBackground in interface CSS2Properties

getBackgroundAttachment

public java.lang.String getBackgroundAttachment()
Description copied from interface: CSS2Properties
See the background-attachment property definition in CSS2.

Specified by:
getBackgroundAttachment in interface CSS2Properties

getBackgroundColor

public java.lang.String getBackgroundColor()
Description copied from interface: CSS2Properties
See the background-color property definition in CSS2.

Specified by:
getBackgroundColor in interface CSS2Properties

getBackgroundImage

public java.lang.String getBackgroundImage()
Description copied from interface: CSS2Properties
See the background-image property definition in CSS2.

Specified by:
getBackgroundImage in interface CSS2Properties

getBackgroundPosition

public java.lang.String getBackgroundPosition()
Description copied from interface: CSS2Properties
See the background-position property definition in CSS2.

Specified by:
getBackgroundPosition in interface CSS2Properties

getBackgroundRepeat

public java.lang.String getBackgroundRepeat()
Description copied from interface: CSS2Properties
See the background-repeat property definition in CSS2.

Specified by:
getBackgroundRepeat in interface CSS2Properties

getBorder

public java.lang.String getBorder()
Description copied from interface: CSS2Properties
See the border property definition in CSS2.

Specified by:
getBorder in interface CSS2Properties

getBorderBottom

public java.lang.String getBorderBottom()
Description copied from interface: CSS2Properties
See the border-bottom property definition in CSS2.

Specified by:
getBorderBottom in interface CSS2Properties

getBorderBottomColor

public java.lang.String getBorderBottomColor()
Description copied from interface: CSS2Properties
See the border-bottom-color property definition in CSS2.

Specified by:
getBorderBottomColor in interface CSS2Properties

getBorderBottomStyle

public java.lang.String getBorderBottomStyle()
Description copied from interface: CSS2Properties
See the border-bottom-style property definition in CSS2.

Specified by:
getBorderBottomStyle in interface CSS2Properties

getBorderBottomWidth

public java.lang.String getBorderBottomWidth()
Description copied from interface: CSS2Properties
See the border-bottom-width property definition in CSS2.

Specified by:
getBorderBottomWidth in interface CSS2Properties

getBorderCollapse

public java.lang.String getBorderCollapse()
Description copied from interface: CSS2Properties
See the border-collapse property definition in CSS2.

Specified by:
getBorderCollapse in interface CSS2Properties

getBorderColor

public java.lang.String getBorderColor()
Description copied from interface: CSS2Properties
See the border-color property definition in CSS2.

Specified by:
getBorderColor in interface CSS2Properties

getBorderLeft

public java.lang.String getBorderLeft()
Description copied from interface: CSS2Properties
See the border-left property definition in CSS2.

Specified by:
getBorderLeft in interface CSS2Properties

getBorderLeftColor

public java.lang.String getBorderLeftColor()
Description copied from interface: CSS2Properties
See the border-left-color property definition in CSS2.

Specified by:
getBorderLeftColor in interface CSS2Properties

getBorderLeftStyle

public java.lang.String getBorderLeftStyle()
Description copied from interface: CSS2Properties
See the border-left-style property definition in CSS2.

Specified by:
getBorderLeftStyle in interface CSS2Properties

getBorderLeftWidth

public java.lang.String getBorderLeftWidth()
Description copied from interface: CSS2Properties
See the border-left-width property definition in CSS2.

Specified by:
getBorderLeftWidth in interface CSS2Properties

getBorderRight

public java.lang.String getBorderRight()
Description copied from interface: CSS2Properties
See the border-right property definition in CSS2.

Specified by:
getBorderRight in interface CSS2Properties

getBorderRightColor

public java.lang.String getBorderRightColor()
Description copied from interface: CSS2Properties
See the border-right-color property definition in CSS2.

Specified by:
getBorderRightColor in interface CSS2Properties

getBorderRightStyle

public java.lang.String getBorderRightStyle()
Description copied from interface: CSS2Properties
See the border-right-style property definition in CSS2.

Specified by:
getBorderRightStyle in interface CSS2Properties

getBorderRightWidth

public java.lang.String getBorderRightWidth()
Description copied from interface: CSS2Properties
See the border-right-width property definition in CSS2.

Specified by:
getBorderRightWidth in interface CSS2Properties

getBorderSpacing

public java.lang.String getBorderSpacing()
Description copied from interface: CSS2Properties
See the border-spacing property definition in CSS2.

Specified by:
getBorderSpacing in interface CSS2Properties

getBorderStyle

public java.lang.String getBorderStyle()
Description copied from interface: CSS2Properties
See the border-style property definition in CSS2.

Specified by:
getBorderStyle in interface CSS2Properties

getBorderTop

public java.lang.String getBorderTop()
Description copied from interface: CSS2Properties
See the border-top property definition in CSS2.

Specified by:
getBorderTop in interface CSS2Properties

getBorderTopColor

public java.lang.String getBorderTopColor()
Description copied from interface: CSS2Properties
See the border-top-color property definition in CSS2.

Specified by:
getBorderTopColor in interface CSS2Properties

getBorderTopStyle

public java.lang.String getBorderTopStyle()
Description copied from interface: CSS2Properties
See the border-top-style property definition in CSS2.

Specified by:
getBorderTopStyle in interface CSS2Properties

getBorderTopWidth

public java.lang.String getBorderTopWidth()
Description copied from interface: CSS2Properties
See the border-top-width property definition in CSS2.

Specified by:
getBorderTopWidth in interface CSS2Properties

getBorderWidth

public java.lang.String getBorderWidth()
Description copied from interface: CSS2Properties
See the border-width property definition in CSS2.

Specified by:
getBorderWidth in interface CSS2Properties

getBottom

public java.lang.String getBottom()
Description copied from interface: CSS2Properties
See the bottom property definition in CSS2.

Specified by:
getBottom in interface CSS2Properties

getCaptionSide

public java.lang.String getCaptionSide()
Description copied from interface: CSS2Properties
See the caption-side property definition in CSS2.

Specified by:
getCaptionSide in interface CSS2Properties

getClear

public java.lang.String getClear()
Description copied from interface: CSS2Properties
See the clear property definition in CSS2.

Specified by:
getClear in interface CSS2Properties

getClip

public java.lang.String getClip()
Description copied from interface: CSS2Properties
See the clip property definition in CSS2.

Specified by:
getClip in interface CSS2Properties

getColor

public java.lang.String getColor()
Description copied from interface: CSS2Properties
See the color property definition in CSS2.

Specified by:
getColor in interface CSS2Properties

getContent

public java.lang.String getContent()
Description copied from interface: CSS2Properties
See the content property definition in CSS2.

Specified by:
getContent in interface CSS2Properties

getCounterIncrement

public java.lang.String getCounterIncrement()
Description copied from interface: CSS2Properties
See the counter-increment property definition in CSS2.

Specified by:
getCounterIncrement in interface CSS2Properties

getCounterReset

public java.lang.String getCounterReset()
Description copied from interface: CSS2Properties
See the counter-reset property definition in CSS2.

Specified by:
getCounterReset in interface CSS2Properties

getCssFloat

public java.lang.String getCssFloat()
Description copied from interface: CSS2Properties
See the float property definition in CSS2.

Specified by:
getCssFloat in interface CSS2Properties

getCue

public java.lang.String getCue()
Description copied from interface: CSS2Properties
See the cue property definition in CSS2.

Specified by:
getCue in interface CSS2Properties

getCueAfter

public java.lang.String getCueAfter()
Description copied from interface: CSS2Properties
See the cue-after property definition in CSS2.

Specified by:
getCueAfter in interface CSS2Properties

getCueBefore

public java.lang.String getCueBefore()
Description copied from interface: CSS2Properties
See the cue-before property definition in CSS2.

Specified by:
getCueBefore in interface CSS2Properties

getCursor

public java.lang.String getCursor()
Description copied from interface: CSS2Properties
See the cursor property definition in CSS2.

Specified by:
getCursor in interface CSS2Properties

getDirection

public java.lang.String getDirection()
Description copied from interface: CSS2Properties
See the direction property definition in CSS2.

Specified by:
getDirection in interface CSS2Properties

getDisplay

public java.lang.String getDisplay()
Description copied from interface: CSS2Properties
See the display property definition in CSS2.

Specified by:
getDisplay in interface CSS2Properties

getElevation

public java.lang.String getElevation()
Description copied from interface: CSS2Properties
See the elevation property definition in CSS2.

Specified by:
getElevation in interface CSS2Properties

getEmptyCells

public java.lang.String getEmptyCells()
Description copied from interface: CSS2Properties
See the empty-cells property definition in CSS2.

Specified by:
getEmptyCells in interface CSS2Properties

getFont

public java.lang.String getFont()
Description copied from interface: CSS2Properties
See the font property definition in CSS2.

Specified by:
getFont in interface CSS2Properties

getFontFamily

public java.lang.String getFontFamily()
Description copied from interface: CSS2Properties
See the font-family property definition in CSS2.

Specified by:
getFontFamily in interface CSS2Properties

getFontSize

public java.lang.String getFontSize()
Description copied from interface: CSS2Properties
See the font-size property definition in CSS2.

Specified by:
getFontSize in interface CSS2Properties

getFontSizeAdjust

public java.lang.String getFontSizeAdjust()
Description copied from interface: CSS2Properties
See the font-size-adjust property definition in CSS2.

Specified by:
getFontSizeAdjust in interface CSS2Properties

getFontStretch

public java.lang.String getFontStretch()
Description copied from interface: CSS2Properties
See the font-stretch property definition in CSS2.

Specified by:
getFontStretch in interface CSS2Properties

getFontStyle

public java.lang.String getFontStyle()
Description copied from interface: CSS2Properties
See the font-style property definition in CSS2.

Specified by:
getFontStyle in interface CSS2Properties

getFontVariant

public java.lang.String getFontVariant()
Description copied from interface: CSS2Properties
See the font-variant property definition in CSS2.

Specified by:
getFontVariant in interface CSS2Properties

getFontWeight

public java.lang.String getFontWeight()
Description copied from interface: CSS2Properties
See the font-weight property definition in CSS2.

Specified by:
getFontWeight in interface CSS2Properties

getHeight

public java.lang.String getHeight()
Description copied from interface: CSS2Properties
See the height property definition in CSS2.

Specified by:
getHeight in interface CSS2Properties

getLeft

public java.lang.String getLeft()
Description copied from interface: CSS2Properties
See the left property definition in CSS2.

Specified by:
getLeft in interface CSS2Properties

getLetterSpacing

public java.lang.String getLetterSpacing()
Description copied from interface: CSS2Properties
See the letter-spacing property definition in CSS2.

Specified by:
getLetterSpacing in interface CSS2Properties

getLineHeight

public java.lang.String getLineHeight()
Description copied from interface: CSS2Properties
See the line-height property definition in CSS2.

Specified by:
getLineHeight in interface CSS2Properties

getListStyle

public java.lang.String getListStyle()
Description copied from interface: CSS2Properties
See the list-style property definition in CSS2.

Specified by:
getListStyle in interface CSS2Properties

getListStyleImage

public java.lang.String getListStyleImage()
Description copied from interface: CSS2Properties
See the list-style-image property definition in CSS2.

Specified by:
getListStyleImage in interface CSS2Properties

getListStylePosition

public java.lang.String getListStylePosition()
Description copied from interface: CSS2Properties
See the list-style-position property definition in CSS2.

Specified by:
getListStylePosition in interface CSS2Properties

getListStyleType

public java.lang.String getListStyleType()
Description copied from interface: CSS2Properties
See the list-style-type property definition in CSS2.

Specified by:
getListStyleType in interface CSS2Properties

getMargin

public java.lang.String getMargin()
Description copied from interface: CSS2Properties
See the margin property definition in CSS2.

Specified by:
getMargin in interface CSS2Properties

getMarginBottom

public java.lang.String getMarginBottom()
Description copied from interface: CSS2Properties
See the margin-bottom property definition in CSS2.

Specified by:
getMarginBottom in interface CSS2Properties

getMarginLeft

public java.lang.String getMarginLeft()
Description copied from interface: CSS2Properties
See the margin-left property definition in CSS2.

Specified by:
getMarginLeft in interface CSS2Properties

getMarginRight

public java.lang.String getMarginRight()
Description copied from interface: CSS2Properties
See the margin-right property definition in CSS2.

Specified by:
getMarginRight in interface CSS2Properties

getMarginTop

public java.lang.String getMarginTop()
Description copied from interface: CSS2Properties
See the margin-top property definition in CSS2.

Specified by:
getMarginTop in interface CSS2Properties

getMarkerOffset

public java.lang.String getMarkerOffset()
Description copied from interface: CSS2Properties
See the marker-offset property definition in CSS2.

Specified by:
getMarkerOffset in interface CSS2Properties

getMarks

public java.lang.String getMarks()
Description copied from interface: CSS2Properties
See the marks property definition in CSS2.

Specified by:
getMarks in interface CSS2Properties

getMaxHeight

public java.lang.String getMaxHeight()
Description copied from interface: CSS2Properties
See the max-height property definition in CSS2.

Specified by:
getMaxHeight in interface CSS2Properties

getMaxWidth

public java.lang.String getMaxWidth()
Description copied from interface: CSS2Properties
See the max-width property definition in CSS2.

Specified by:
getMaxWidth in interface CSS2Properties

getMinHeight

public java.lang.String getMinHeight()
Description copied from interface: CSS2Properties
See the min-height property definition in CSS2.

Specified by:
getMinHeight in interface CSS2Properties

getMinWidth

public java.lang.String getMinWidth()
Description copied from interface: CSS2Properties
See the min-width property definition in CSS2.

Specified by:
getMinWidth in interface CSS2Properties

getOrphans

public java.lang.String getOrphans()
Description copied from interface: CSS2Properties
See the orphans property definition in CSS2.

Specified by:
getOrphans in interface CSS2Properties

getOutline

public java.lang.String getOutline()
Description copied from interface: CSS2Properties
See the outline property definition in CSS2.

Specified by:
getOutline in interface CSS2Properties

getOutlineColor

public java.lang.String getOutlineColor()
Description copied from interface: CSS2Properties
See the outline-color property definition in CSS2.

Specified by:
getOutlineColor in interface CSS2Properties

getOutlineStyle

public java.lang.String getOutlineStyle()
Description copied from interface: CSS2Properties
See the outline-style property definition in CSS2.

Specified by:
getOutlineStyle in interface CSS2Properties

getOutlineWidth

public java.lang.String getOutlineWidth()
Description copied from interface: CSS2Properties
See the outline-width property definition in CSS2.

Specified by:
getOutlineWidth in interface CSS2Properties

getOverflow

public java.lang.String getOverflow()
Description copied from interface: CSS2Properties
See the overflow property definition in CSS2.

Specified by:
getOverflow in interface CSS2Properties

getPadding

public java.lang.String getPadding()
Description copied from interface: CSS2Properties
See the padding property definition in CSS2.

Specified by:
getPadding in interface CSS2Properties

getPaddingBottom

public java.lang.String getPaddingBottom()
Description copied from interface: CSS2Properties
See the padding-bottom property definition in CSS2.

Specified by:
getPaddingBottom in interface CSS2Properties

getPaddingLeft

public java.lang.String getPaddingLeft()
Description copied from interface: CSS2Properties
See the padding-left property definition in CSS2.

Specified by:
getPaddingLeft in interface CSS2Properties

getPaddingRight

public java.lang.String getPaddingRight()
Description copied from interface: CSS2Properties
See the padding-right property definition in CSS2.

Specified by:
getPaddingRight in interface CSS2Properties

getPaddingTop

public java.lang.String getPaddingTop()
Description copied from interface: CSS2Properties
See the padding-top property definition in CSS2.

Specified by:
getPaddingTop in interface CSS2Properties

getPage

public java.lang.String getPage()
Description copied from interface: CSS2Properties
See the page property definition in CSS2.

Specified by:
getPage in interface CSS2Properties

getPageBreakAfter

public java.lang.String getPageBreakAfter()
Description copied from interface: CSS2Properties
See the page-break-after property definition in CSS2.

Specified by:
getPageBreakAfter in interface CSS2Properties

getPageBreakBefore

public java.lang.String getPageBreakBefore()
Description copied from interface: CSS2Properties
See the page-break-before property definition in CSS2.

Specified by:
getPageBreakBefore in interface CSS2Properties

getPageBreakInside

public java.lang.String getPageBreakInside()
Description copied from interface: CSS2Properties
See the page-break-inside property definition in CSS2.

Specified by:
getPageBreakInside in interface CSS2Properties

getPause

public java.lang.String getPause()
Description copied from interface: CSS2Properties
See the pause property definition in CSS2.

Specified by:
getPause in interface CSS2Properties

getPauseAfter

public java.lang.String getPauseAfter()
Description copied from interface: CSS2Properties
See the pause-after property definition in CSS2.

Specified by:
getPauseAfter in interface CSS2Properties

getPauseBefore

public java.lang.String getPauseBefore()
Description copied from interface: CSS2Properties
See the pause-before property definition in CSS2.

Specified by:
getPauseBefore in interface CSS2Properties

getPitch

public java.lang.String getPitch()
Description copied from interface: CSS2Properties
See the pitch property definition in CSS2.

Specified by:
getPitch in interface CSS2Properties

getPitchRange

public java.lang.String getPitchRange()
Description copied from interface: CSS2Properties
See the pitch-range property definition in CSS2.

Specified by:
getPitchRange in interface CSS2Properties

getPlayDuring

public java.lang.String getPlayDuring()
Description copied from interface: CSS2Properties
See the play-during property definition in CSS2.

Specified by:
getPlayDuring in interface CSS2Properties

getPosition

public java.lang.String getPosition()
Description copied from interface: CSS2Properties
See the position property definition in CSS2.

Specified by:
getPosition in interface CSS2Properties

getQuotes

public java.lang.String getQuotes()
Description copied from interface: CSS2Properties
See the quotes property definition in CSS2.

Specified by:
getQuotes in interface CSS2Properties

getRichness

public java.lang.String getRichness()
Description copied from interface: CSS2Properties
See the richness property definition in CSS2.

Specified by:
getRichness in interface CSS2Properties

getRight

public java.lang.String getRight()
Description copied from interface: CSS2Properties
See the right property definition in CSS2.

Specified by:
getRight in interface CSS2Properties

getSize

public java.lang.String getSize()
Description copied from interface: CSS2Properties
See the size property definition in CSS2.

Specified by:
getSize in interface CSS2Properties

getSpeak

public java.lang.String getSpeak()
Description copied from interface: CSS2Properties
See the speak property definition in CSS2.

Specified by:
getSpeak in interface CSS2Properties

getSpeakHeader

public java.lang.String getSpeakHeader()
Description copied from interface: CSS2Properties
See the speak-header property definition in CSS2.

Specified by:
getSpeakHeader in interface CSS2Properties

getSpeakNumeral

public java.lang.String getSpeakNumeral()
Description copied from interface: CSS2Properties
See the speak-numeral property definition in CSS2.

Specified by:
getSpeakNumeral in interface CSS2Properties

getSpeakPunctuation

public java.lang.String getSpeakPunctuation()
Description copied from interface: CSS2Properties
See the speak-punctuation property definition in CSS2.

Specified by:
getSpeakPunctuation in interface CSS2Properties

getSpeechRate

public java.lang.String getSpeechRate()
Description copied from interface: CSS2Properties
See the speech-rate property definition in CSS2.

Specified by:
getSpeechRate in interface CSS2Properties

getStress

public java.lang.String getStress()
Description copied from interface: CSS2Properties
See the stress property definition in CSS2.

Specified by:
getStress in interface CSS2Properties

getTableLayout

public java.lang.String getTableLayout()
Description copied from interface: CSS2Properties
See the table-layout property definition in CSS2.

Specified by:
getTableLayout in interface CSS2Properties

getTextAlign

public java.lang.String getTextAlign()
Description copied from interface: CSS2Properties
See the text-align property definition in CSS2.

Specified by:
getTextAlign in interface CSS2Properties

getTextDecoration

public java.lang.String getTextDecoration()
Description copied from interface: CSS2Properties
See the text-decoration property definition in CSS2.

Specified by:
getTextDecoration in interface CSS2Properties

getTextIndent

public java.lang.String getTextIndent()
Description copied from interface: CSS2Properties
See the text-indent property definition in CSS2.

Specified by:
getTextIndent in interface CSS2Properties

getTextShadow

public java.lang.String getTextShadow()
Description copied from interface: CSS2Properties
See the text-shadow property definition in CSS2.

Specified by:
getTextShadow in interface CSS2Properties

getTextTransform

public java.lang.String getTextTransform()
Description copied from interface: CSS2Properties
See the text-transform property definition in CSS2.

Specified by:
getTextTransform in interface CSS2Properties

getTop

public java.lang.String getTop()
Description copied from interface: CSS2Properties
See the top property definition in CSS2.

Specified by:
getTop in interface CSS2Properties

getUnicodeBidi

public java.lang.String getUnicodeBidi()
Description copied from interface: CSS2Properties
See the unicode-bidi property definition in CSS2.

Specified by:
getUnicodeBidi in interface CSS2Properties

getVerticalAlign

public java.lang.String getVerticalAlign()
Description copied from interface: CSS2Properties
See the vertical-align property definition in CSS2.

Specified by:
getVerticalAlign in interface CSS2Properties

getVisibility

public java.lang.String getVisibility()
Description copied from interface: CSS2Properties
See the visibility property definition in CSS2.

Specified by:
getVisibility in interface CSS2Properties

getVoiceFamily

public java.lang.String getVoiceFamily()
Description copied from interface: CSS2Properties
See the voice-family property definition in CSS2.

Specified by:
getVoiceFamily in interface CSS2Properties

getVolume

public java.lang.String getVolume()
Description copied from interface: CSS2Properties
See the volume property definition in CSS2.

Specified by:
getVolume in interface CSS2Properties

getWhiteSpace

public java.lang.String getWhiteSpace()
Description copied from interface: CSS2Properties
See the white-space property definition in CSS2.

Specified by:
getWhiteSpace in interface CSS2Properties

getWidows

public java.lang.String getWidows()
Description copied from interface: CSS2Properties
See the widows property definition in CSS2.

Specified by:
getWidows in interface CSS2Properties

getWidth

public java.lang.String getWidth()
Description copied from interface: CSS2Properties
See the width property definition in CSS2.

Specified by:
getWidth in interface CSS2Properties

getWordSpacing

public java.lang.String getWordSpacing()
Description copied from interface: CSS2Properties
See the word-spacing property definition in CSS2.

Specified by:
getWordSpacing in interface CSS2Properties

getZIndex

public java.lang.String getZIndex()
Description copied from interface: CSS2Properties
See the z-index property definition in CSS2.

Specified by:
getZIndex in interface CSS2Properties

setAzimuth

public void setAzimuth(java.lang.String azimuth)
                throws org.w3c.dom.DOMException
Specified by:
setAzimuth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackground

public void setBackground(java.lang.String background)
                   throws org.w3c.dom.DOMException
Specified by:
setBackground in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackgroundAttachment

public void setBackgroundAttachment(java.lang.String backgroundAttachment)
                             throws org.w3c.dom.DOMException
Specified by:
setBackgroundAttachment in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackgroundColor

public void setBackgroundColor(java.lang.String backgroundColor)
                        throws org.w3c.dom.DOMException
Specified by:
setBackgroundColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackgroundImage

public void setBackgroundImage(java.lang.String backgroundImage)
                        throws org.w3c.dom.DOMException
Specified by:
setBackgroundImage in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackgroundPosition

public void setBackgroundPosition(java.lang.String backgroundPosition)
                           throws org.w3c.dom.DOMException
Specified by:
setBackgroundPosition in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBackgroundRepeat

public void setBackgroundRepeat(java.lang.String backgroundRepeat)
                         throws org.w3c.dom.DOMException
Specified by:
setBackgroundRepeat in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorder

public void setBorder(java.lang.String border)
               throws org.w3c.dom.DOMException
Specified by:
setBorder in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderBottom

public void setBorderBottom(java.lang.String borderBottom)
                     throws org.w3c.dom.DOMException
Specified by:
setBorderBottom in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderBottomColor

public void setBorderBottomColor(java.lang.String borderBottomColor)
                          throws org.w3c.dom.DOMException
Specified by:
setBorderBottomColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderBottomStyle

public void setBorderBottomStyle(java.lang.String borderBottomStyle)
                          throws org.w3c.dom.DOMException
Specified by:
setBorderBottomStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderBottomWidth

public void setBorderBottomWidth(java.lang.String borderBottomWidth)
                          throws org.w3c.dom.DOMException
Specified by:
setBorderBottomWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderCollapse

public void setBorderCollapse(java.lang.String borderCollapse)
                       throws org.w3c.dom.DOMException
Specified by:
setBorderCollapse in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderColor

public void setBorderColor(java.lang.String borderColor)
                    throws org.w3c.dom.DOMException
Specified by:
setBorderColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderLeft

public void setBorderLeft(java.lang.String borderLeft)
                   throws org.w3c.dom.DOMException
Specified by:
setBorderLeft in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderLeftColor

public void setBorderLeftColor(java.lang.String borderLeftColor)
                        throws org.w3c.dom.DOMException
Specified by:
setBorderLeftColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderLeftStyle

public void setBorderLeftStyle(java.lang.String borderLeftStyle)
                        throws org.w3c.dom.DOMException
Specified by:
setBorderLeftStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderLeftWidth

public void setBorderLeftWidth(java.lang.String borderLeftWidth)
                        throws org.w3c.dom.DOMException
Specified by:
setBorderLeftWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderRight

public void setBorderRight(java.lang.String borderRight)
                    throws org.w3c.dom.DOMException
Specified by:
setBorderRight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderRightColor

public void setBorderRightColor(java.lang.String borderRightColor)
                         throws org.w3c.dom.DOMException
Specified by:
setBorderRightColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderRightStyle

public void setBorderRightStyle(java.lang.String borderRightStyle)
                         throws org.w3c.dom.DOMException
Specified by:
setBorderRightStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderRightWidth

public void setBorderRightWidth(java.lang.String borderRightWidth)
                         throws org.w3c.dom.DOMException
Specified by:
setBorderRightWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderSpacing

public void setBorderSpacing(java.lang.String borderSpacing)
                      throws org.w3c.dom.DOMException
Specified by:
setBorderSpacing in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderStyle

public void setBorderStyle(java.lang.String borderStyle)
                    throws org.w3c.dom.DOMException
Specified by:
setBorderStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderTop

public void setBorderTop(java.lang.String borderTop)
                  throws org.w3c.dom.DOMException
Specified by:
setBorderTop in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderTopColor

public void setBorderTopColor(java.lang.String borderTopColor)
                       throws org.w3c.dom.DOMException
Specified by:
setBorderTopColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderTopStyle

public void setBorderTopStyle(java.lang.String borderTopStyle)
                       throws org.w3c.dom.DOMException
Specified by:
setBorderTopStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderTopWidth

public void setBorderTopWidth(java.lang.String borderTopWidth)
                       throws org.w3c.dom.DOMException
Specified by:
setBorderTopWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBorderWidth

public void setBorderWidth(java.lang.String borderWidth)
                    throws org.w3c.dom.DOMException
Specified by:
setBorderWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setBottom

public void setBottom(java.lang.String bottom)
               throws org.w3c.dom.DOMException
Specified by:
setBottom in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCaptionSide

public void setCaptionSide(java.lang.String captionSide)
                    throws org.w3c.dom.DOMException
Specified by:
setCaptionSide in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setClear

public void setClear(java.lang.String clear)
              throws org.w3c.dom.DOMException
Specified by:
setClear in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setClip

public void setClip(java.lang.String clip)
             throws org.w3c.dom.DOMException
Specified by:
setClip in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setColor

public void setColor(java.lang.String color)
              throws org.w3c.dom.DOMException
Specified by:
setColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setContent

public void setContent(java.lang.String content)
                throws org.w3c.dom.DOMException
Specified by:
setContent in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCounterIncrement

public void setCounterIncrement(java.lang.String counterIncrement)
                         throws org.w3c.dom.DOMException
Specified by:
setCounterIncrement in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCounterReset

public void setCounterReset(java.lang.String counterReset)
                     throws org.w3c.dom.DOMException
Specified by:
setCounterReset in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCssFloat

public void setCssFloat(java.lang.String cssFloat)
                 throws org.w3c.dom.DOMException
Specified by:
setCssFloat in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCue

public void setCue(java.lang.String cue)
            throws org.w3c.dom.DOMException
Specified by:
setCue in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCueAfter

public void setCueAfter(java.lang.String cueAfter)
                 throws org.w3c.dom.DOMException
Specified by:
setCueAfter in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCueBefore

public void setCueBefore(java.lang.String cueBefore)
                  throws org.w3c.dom.DOMException
Specified by:
setCueBefore in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setCursor

public void setCursor(java.lang.String cursor)
               throws org.w3c.dom.DOMException
Specified by:
setCursor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setDirection

public void setDirection(java.lang.String direction)
                  throws org.w3c.dom.DOMException
Specified by:
setDirection in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setDisplay

public void setDisplay(java.lang.String display)
                throws org.w3c.dom.DOMException
Specified by:
setDisplay in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setElevation

public void setElevation(java.lang.String elevation)
                  throws org.w3c.dom.DOMException
Specified by:
setElevation in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setEmptyCells

public void setEmptyCells(java.lang.String emptyCells)
                   throws org.w3c.dom.DOMException
Specified by:
setEmptyCells in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFont

public void setFont(java.lang.String font)
             throws org.w3c.dom.DOMException
Specified by:
setFont in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontFamily

public void setFontFamily(java.lang.String fontFamily)
                   throws org.w3c.dom.DOMException
Specified by:
setFontFamily in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontSize

public void setFontSize(java.lang.String fontSize)
                 throws org.w3c.dom.DOMException
Specified by:
setFontSize in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontSizeAdjust

public void setFontSizeAdjust(java.lang.String fontSizeAdjust)
                       throws org.w3c.dom.DOMException
Specified by:
setFontSizeAdjust in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontStretch

public void setFontStretch(java.lang.String fontStretch)
                    throws org.w3c.dom.DOMException
Specified by:
setFontStretch in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontStyle

public void setFontStyle(java.lang.String fontStyle)
                  throws org.w3c.dom.DOMException
Specified by:
setFontStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontVariant

public void setFontVariant(java.lang.String fontVariant)
                    throws org.w3c.dom.DOMException
Specified by:
setFontVariant in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setFontWeight

public void setFontWeight(java.lang.String fontWeight)
                   throws org.w3c.dom.DOMException
Specified by:
setFontWeight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setHeight

public void setHeight(java.lang.String height)
               throws org.w3c.dom.DOMException
Specified by:
setHeight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setLeft

public void setLeft(java.lang.String left)
             throws org.w3c.dom.DOMException
Specified by:
setLeft in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setLetterSpacing

public void setLetterSpacing(java.lang.String letterSpacing)
                      throws org.w3c.dom.DOMException
Specified by:
setLetterSpacing in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setLineHeight

public void setLineHeight(java.lang.String lineHeight)
                   throws org.w3c.dom.DOMException
Specified by:
setLineHeight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setListStyle

public void setListStyle(java.lang.String listStyle)
                  throws org.w3c.dom.DOMException
Specified by:
setListStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setListStyleImage

public void setListStyleImage(java.lang.String listStyleImage)
                       throws org.w3c.dom.DOMException
Specified by:
setListStyleImage in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setListStylePosition

public void setListStylePosition(java.lang.String listStylePosition)
                          throws org.w3c.dom.DOMException
Specified by:
setListStylePosition in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setListStyleType

public void setListStyleType(java.lang.String listStyleType)
                      throws org.w3c.dom.DOMException
Specified by:
setListStyleType in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMargin

public void setMargin(java.lang.String margin)
               throws org.w3c.dom.DOMException
Specified by:
setMargin in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarginBottom

public void setMarginBottom(java.lang.String marginBottom)
                     throws org.w3c.dom.DOMException
Specified by:
setMarginBottom in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarginLeft

public void setMarginLeft(java.lang.String marginLeft)
                   throws org.w3c.dom.DOMException
Specified by:
setMarginLeft in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarginRight

public void setMarginRight(java.lang.String marginRight)
                    throws org.w3c.dom.DOMException
Specified by:
setMarginRight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarginTop

public void setMarginTop(java.lang.String marginTop)
                  throws org.w3c.dom.DOMException
Specified by:
setMarginTop in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarkerOffset

public void setMarkerOffset(java.lang.String markerOffset)
                     throws org.w3c.dom.DOMException
Specified by:
setMarkerOffset in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMarks

public void setMarks(java.lang.String marks)
              throws org.w3c.dom.DOMException
Specified by:
setMarks in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMaxHeight

public void setMaxHeight(java.lang.String maxHeight)
                  throws org.w3c.dom.DOMException
Specified by:
setMaxHeight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMaxWidth

public void setMaxWidth(java.lang.String maxWidth)
                 throws org.w3c.dom.DOMException
Specified by:
setMaxWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMinHeight

public void setMinHeight(java.lang.String minHeight)
                  throws org.w3c.dom.DOMException
Specified by:
setMinHeight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setMinWidth

public void setMinWidth(java.lang.String minWidth)
                 throws org.w3c.dom.DOMException
Specified by:
setMinWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOrphans

public void setOrphans(java.lang.String orphans)
                throws org.w3c.dom.DOMException
Specified by:
setOrphans in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOutline

public void setOutline(java.lang.String outline)
                throws org.w3c.dom.DOMException
Specified by:
setOutline in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOutlineColor

public void setOutlineColor(java.lang.String outlineColor)
                     throws org.w3c.dom.DOMException
Specified by:
setOutlineColor in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOutlineStyle

public void setOutlineStyle(java.lang.String outlineStyle)
                     throws org.w3c.dom.DOMException
Specified by:
setOutlineStyle in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOutlineWidth

public void setOutlineWidth(java.lang.String outlineWidth)
                     throws org.w3c.dom.DOMException
Specified by:
setOutlineWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setOverflow

public void setOverflow(java.lang.String overflow)
                 throws org.w3c.dom.DOMException
Specified by:
setOverflow in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPadding

public void setPadding(java.lang.String padding)
                throws org.w3c.dom.DOMException
Specified by:
setPadding in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPaddingBottom

public void setPaddingBottom(java.lang.String paddingBottom)
                      throws org.w3c.dom.DOMException
Specified by:
setPaddingBottom in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPaddingLeft

public void setPaddingLeft(java.lang.String paddingLeft)
                    throws org.w3c.dom.DOMException
Specified by:
setPaddingLeft in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPaddingRight

public void setPaddingRight(java.lang.String paddingRight)
                     throws org.w3c.dom.DOMException
Specified by:
setPaddingRight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPaddingTop

public void setPaddingTop(java.lang.String paddingTop)
                   throws org.w3c.dom.DOMException
Specified by:
setPaddingTop in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPage

public void setPage(java.lang.String page)
             throws org.w3c.dom.DOMException
Specified by:
setPage in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPageBreakAfter

public void setPageBreakAfter(java.lang.String pageBreakAfter)
                       throws org.w3c.dom.DOMException
Specified by:
setPageBreakAfter in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPageBreakBefore

public void setPageBreakBefore(java.lang.String pageBreakBefore)
                        throws org.w3c.dom.DOMException
Specified by:
setPageBreakBefore in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPageBreakInside

public void setPageBreakInside(java.lang.String pageBreakInside)
                        throws org.w3c.dom.DOMException
Specified by:
setPageBreakInside in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPause

public void setPause(java.lang.String pause)
              throws org.w3c.dom.DOMException
Specified by:
setPause in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPauseAfter

public void setPauseAfter(java.lang.String pauseAfter)
                   throws org.w3c.dom.DOMException
Specified by:
setPauseAfter in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPauseBefore

public void setPauseBefore(java.lang.String pauseBefore)
                    throws org.w3c.dom.DOMException
Specified by:
setPauseBefore in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPitch

public void setPitch(java.lang.String pitch)
              throws org.w3c.dom.DOMException
Specified by:
setPitch in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPitchRange

public void setPitchRange(java.lang.String pitchRange)
                   throws org.w3c.dom.DOMException
Specified by:
setPitchRange in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPlayDuring

public void setPlayDuring(java.lang.String playDuring)
                   throws org.w3c.dom.DOMException
Specified by:
setPlayDuring in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setPosition

public void setPosition(java.lang.String position)
                 throws org.w3c.dom.DOMException
Specified by:
setPosition in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setQuotes

public void setQuotes(java.lang.String quotes)
               throws org.w3c.dom.DOMException
Specified by:
setQuotes in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setRichness

public void setRichness(java.lang.String richness)
                 throws org.w3c.dom.DOMException
Specified by:
setRichness in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setRight

public void setRight(java.lang.String right)
              throws org.w3c.dom.DOMException
Specified by:
setRight in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSize

public void setSize(java.lang.String size)
             throws org.w3c.dom.DOMException
Specified by:
setSize in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSpeak

public void setSpeak(java.lang.String speak)
              throws org.w3c.dom.DOMException
Specified by:
setSpeak in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSpeakHeader

public void setSpeakHeader(java.lang.String speakHeader)
                    throws org.w3c.dom.DOMException
Specified by:
setSpeakHeader in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSpeakNumeral

public void setSpeakNumeral(java.lang.String speakNumeral)
                     throws org.w3c.dom.DOMException
Specified by:
setSpeakNumeral in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSpeakPunctuation

public void setSpeakPunctuation(java.lang.String speakPunctuation)
                         throws org.w3c.dom.DOMException
Specified by:
setSpeakPunctuation in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setSpeechRate

public void setSpeechRate(java.lang.String speechRate)
                   throws org.w3c.dom.DOMException
Specified by:
setSpeechRate in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setStress

public void setStress(java.lang.String stress)
               throws org.w3c.dom.DOMException
Specified by:
setStress in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTableLayout

public void setTableLayout(java.lang.String tableLayout)
                    throws org.w3c.dom.DOMException
Specified by:
setTableLayout in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTextAlign

public void setTextAlign(java.lang.String textAlign)
                  throws org.w3c.dom.DOMException
Specified by:
setTextAlign in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTextDecoration

public void setTextDecoration(java.lang.String textDecoration)
                       throws org.w3c.dom.DOMException
Specified by:
setTextDecoration in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTextIndent

public void setTextIndent(java.lang.String textIndent)
                   throws org.w3c.dom.DOMException
Specified by:
setTextIndent in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTextShadow

public void setTextShadow(java.lang.String textShadow)
                   throws org.w3c.dom.DOMException
Specified by:
setTextShadow in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTextTransform

public void setTextTransform(java.lang.String textTransform)
                      throws org.w3c.dom.DOMException
Specified by:
setTextTransform in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setTop

public void setTop(java.lang.String top)
            throws org.w3c.dom.DOMException
Specified by:
setTop in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setUnicodeBidi

public void setUnicodeBidi(java.lang.String unicodeBidi)
                    throws org.w3c.dom.DOMException
Specified by:
setUnicodeBidi in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setVerticalAlign

public void setVerticalAlign(java.lang.String verticalAlign)
                      throws org.w3c.dom.DOMException
Specified by:
setVerticalAlign in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setVisibility

public void setVisibility(java.lang.String visibility)
                   throws org.w3c.dom.DOMException
Specified by:
setVisibility in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setVoiceFamily

public void setVoiceFamily(java.lang.String voiceFamily)
                    throws org.w3c.dom.DOMException
Specified by:
setVoiceFamily in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setVolume

public void setVolume(java.lang.String volume)
               throws org.w3c.dom.DOMException
Specified by:
setVolume in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setWhiteSpace

public void setWhiteSpace(java.lang.String whiteSpace)
                   throws org.w3c.dom.DOMException
Specified by:
setWhiteSpace in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setWidows

public void setWidows(java.lang.String widows)
               throws org.w3c.dom.DOMException
Specified by:
setWidows in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setWidth

public void setWidth(java.lang.String width)
              throws org.w3c.dom.DOMException
Specified by:
setWidth in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setWordSpacing

public void setWordSpacing(java.lang.String wordSpacing)
                    throws org.w3c.dom.DOMException
Specified by:
setWordSpacing in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

setZIndex

public void setZIndex(java.lang.String zIndex)
               throws org.w3c.dom.DOMException
Specified by:
setZIndex in interface CSS2Properties
Throws:
org.w3c.dom.DOMException

checkSetProperty

protected void checkSetProperty()
Does nothing but may be overridden. This method is called by some property setters.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object