public class CSSStyleDeclaration extends SimpleScriptable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CSSStyleDeclaration.CssValue
Encapsulates the retrieval of a style attribute, given a DOM element from which to retrieve it.
|
protected static class |
CSSStyleDeclaration.StyleElement
Contains information about a single style element, including its name, its value, and an index which
can be compared against other indices in order to determine precedence.
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
WIDTH
The width style attribute.
|
| Constructor and Description |
|---|
CSSStyleDeclaration()
Creates an instance.
|
CSSStyleDeclaration(HTMLElement element)
Creates an instance and sets its parent scope to the one of the provided element.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
camelize(String string)
Transforms the specified string from delimiter-separated (e.g.
|
protected long |
getCurrentElementIndex()
Returns the current style element index.
|
protected HTMLElement |
getElement()
Returns the element to which this style belongs.
|
protected String |
getStyleAttribute(String name,
Map<String,CSSStyleDeclaration.StyleElement> styleMap)
Returns the value of the named style attribute, or an empty string if it is not found.
|
protected Map<String,CSSStyleDeclaration.StyleElement> |
getStyleMap()
Returns a sorted map containing style elements, keyed on style element name.
|
Object |
jsxFunction_getAttribute(String name,
int flag)
Returns the value of the specified attribute, or an empty string if it does not exist.
|
CSSValue |
jsxFunction_getPropertyCSSValue(String name)
Gets the CSS property value.
|
String |
jsxFunction_getPropertyValue(String name)
Gets the value of the specified property of the style.
|
boolean |
jsxFunction_removeAttribute(String name,
Object flag)
Removes the specified attribute.
|
boolean |
jsxFunction_removeExpression(String propertyName)
Removes the expression from the specified property.
|
void |
jsxFunction_setAttribute(String name,
String value,
Object flag)
Sets the value of the specified attribute.
|
void |
jsxFunction_setExpression(String propertyName,
String expression,
String language)
Sets an expression for the specified Style.
|
String |
jsxGet_azimuth()
Gets the "azimuth" style attribute.
|
String |
jsxGet_background()
Gets the "background" style attribute.
|
String |
jsxGet_backgroundAttachment()
Gets the "backgroundAttachment" style attribute.
|
String |
jsxGet_backgroundColor()
Gets the "backgroundColor" style attribute.
|
String |
jsxGet_backgroundImage()
Gets the "backgroundImage" style attribute.
|
String |
jsxGet_backgroundPosition()
Gets the "backgroundPosition" style attribute.
|
String |
jsxGet_backgroundPositionX()
Gets the "backgroundPositionX" style attribute.
|
String |
jsxGet_backgroundPositionY()
Gets the "backgroundPositionY" style attribute.
|
String |
jsxGet_backgroundRepeat()
Gets the "backgroundRepeat" style attribute.
|
String |
jsxGet_behavior()
Gets the object's behavior (IE only).
|
String |
jsxGet_border()
Gets the "border" style attribute.
|
String |
jsxGet_borderBottom()
Gets the "borderBottom" style attribute.
|
String |
jsxGet_borderBottomColor()
Gets the "borderBottomColor" style attribute.
|
String |
jsxGet_borderBottomStyle()
Gets the "borderBottomStyle" style attribute.
|
String |
jsxGet_borderBottomWidth()
Gets the "borderBottomWidth" style attribute.
|
String |
jsxGet_borderCollapse()
Gets the "borderCollapse" style attribute.
|
String |
jsxGet_borderColor()
Gets the "borderColor" style attribute.
|
String |
jsxGet_borderLeft()
Gets the "borderLeft" style attribute.
|
String |
jsxGet_borderLeftColor()
Gets the "borderLeftColor" style attribute.
|
String |
jsxGet_borderLeftStyle()
Gets the "borderLeftStyle" style attribute.
|
String |
jsxGet_borderLeftWidth()
Gets the "borderLeftWidth" style attribute.
|
String |
jsxGet_borderRight()
Gets the "borderRight" style attribute.
|
String |
jsxGet_borderRightColor()
Gets the "borderRightColor" style attribute.
|
String |
jsxGet_borderRightStyle()
Gets the "borderRightStyle" style attribute.
|
String |
jsxGet_borderRightWidth()
Gets the "borderRightWidth" style attribute.
|
String |
jsxGet_borderSpacing()
Gets the "borderSpacing" style attribute.
|
String |
jsxGet_borderStyle()
Gets the "borderStyle" style attribute.
|
String |
jsxGet_borderTop()
Gets the "borderTop" style attribute.
|
String |
jsxGet_borderTopColor()
Gets the "borderTopColor" style attribute.
|
String |
jsxGet_borderTopStyle()
Gets the "borderTopStyle" style attribute.
|
String |
jsxGet_borderTopWidth()
Gets the "borderTopWidth" style attribute.
|
String |
jsxGet_borderWidth()
Gets the "borderWidth" style attribute.
|
String |
jsxGet_bottom()
Gets the "bottom" style attribute.
|
String |
jsxGet_captionSide()
Gets the "captionSide" style attribute.
|
String |
jsxGet_clear()
Gets the "clear" style attribute.
|
String |
jsxGet_clip()
Gets the "clip" style attribute.
|
String |
jsxGet_color()
Gets the "color" style attribute.
|
String |
jsxGet_content()
Gets the "content" style attribute.
|
String |
jsxGet_counterIncrement()
Gets the "counterIncrement" style attribute.
|
String |
jsxGet_counterReset()
Gets the "counterReset" style attribute.
|
String |
jsxGet_cssFloat()
Gets the "cssFloat" style attribute.
|
String |
jsxGet_cssText()
Returns the actual text of the style.
|
String |
jsxGet_cue()
Gets the "cue" style attribute.
|
String |
jsxGet_cueAfter()
Gets the "cueAfter" style attribute.
|
String |
jsxGet_cueBefore()
Gets the "cueBefore" style attribute.
|
String |
jsxGet_cursor()
Gets the "cursor" style attribute.
|
String |
jsxGet_direction()
Gets the "direction" style attribute.
|
String |
jsxGet_display()
Gets the "display" style attribute.
|
String |
jsxGet_elevation()
Gets the "elevation" style attribute.
|
String |
jsxGet_emptyCells()
Gets the "emptyCells" style attribute.
|
String |
jsxGet_filter()
Gets the object's filter (IE only).
|
String |
jsxGet_font()
Gets the "font" style attribute.
|
String |
jsxGet_fontFamily()
Gets the "fontFamily" style attribute.
|
String |
jsxGet_fontSize()
Gets the "fontSize" style attribute.
|
String |
jsxGet_fontSizeAdjust()
Gets the "fontSizeAdjust" style attribute.
|
String |
jsxGet_fontStretch()
Gets the "fontStretch" style attribute.
|
String |
jsxGet_fontStyle()
Gets the "fontStyle" style attribute.
|
String |
jsxGet_fontVariant()
Gets the "fontVariant" style attribute.
|
String |
jsxGet_fontWeight()
Gets the "fontWeight" style attribute.
|
String |
jsxGet_height()
Gets the "height" style attribute.
|
String |
jsxGet_imeMode()
Gets the "imeMode" style attribute.
|
String |
jsxGet_layoutFlow()
Gets the "layoutFlow" style attribute.
|
String |
jsxGet_layoutGrid()
Gets the "layoutGrid" style attribute.
|
String |
jsxGet_layoutGridChar()
Gets the "layoutGridChar" style attribute.
|
String |
jsxGet_layoutGridLine()
Gets the "layoutGridLine" style attribute.
|
String |
jsxGet_layoutGridMode()
Gets the "layoutGridMode" style attribute.
|
String |
jsxGet_layoutGridType()
Gets the "layoutGridType" style attribute.
|
String |
jsxGet_left()
Gets the "left" style attribute.
|
int |
jsxGet_length()
Gets the "length", not yet implemented.
|
String |
jsxGet_letterSpacing()
Gets the "letterSpacing" style attribute.
|
String |
jsxGet_lineBreak()
Gets the "lineBreak" style attribute.
|
String |
jsxGet_lineHeight()
Gets the "lineHeight" style attribute.
|
String |
jsxGet_listStyle()
Gets the "listStyle" style attribute.
|
String |
jsxGet_listStyleImage()
Gets the "listStyleImage" style attribute.
|
String |
jsxGet_listStylePosition()
Gets the "listStylePosition" style attribute.
|
String |
jsxGet_listStyleType()
Gets the "listStyleType" style attribute.
|
String |
jsxGet_margin()
Gets the "margin" style attribute.
|
String |
jsxGet_marginBottom()
Gets the "marginBottom" style attribute.
|
String |
jsxGet_marginLeft()
Gets the "marginLeft" style attribute.
|
String |
jsxGet_marginRight()
Gets the "marginRight" style attribute.
|
String |
jsxGet_marginTop()
Gets the "marginTop" style attribute.
|
String |
jsxGet_markerOffset()
Gets the "markerOffset" style attribute.
|
String |
jsxGet_marks()
Gets the "marks" style attribute.
|
String |
jsxGet_maxHeight()
Gets the "maxHeight" style attribute.
|
String |
jsxGet_maxWidth()
Gets the "maxWidth" style attribute.
|
String |
jsxGet_minHeight()
Gets the "minHeight" style attribute.
|
String |
jsxGet_minWidth()
Gets the "minWidth" style attribute.
|
String |
jsxGet_MozAppearance()
Gets the "MozAppearance" style attribute.
|
String |
jsxGet_MozBackgroundClip()
Gets the "MozBackgroundClip" style attribute.
|
String |
jsxGet_MozBackgroundInlinePolicy()
Gets the "MozBackgroundInlinePolicy" style attribute.
|
String |
jsxGet_MozBackgroundOrigin()
Gets the "MozBackgroundOrigin" style attribute.
|
String |
jsxGet_MozBinding()
Gets the "MozBinding" style attribute.
|
String |
jsxGet_MozBorderBottomColors()
Gets the "MozBorderBottomColors" style attribute.
|
String |
jsxGet_MozBorderLeftColors()
Gets the "MozBorderLeftColors" style attribute.
|
String |
jsxGet_MozBorderRadius()
Gets the "MozBorderRadius" style attribute.
|
String |
jsxGet_MozBorderRadiusBottomleft()
Gets the "MozBorderRadiusBottomleft" style attribute.
|
String |
jsxGet_MozBorderRadiusBottomright()
Gets the "MozBorderRadiusBottomright" style attribute.
|
String |
jsxGet_MozBorderRadiusTopleft()
Gets the "MozBorderRadiusTopleft" style attribute.
|
String |
jsxGet_MozBorderRadiusTopright()
Gets the "MozBorderRadiusTopright" style attribute.
|
String |
jsxGet_MozBorderRightColors()
Gets the "MozBorderRightColors" style attribute.
|
String |
jsxGet_MozBorderTopColors()
Gets the "MozBorderTopColors" style attribute.
|
String |
jsxGet_MozBoxAlign()
Gets the "MozBoxAlign" style attribute.
|
String |
jsxGet_MozBoxDirection()
Gets the "MozBoxDirection" style attribute.
|
String |
jsxGet_MozBoxFlex()
Gets the "MozBoxFlex" style attribute.
|
String |
jsxGet_MozBoxOrdinalGroup()
Gets the "MozBoxOrdinalGroup" style attribute.
|
String |
jsxGet_MozBoxOrient()
Gets the "MozBoxOrient" style attribute.
|
String |
jsxGet_MozBoxPack()
Gets the "MozBoxPack" style attribute.
|
String |
jsxGet_MozBoxSizing()
Gets the "MozBoxSizing" style attribute.
|
String |
jsxGet_MozColumnCount()
Gets the "MozColumnCount" style attribute.
|
String |
jsxGet_MozColumnGap()
Gets the "MozColumnGap" style attribute.
|
String |
jsxGet_MozColumnWidth()
Gets the "MozColumnWidth" style attribute.
|
String |
jsxGet_MozFloatEdge()
Gets the "MozFloatEdge" style attribute.
|
String |
jsxGet_MozForceBrokenImageIcon()
Gets the "MozForceBrokenImageIcon" style attribute.
|
String |
jsxGet_MozImageRegion()
Gets the "MozImageRegion" style attribute.
|
String |
jsxGet_MozMarginEnd()
Gets the "MozMarginEnd" style attribute.
|
String |
jsxGet_MozMarginStart()
Gets the "MozMarginStart" style attribute.
|
String |
jsxGet_MozOpacity()
Gets the "MozOpacity" style attribute.
|
String |
jsxGet_MozOutline()
Gets the "MozOutline" style attribute.
|
String |
jsxGet_MozOutlineColor()
Gets the "MozOutlineColor" style attribute.
|
String |
jsxGet_MozOutlineOffset()
Gets the "MozOutlineOffset" style attribute.
|
String |
jsxGet_MozOutlineRadius()
Gets the "MozOutlineRadius" style attribute.
|
String |
jsxGet_MozOutlineRadiusBottomleft()
Gets the "MozOutlineRadiusBottomleft" style attribute.
|
String |
jsxGet_MozOutlineRadiusBottomright()
Gets the "MozOutlineRadiusBottomright" style attribute.
|
String |
jsxGet_MozOutlineRadiusTopleft()
Gets the "MozOutlineRadiusTopleft" style attribute.
|
String |
jsxGet_MozOutlineRadiusTopright()
Gets the "MozOutlineRadiusTopright" style attribute.
|
String |
jsxGet_MozOutlineStyle()
Gets the "MozOutlineStyle" style attribute.
|
String |
jsxGet_MozOutlineWidth()
Gets the "MozOutlineWidth" style attribute.
|
String |
jsxGet_MozPaddingEnd()
Gets the "MozPaddingEnd" style attribute.
|
String |
jsxGet_MozPaddingStart()
Gets the "MozPaddingStart" style attribute.
|
String |
jsxGet_MozUserFocus()
Gets the "MozUserFocus" style attribute.
|
String |
jsxGet_MozUserInput()
Gets the "MozUserInput" style attribute.
|
String |
jsxGet_MozUserModify()
Gets the "MozUserModify" style attribute.
|
String |
jsxGet_MozUserSelect()
Gets the "MozUserSelect" style attribute.
|
String |
jsxGet_msInterpolationMode()
Gets the "msInterpolationMode" style attribute.
|
String |
jsxGet_opacity()
Gets the "opacity" style attribute.
|
String |
jsxGet_orphans()
Gets the "orphans" style attribute.
|
String |
jsxGet_outline()
Gets the "outline" style attribute.
|
String |
jsxGet_outlineColor()
Gets the "outlineColor" style attribute.
|
String |
jsxGet_outlineOffset()
Gets the "outlineOffset" style attribute.
|
String |
jsxGet_outlineStyle()
Gets the "outlineStyle" style attribute.
|
String |
jsxGet_outlineWidth()
Gets the "outlineWidth" style attribute.
|
String |
jsxGet_overflow()
Gets the "overflow" style attribute.
|
String |
jsxGet_overflowX()
Gets the "overflowX" style attribute.
|
String |
jsxGet_overflowY()
Gets the "overflowY" style attribute.
|
String |
jsxGet_padding()
Gets the "padding" style attribute.
|
String |
jsxGet_paddingBottom()
Gets the "paddingBottom" style attribute.
|
String |
jsxGet_paddingLeft()
Gets the "paddingLeft" style attribute.
|
String |
jsxGet_paddingRight()
Gets the "paddingRight" style attribute.
|
String |
jsxGet_paddingTop()
Gets the "paddingTop" style attribute.
|
String |
jsxGet_page()
Gets the "page" style attribute.
|
String |
jsxGet_pageBreakAfter()
Gets the "pageBreakAfter" style attribute.
|
String |
jsxGet_pageBreakBefore()
Gets the "pageBreakBefore" style attribute.
|
String |
jsxGet_pageBreakInside()
Gets the "pageBreakInside" style attribute.
|
String |
jsxGet_pause()
Gets the "pause" style attribute.
|
String |
jsxGet_pauseAfter()
Gets the "pauseAfter" style attribute.
|
String |
jsxGet_pauseBefore()
Gets the "pauseBefore" style attribute.
|
String |
jsxGet_pitch()
Gets the "pitch" style attribute.
|
String |
jsxGet_pitchRange()
Gets the "pitchRange" style attribute.
|
int |
jsxGet_pixelBottom()
Gets the "pixelBottom" style attribute.
|
int |
jsxGet_pixelLeft()
Gets the "pixelLeft" style attribute.
|
int |
jsxGet_pixelRight()
Gets the "pixelRight" style attribute.
|
int |
jsxGet_pixelTop()
Gets the "pixelTop" style attribute.
|
int |
jsxGet_posBottom()
Gets the "posBottom" style attribute.
|
int |
jsxGet_posHeight()
Gets the "posHeight" style attribute.
|
String |
jsxGet_position()
Gets the "position" style attribute.
|
int |
jsxGet_posLeft()
Gets the "posLeft" style attribute.
|
int |
jsxGet_posRight()
Gets the "posRight" style attribute.
|
int |
jsxGet_posTop()
Gets the "posTop" style attribute.
|
int |
jsxGet_posWidth()
Gets the "posWidth" style attribute.
|
String |
jsxGet_quotes()
Gets the "quotes" style attribute.
|
String |
jsxGet_richness()
Gets the "richness" style attribute.
|
String |
jsxGet_right()
Gets the "right" style attribute.
|
String |
jsxGet_rubyAlign()
Gets the "rubyAlign" style attribute.
|
String |
jsxGet_rubyOverhang()
Gets the "rubyOverhang" style attribute.
|
String |
jsxGet_rubyPosition()
Gets the "rubyPosition" style attribute.
|
String |
jsxGet_scrollbar3dLightColor()
Gets the "scrollbar3dLightColor" style attribute.
|
String |
jsxGet_scrollbarArrowColor()
Gets the "scrollbarArrowColor" style attribute.
|
String |
jsxGet_scrollbarBaseColor()
Gets the "scrollbarBaseColor" style attribute.
|
String |
jsxGet_scrollbarDarkShadowColor()
Gets the "scrollbarDarkShadowColor" style attribute.
|
String |
jsxGet_scrollbarFaceColor()
Gets the "scrollbarFaceColor" style attribute.
|
String |
jsxGet_scrollbarHighlightColor()
Gets the "scrollbarHighlightColor" style attribute.
|
String |
jsxGet_scrollbarShadowColor()
Gets the "scrollbarShadowColor" style attribute.
|
String |
jsxGet_scrollbarTrackColor()
Gets the "scrollbarTrackColor" style attribute.
|
String |
jsxGet_size()
Gets the "size" style attribute.
|
String |
jsxGet_speak()
Gets the "speak" style attribute.
|
String |
jsxGet_speakHeader()
Gets the "speakHeader" style attribute.
|
String |
jsxGet_speakNumeral()
Gets the "speakNumeral" style attribute.
|
String |
jsxGet_speakPunctuation()
Gets the "speakPunctuation" style attribute.
|
String |
jsxGet_speechRate()
Gets the "speechRate" style attribute.
|
String |
jsxGet_stress()
Gets the "stress" style attribute.
|
String |
jsxGet_styleFloat()
Gets the "styleFloat" style attribute.
|
String |
jsxGet_tableLayout()
Gets the "tableLayout" style attribute.
|
String |
jsxGet_textAlign()
Gets the "textAlign" style attribute.
|
String |
jsxGet_textAlignLast()
Gets the "textAlignLast" style attribute.
|
String |
jsxGet_textAutospace()
Gets the "textAutospace" style attribute.
|
String |
jsxGet_textDecoration()
Gets the "textDecoration" style attribute.
|
boolean |
jsxGet_textDecorationBlink()
Gets the "textDecorationBlink" style attribute.
|
boolean |
jsxGet_textDecorationLineThrough()
Gets the "textDecorationLineThrough" style attribute.
|
boolean |
jsxGet_textDecorationNone()
Gets the "textDecorationNone" style attribute.
|
boolean |
jsxGet_textDecorationOverline()
Gets the "textDecorationOverline" style attribute.
|
boolean |
jsxGet_textDecorationUnderline()
Gets the "textDecorationUnderline" style attribute.
|
String |
jsxGet_textIndent()
Gets the "textIndent" style attribute.
|
String |
jsxGet_textJustify()
Gets the "textJustify" style attribute.
|
String |
jsxGet_textJustifyTrim()
Gets the "textJustifyTrim" style attribute.
|
String |
jsxGet_textKashida()
Gets the "textKashida" style attribute.
|
String |
jsxGet_textKashidaSpace()
Gets the "textKashidaSpace" style attribute.
|
String |
jsxGet_textOverflow()
Gets the "textOverflow" style attribute.
|
String |
jsxGet_textShadow()
Gets the "textShadow" style attribute.
|
String |
jsxGet_textTransform()
Gets the "textTransform" style attribute.
|
String |
jsxGet_textUnderlinePosition()
Gets the "textUnderlinePosition" style attribute.
|
String |
jsxGet_top()
Gets the "top" style attribute.
|
String |
jsxGet_unicodeBidi()
Gets the "unicodeBidi" style attribute.
|
String |
jsxGet_verticalAlign()
Gets the "verticalAlign" style attribute.
|
String |
jsxGet_visibility()
Gets the "visibility" style attribute.
|
String |
jsxGet_voiceFamily()
Gets the "voiceFamily" style attribute.
|
String |
jsxGet_volume()
Gets the "volume" style attribute.
|
String |
jsxGet_whiteSpace()
Gets the "whiteSpace" style attribute.
|
String |
jsxGet_widows()
Gets the "widows" style attribute.
|
String |
jsxGet_width()
Gets the "width" style attribute.
|
String |
jsxGet_wordBreak()
Gets the "wordBreak" style attribute.
|
String |
jsxGet_wordSpacing()
Gets the "wordSpacing" style attribute.
|
String |
jsxGet_wordWrap()
Gets the "wordWrap" style attribute.
|
String |
jsxGet_writingMode()
Gets the "writingMode" style attribute.
|
Object |
jsxGet_zIndex()
Gets the "zIndex" style attribute.
|
String |
jsxGet_zoom()
Gets the "zoom" style attribute.
|
void |
jsxSet_azimuth(String azimuth)
Sets the "azimuth" style attribute.
|
void |
jsxSet_background(String background)
Sets the "background" style attribute.
|
void |
jsxSet_backgroundAttachment(String backgroundAttachment)
Sets the "backgroundAttachment" style attribute.
|
void |
jsxSet_backgroundColor(String backgroundColor)
Sets the "backgroundColor" style attribute.
|
void |
jsxSet_backgroundImage(String backgroundImage)
Sets the "backgroundImage" style attribute.
|
void |
jsxSet_backgroundPosition(String backgroundPosition)
Sets the "backgroundPosition" style attribute.
|
void |
jsxSet_backgroundPositionX(String backgroundPositionX)
Sets the "backgroundPositionX" style attribute.
|
void |
jsxSet_backgroundPositionY(String backgroundPositionY)
Sets the "backgroundPositionY" style attribute.
|
void |
jsxSet_backgroundRepeat(String backgroundRepeat)
Sets the "backgroundRepeat" style attribute.
|
void |
jsxSet_behavior(String behavior)
Sets the object's behavior (IE only).
|
void |
jsxSet_border(String border)
Sets the "border" style attribute.
|
void |
jsxSet_borderBottom(String borderBottom)
Sets the "borderBottom" style attribute.
|
void |
jsxSet_borderBottomColor(String borderBottomColor)
Sets the "borderBottomColor" style attribute.
|
void |
jsxSet_borderBottomStyle(String borderBottomStyle)
Sets the "borderBottomStyle" style attribute.
|
void |
jsxSet_borderBottomWidth(String borderBottomWidth)
Sets the "borderBottomWidth" style attribute.
|
void |
jsxSet_borderCollapse(String borderCollapse)
Sets the "borderCollapse" style attribute.
|
void |
jsxSet_borderColor(String borderColor)
Sets the "borderColor" style attribute.
|
void |
jsxSet_borderLeft(String borderLeft)
Sets the "borderLeft" style attribute.
|
void |
jsxSet_borderLeftColor(String borderLeftColor)
Sets the "borderLeftColor" style attribute.
|
void |
jsxSet_borderLeftStyle(String borderLeftStyle)
Sets the "borderLeftStyle" style attribute.
|
void |
jsxSet_borderLeftWidth(String borderLeftWidth)
Sets the "borderLeftWidth" style attribute.
|
void |
jsxSet_borderRight(String borderRight)
Sets the "borderRight" style attribute.
|
void |
jsxSet_borderRightColor(String borderRightColor)
Sets the "borderRightColor" style attribute.
|
void |
jsxSet_borderRightStyle(String borderRightStyle)
Sets the "borderRightStyle" style attribute.
|
void |
jsxSet_borderRightWidth(String borderRightWidth)
Sets the "borderRightWidth" style attribute.
|
void |
jsxSet_borderSpacing(String borderSpacing)
Sets the "borderSpacing" style attribute.
|
void |
jsxSet_borderStyle(String borderStyle)
Sets the "borderStyle" style attribute.
|
void |
jsxSet_borderTop(String borderTop)
Sets the "borderTop" style attribute.
|
void |
jsxSet_borderTopColor(String borderTopColor)
Sets the "borderTopColor" style attribute.
|
void |
jsxSet_borderTopStyle(String borderTopStyle)
Sets the "borderTopStyle" style attribute.
|
void |
jsxSet_borderTopWidth(String borderTopWidth)
Sets the "borderTopWidth" style attribute.
|
void |
jsxSet_borderWidth(String borderWidth)
Sets the "borderWidth" style attribute.
|
void |
jsxSet_bottom(String bottom)
Sets the "bottom" style attribute.
|
void |
jsxSet_captionSide(String captionSide)
Sets the "captionSide" style attribute.
|
void |
jsxSet_clear(String clear)
Sets the "clear" style attribute.
|
void |
jsxSet_clip(String clip)
Sets the "clip" style attribute.
|
void |
jsxSet_color(String color)
Sets the "color" style attribute.
|
void |
jsxSet_content(String content)
Sets the "content" style attribute.
|
void |
jsxSet_counterIncrement(String counterIncrement)
Sets the "counterIncrement" style attribute.
|
void |
jsxSet_counterReset(String counterReset)
Sets the "counterReset" style attribute.
|
void |
jsxSet_cssFloat(String value)
Sets the "cssFloat" style attribute.
|
void |
jsxSet_cssText(String value)
Sets the actual text of the style.
|
void |
jsxSet_cue(String cue)
Sets the "cue" style attribute.
|
void |
jsxSet_cueAfter(String cueAfter)
Sets the "cueAfter" style attribute.
|
void |
jsxSet_cueBefore(String cueBefore)
Sets the "cueBefore" style attribute.
|
void |
jsxSet_cursor(String cursor)
Sets the "cursor" style attribute.
|
void |
jsxSet_direction(String direction)
Sets the "direction" style attribute.
|
void |
jsxSet_display(String display)
Sets the "display" style attribute.
|
void |
jsxSet_elevation(String elevation)
Sets the "elevation" style attribute.
|
void |
jsxSet_emptyCells(String emptyCells)
Sets the "emptyCells" style attribute.
|
void |
jsxSet_filter(String filter)
Sets the object's filter (IE only).
|
void |
jsxSet_font(String font)
Sets the "font" style attribute.
|
void |
jsxSet_fontFamily(String fontFamily)
Sets the "fontFamily" style attribute.
|
void |
jsxSet_fontSize(String fontSize)
Sets the "fontSize" style attribute.
|
void |
jsxSet_fontSizeAdjust(String fontSizeAdjust)
Sets the "fontSizeAdjust" style attribute.
|
void |
jsxSet_fontStretch(String fontStretch)
Sets the "fontStretch" style attribute.
|
void |
jsxSet_fontStyle(String fontStyle)
Sets the "fontStyle" style attribute.
|
void |
jsxSet_fontVariant(String fontVariant)
Sets the "fontVariant" style attribute.
|
void |
jsxSet_fontWeight(String fontWeight)
Sets the "fontWeight" style attribute.
|
void |
jsxSet_height(String height)
Sets the "height" style attribute.
|
void |
jsxSet_imeMode(String imeMode)
Sets the "imeMode" style attribute.
|
void |
jsxSet_layoutFlow(String layoutFlow)
Sets the "layoutFlow" style attribute.
|
void |
jsxSet_layoutGrid(String layoutGrid)
Sets the "layoutGrid" style attribute.
|
void |
jsxSet_layoutGridChar(String layoutGridChar)
Sets the "layoutGridChar" style attribute.
|
void |
jsxSet_layoutGridLine(String layoutGridLine)
Sets the "layoutGridLine" style attribute.
|
void |
jsxSet_layoutGridMode(String layoutGridMode)
Sets the "layoutGridMode" style attribute.
|
void |
jsxSet_layoutGridType(String layoutGridType)
Sets the "layoutGridType" style attribute.
|
void |
jsxSet_left(String left)
Sets the "left" style attribute.
|
void |
jsxSet_letterSpacing(String letterSpacing)
Sets the "letterSpacing" style attribute.
|
void |
jsxSet_lineBreak(String lineBreak)
Sets the "lineBreak" style attribute.
|
void |
jsxSet_lineHeight(String lineHeight)
Sets the "lineHeight" style attribute.
|
void |
jsxSet_listStyle(String listStyle)
Sets the "listStyle" style attribute.
|
void |
jsxSet_listStyleImage(String listStyleImage)
Sets the "listStyleImage" style attribute.
|
void |
jsxSet_listStylePosition(String listStylePosition)
Sets the "listStylePosition" style attribute.
|
void |
jsxSet_listStyleType(String listStyleType)
Sets the "listStyleType" style attribute.
|
void |
jsxSet_margin(String margin)
Sets the "margin" style attribute.
|
void |
jsxSet_marginBottom(String marginBottom)
Sets the "marginBottom" style attribute.
|
void |
jsxSet_marginLeft(String marginLeft)
Sets the "marginLeft" style attribute.
|
void |
jsxSet_marginRight(String marginRight)
Sets the "marginRight" style attribute.
|
void |
jsxSet_marginTop(String marginTop)
Sets the "marginTop" style attribute.
|
void |
jsxSet_markerOffset(String markerOffset)
Sets the "markerOffset" style attribute.
|
void |
jsxSet_marks(String marks)
Sets the "marks" style attribute.
|
void |
jsxSet_maxHeight(String maxHeight)
Sets the "maxHeight" style attribute.
|
void |
jsxSet_maxWidth(String maxWidth)
Sets the "maxWidth" style attribute.
|
void |
jsxSet_minHeight(String minHeight)
Sets the "minHeight" style attribute.
|
void |
jsxSet_minWidth(String minWidth)
Sets the "minWidth" style attribute.
|
void |
jsxSet_MozAppearance(String mozAppearance)
Sets the "MozAppearance" style attribute.
|
void |
jsxSet_MozBackgroundClip(String mozBackgroundClip)
Sets the "MozBackgroundClip" style attribute.
|
void |
jsxSet_MozBackgroundInlinePolicy(String mozBackgroundInlinePolicy)
Sets the "MozBackgroundInlinePolicy" style attribute.
|
void |
jsxSet_MozBackgroundOrigin(String mozBackgroundOrigin)
Sets the "MozBackgroundOrigin" style attribute.
|
void |
jsxSet_MozBinding(String mozBinding)
Sets the "MozBinding" style attribute.
|
void |
jsxSet_MozBorderBottomColors(String mozBorderBottomColors)
Sets the "MozBorderBottomColors" style attribute.
|
void |
jsxSet_MozBorderLeftColors(String mozBorderLeftColors)
Sets the "MozBorderLeftColors" style attribute.
|
void |
jsxSet_MozBorderRadius(String mozBorderRadius)
Sets the "MozBorderRadius" style attribute.
|
void |
jsxSet_MozBorderRadiusBottomleft(String mozBorderRadiusBottomleft)
Sets the "MozBorderRadiusBottomleft" style attribute.
|
void |
jsxSet_MozBorderRadiusBottomright(String mozBorderRadiusBottomright)
Sets the "MozBorderRadiusBottomright" style attribute.
|
void |
jsxSet_MozBorderRadiusTopleft(String mozBorderRadiusTopleft)
Sets the "MozBorderRadiusTopleft" style attribute.
|
void |
jsxSet_MozBorderRadiusTopright(String mozBorderRadiusTopright)
Sets the "MozBorderRadiusTopright" style attribute.
|
void |
jsxSet_MozBorderRightColors(String mozBorderRightColors)
Sets the "MozBorderRightColors" style attribute.
|
void |
jsxSet_MozBorderTopColors(String mozBorderTopColors)
Sets the "MozBorderTopColors" style attribute.
|
void |
jsxSet_MozBoxAlign(String mozBoxAlign)
Sets the "MozBoxAlign" style attribute.
|
void |
jsxSet_MozBoxDirection(String mozBoxDirection)
Sets the "MozBoxDirection" style attribute.
|
void |
jsxSet_MozBoxFlex(String mozBoxFlex)
Sets the "MozBoxFlex" style attribute.
|
void |
jsxSet_MozBoxOrdinalGroup(String mozBoxOrdinalGroup)
Sets the "MozBoxOrdinalGroup" style attribute.
|
void |
jsxSet_MozBoxOrient(String mozBoxOrient)
Sets the "MozBoxOrient" style attribute.
|
void |
jsxSet_MozBoxPack(String mozBoxPack)
Sets the "MozBoxPack" style attribute.
|
void |
jsxSet_MozBoxSizing(String mozBoxSizing)
Sets the "MozBoxSizing" style attribute.
|
void |
jsxSet_MozColumnCount(String mozColumnCount)
Sets the "MozColumnCount" style attribute.
|
void |
jsxSet_MozColumnGap(String mozColumnGap)
Sets the "MozColumnGap" style attribute.
|
void |
jsxSet_MozColumnWidth(String mozColumnWidth)
Sets the "MozColumnWidth" style attribute.
|
void |
jsxSet_MozFloatEdge(String mozFloatEdge)
Sets the "MozFloatEdge" style attribute.
|
void |
jsxSet_MozForceBrokenImageIcon(String mozForceBrokenImageIcon)
Sets the "MozForceBrokenImageIcon" style attribute.
|
void |
jsxSet_MozImageRegion(String mozImageRegion)
Sets the "MozImageRegion" style attribute.
|
void |
jsxSet_MozMarginEnd(String mozMarginEnd)
Sets the "MozMarginEnd" style attribute.
|
void |
jsxSet_MozMarginStart(String mozMarginStart)
Sets the "MozMarginStart" style attribute.
|
void |
jsxSet_MozOpacity(String mozOpacity)
Sets the "MozOpacity" style attribute.
|
void |
jsxSet_MozOutline(String mozOutline)
Sets the "MozOutline" style attribute.
|
void |
jsxSet_MozOutlineColor(String mozOutlineColor)
Sets the "MozOutlineColor" style attribute.
|
void |
jsxSet_MozOutlineOffset(String mozOutlineOffset)
Sets the "MozOutlineOffset" style attribute.
|
void |
jsxSet_MozOutlineRadius(String mozOutlineRadius)
Sets the "MozOutlineRadius" style attribute.
|
void |
jsxSet_MozOutlineRadiusBottomleft(String mozOutlineRadiusBottomleft)
Sets the "MozOutlineRadiusBottomleft" style attribute.
|
void |
jsxSet_MozOutlineRadiusBottomright(String mozOutlineRadiusBottomright)
Sets the "MozOutlineRadiusBottomright" style attribute.
|
void |
jsxSet_MozOutlineRadiusTopleft(String mozOutlineRadiusTopleft)
Sets the "MozOutlineRadiusTopleft" style attribute.
|
void |
jsxSet_MozOutlineRadiusTopright(String mozOutlineRadiusTopright)
Sets the "MozOutlineRadiusTopright" style attribute.
|
void |
jsxSet_MozOutlineStyle(String mozOutlineStyle)
Sets the "MozOutlineStyle" style attribute.
|
void |
jsxSet_MozOutlineWidth(String mozOutlineWidth)
Sets the "MozOutlineWidth" style attribute.
|
void |
jsxSet_MozPaddingEnd(String mozPaddingEnd)
Sets the "MozPaddingEnd" style attribute.
|
void |
jsxSet_MozPaddingStart(String mozPaddingStart)
Sets the "MozPaddingStart" style attribute.
|
void |
jsxSet_MozUserFocus(String mozUserFocus)
Sets the "MozUserFocus" style attribute.
|
void |
jsxSet_MozUserInput(String mozUserInput)
Sets the "MozUserInput" style attribute.
|
void |
jsxSet_MozUserModify(String mozUserModify)
Sets the "MozUserModify" style attribute.
|
void |
jsxSet_MozUserSelect(String mozUserSelect)
Sets the "MozUserSelect" style attribute.
|
void |
jsxSet_msInterpolationMode(String msInterpolationMode)
Sets the "msInterpolationMode" style attribute.
|
void |
jsxSet_opacity(String opacity)
Sets the "opacity" style attribute.
|
void |
jsxSet_orphans(String orphans)
Sets the "orphans" style attribute.
|
void |
jsxSet_outline(String outline)
Sets the "outline" style attribute.
|
void |
jsxSet_outlineColor(String outlineColor)
Sets the "outlineColor" style attribute.
|
void |
jsxSet_outlineOffset(String outlineOffset)
Sets the "outlineOffset" style attribute.
|
void |
jsxSet_outlineStyle(String outlineStyle)
Sets the "outlineStyle" style attribute.
|
void |
jsxSet_outlineWidth(String outlineWidth)
Sets the "outlineWidth" style attribute.
|
void |
jsxSet_overflow(String overflow)
Sets the "overflow" style attribute.
|
void |
jsxSet_overflowX(String overflowX)
Sets the "overflowX" style attribute.
|
void |
jsxSet_overflowY(String overflowY)
Sets the "overflowY" style attribute.
|
void |
jsxSet_padding(String padding)
Sets the "padding" style attribute.
|
void |
jsxSet_paddingBottom(String paddingBottom)
Sets the "paddingBottom" style attribute.
|
void |
jsxSet_paddingLeft(String paddingLeft)
Sets the "paddingLeft" style attribute.
|
void |
jsxSet_paddingRight(String paddingRight)
Sets the "paddingRight" style attribute.
|
void |
jsxSet_paddingTop(String paddingTop)
Sets the "paddingTop" style attribute.
|
void |
jsxSet_page(String page)
Sets the "page" style attribute.
|
void |
jsxSet_pageBreakAfter(String pageBreakAfter)
Sets the "pageBreakAfter" style attribute.
|
void |
jsxSet_pageBreakBefore(String pageBreakBefore)
Sets the "pageBreakBefore" style attribute.
|
void |
jsxSet_pageBreakInside(String pageBreakInside)
Sets the "pageBreakInside" style attribute.
|
void |
jsxSet_pause(String pause)
Sets the "pause" style attribute.
|
void |
jsxSet_pauseAfter(String pauseAfter)
Sets the "pauseAfter" style attribute.
|
void |
jsxSet_pauseBefore(String pauseBefore)
Sets the "pauseBefore" style attribute.
|
void |
jsxSet_pitch(String pitch)
Sets the "pitch" style attribute.
|
void |
jsxSet_pitchRange(String pitchRange)
Sets the "pitchRange" style attribute.
|
void |
jsxSet_pixelBottom(int pixelBottom)
Sets the "pixelBottom" style attribute.
|
void |
jsxSet_pixelLeft(int pixelLeft)
Sets the "pixelLeft" style attribute.
|
void |
jsxSet_pixelRight(int pixelRight)
Sets the "pixelRight" style attribute.
|
void |
jsxSet_pixelTop(int pixelTop)
Sets the "pixelTop" style attribute.
|
void |
jsxSet_posBottom(int posBottom)
Sets the "posBottom" style attribute.
|
void |
jsxSet_posHeight(int posHeight)
Sets the "posHeight" style attribute.
|
void |
jsxSet_position(String position)
Sets the "position" style attribute.
|
void |
jsxSet_posLeft(int posLeft)
Sets the "posLeft" style attribute.
|
void |
jsxSet_posRight(int posRight)
Sets the "posRight" style attribute.
|
void |
jsxSet_posTop(int posTop)
Sets the "posTop" style attribute.
|
void |
jsxSet_posWidth(int posWidth)
Sets the "posWidth" style attribute.
|
void |
jsxSet_quotes(String quotes)
Sets the "quotes" style attribute.
|
void |
jsxSet_richness(String richness)
Sets the "richness" style attribute.
|
void |
jsxSet_right(String right)
Sets the "right" style attribute.
|
void |
jsxSet_rubyAlign(String rubyAlign)
Sets the "rubyAlign" style attribute.
|
void |
jsxSet_rubyOverhang(String rubyOverhang)
Sets the "rubyOverhang" style attribute.
|
void |
jsxSet_rubyPosition(String rubyPosition)
Sets the "rubyPosition" style attribute.
|
void |
jsxSet_scrollbar3dLightColor(String scrollbar3dLightColor)
Sets the "scrollbar3dLightColor" style attribute.
|
void |
jsxSet_scrollbarArrowColor(String scrollbarArrowColor)
Sets the "scrollbarArrowColor" style attribute.
|
void |
jsxSet_scrollbarBaseColor(String scrollbarBaseColor)
Sets the "scrollbarBaseColor" style attribute.
|
void |
jsxSet_scrollbarDarkShadowColor(String scrollbarDarkShadowColor)
Sets the "scrollbarDarkShadowColor" style attribute.
|
void |
jsxSet_scrollbarFaceColor(String scrollbarFaceColor)
Sets the "scrollbarFaceColor" style attribute.
|
void |
jsxSet_scrollbarHighlightColor(String scrollbarHighlightColor)
Sets the "scrollbarHighlightColor" style attribute.
|
void |
jsxSet_scrollbarShadowColor(String scrollbarShadowColor)
Sets the "scrollbarShadowColor" style attribute.
|
void |
jsxSet_scrollbarTrackColor(String scrollbarTrackColor)
Sets the "scrollbarTrackColor" style attribute.
|
void |
jsxSet_size(String size)
Sets the "size" style attribute.
|
void |
jsxSet_speak(String speak)
Sets the "speak" style attribute.
|
void |
jsxSet_speakHeader(String speakHeader)
Sets the "speakHeader" style attribute.
|
void |
jsxSet_speakNumeral(String speakNumeral)
Sets the "speakNumeral" style attribute.
|
void |
jsxSet_speakPunctuation(String speakPunctuation)
Sets the "speakPunctuation" style attribute.
|
void |
jsxSet_speechRate(String speechRate)
Sets the "speechRate" style attribute.
|
void |
jsxSet_stress(String stress)
Sets the "stress" style attribute.
|
void |
jsxSet_styleFloat(String value)
Sets the "styleFloat" style attribute.
|
void |
jsxSet_tableLayout(String tableLayout)
Sets the "tableLayout" style attribute.
|
void |
jsxSet_textAlign(String textAlign)
Sets the "textAlign" style attribute.
|
void |
jsxSet_textAlignLast(String textAlignLast)
Sets the "textAlignLast" style attribute.
|
void |
jsxSet_textAutospace(String textAutospace)
Sets the "textAutospace" style attribute.
|
void |
jsxSet_textDecoration(String textDecoration)
Sets the "textDecoration" style attribute.
|
void |
jsxSet_textDecorationBlink(boolean textDecorationBlink)
Sets the "textDecorationBlink" style attribute.
|
void |
jsxSet_textDecorationLineThrough(boolean textDecorationLineThrough)
Sets the "textDecorationLineThrough" style attribute.
|
void |
jsxSet_textDecorationNone(boolean textDecorationNone)
Sets the "textDecorationNone" style attribute.
|
void |
jsxSet_textDecorationOverline(boolean textDecorationOverline)
Sets the "textDecorationOverline" style attribute.
|
void |
jsxSet_textDecorationUnderline(boolean textDecorationUnderline)
Sets the "textDecorationUnderline" style attribute.
|
void |
jsxSet_textIndent(String textIndent)
Sets the "textIndent" style attribute.
|
void |
jsxSet_textJustify(String textJustify)
Sets the "textJustify" style attribute.
|
void |
jsxSet_textJustifyTrim(String textJustifyTrim)
Sets the "textJustifyTrim" style attribute.
|
void |
jsxSet_textKashida(String textKashida)
Sets the "textKashida" style attribute.
|
void |
jsxSet_textKashidaSpace(String textKashidaSpace)
Sets the "textKashidaSpace" style attribute.
|
void |
jsxSet_textOverflow(String textOverflow)
Sets the "textOverflow" style attribute.
|
void |
jsxSet_textShadow(String textShadow)
Sets the "textShadow" style attribute.
|
void |
jsxSet_textTransform(String textTransform)
Sets the "textTransform" style attribute.
|
void |
jsxSet_textUnderlinePosition(String textUnderlinePosition)
Sets the "textUnderlinePosition" style attribute.
|
void |
jsxSet_top(String top)
Sets the "top" style attribute.
|
void |
jsxSet_unicodeBidi(String unicodeBidi)
Sets the "unicodeBidi" style attribute.
|
void |
jsxSet_verticalAlign(String verticalAlign)
Sets the "verticalAlign" style attribute.
|
void |
jsxSet_visibility(String visibility)
Sets the "visibility" style attribute.
|
void |
jsxSet_voiceFamily(String voiceFamily)
Sets the "voiceFamily" style attribute.
|
void |
jsxSet_volume(String volume)
Sets the "volume" style attribute.
|
void |
jsxSet_whiteSpace(String whiteSpace)
Sets the "whiteSpace" style attribute.
|
void |
jsxSet_widows(String widows)
Sets the "widows" style attribute.
|
void |
jsxSet_width(String width)
Sets the "width" style attribute.
|
void |
jsxSet_wordBreak(String wordBreak)
Sets the "wordBreak" style attribute.
|
void |
jsxSet_wordSpacing(String wordSpacing)
Sets the "wordSpacing" style attribute.
|
void |
jsxSet_wordWrap(String wordWrap)
Sets the "wordWrap" style attribute.
|
void |
jsxSet_writingMode(String writingMode)
Sets the "writingMode" style attribute.
|
void |
jsxSet_zIndex(Object zIndex)
Sets the "zIndex" style attribute.
|
void |
jsxSet_zoom(String zoom)
Sets the "zoom" style attribute.
|
protected static int |
pixelValue(HTMLElement element,
CSSStyleDeclaration.CssValue value)
Converts the specified length CSS attribute value into an integer number of pixels.
|
protected static int |
pixelValue(String value)
Converts the specified length string value into an integer number of pixels.
|
protected void |
setStyleAttribute(String name,
String newValue)
Sets the specified style attribute.
|
protected void |
setStyleAttributePixelInt(String name,
String value)
Sets the style attribute which should be treated as an integer in pixels.
|
static String |
toRGBColor(String color)
Gets the RGB equivalent of a CSS color if the provided color is recognized.
|
String |
toString() |
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElementapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizeprotected static final String WIDTH
public CSSStyleDeclaration()
public CSSStyleDeclaration(HTMLElement element)
element - the element to which this style is boundprotected HTMLElement getElement()
protected String getStyleAttribute(String name, Map<String,CSSStyleDeclaration.StyleElement> styleMap)
name - the name of the style attribute whose value is to be retrievedstyleMap - if the style map was calculated before, you can provide it here
for performanceprotected void setStyleAttribute(String name, String newValue)
name - the attribute name (camel-cased)newValue - the attribute valueprotected Map<String,CSSStyleDeclaration.StyleElement> getStyleMap()
LinkedHashMap map so that results are deterministic and are thus testable.protected long getCurrentElementIndex()
protected static String camelize(String string)
string - the string to camelizepublic String jsxGet_azimuth()
public void jsxSet_azimuth(String azimuth)
azimuth - the new attributepublic String jsxGet_background()
public void jsxSet_background(String background)
background - the new attributepublic String jsxGet_backgroundAttachment()
public void jsxSet_backgroundAttachment(String backgroundAttachment)
backgroundAttachment - the new attributepublic String jsxGet_backgroundColor()
public void jsxSet_backgroundColor(String backgroundColor)
backgroundColor - the new attributepublic String jsxGet_backgroundImage()
public void jsxSet_backgroundImage(String backgroundImage)
backgroundImage - the new attributepublic String jsxGet_backgroundPosition()
public void jsxSet_backgroundPosition(String backgroundPosition)
backgroundPosition - the new attributepublic String jsxGet_backgroundPositionX()
public void jsxSet_backgroundPositionX(String backgroundPositionX)
backgroundPositionX - the new attributepublic String jsxGet_backgroundPositionY()
public void jsxSet_backgroundPositionY(String backgroundPositionY)
backgroundPositionY - the new attributepublic String jsxGet_backgroundRepeat()
public void jsxSet_backgroundRepeat(String backgroundRepeat)
backgroundRepeat - the new attributepublic String jsxGet_behavior()
public void jsxSet_behavior(String behavior)
behavior - the new behaviorpublic String jsxGet_border()
public void jsxSet_border(String border)
border - the new attributepublic String jsxGet_borderBottom()
public void jsxSet_borderBottom(String borderBottom)
borderBottom - the new attributepublic String jsxGet_borderBottomColor()
public void jsxSet_borderBottomColor(String borderBottomColor)
borderBottomColor - the new attributepublic String jsxGet_borderBottomStyle()
public void jsxSet_borderBottomStyle(String borderBottomStyle)
borderBottomStyle - the new attributepublic String jsxGet_borderBottomWidth()
public void jsxSet_borderBottomWidth(String borderBottomWidth)
borderBottomWidth - the new attributepublic String jsxGet_borderCollapse()
public void jsxSet_borderCollapse(String borderCollapse)
borderCollapse - the new attributepublic String jsxGet_borderColor()
public void jsxSet_borderColor(String borderColor)
borderColor - the new attributepublic String jsxGet_borderLeft()
public void jsxSet_borderLeft(String borderLeft)
borderLeft - the new attributepublic String jsxGet_borderLeftColor()
public void jsxSet_borderLeftColor(String borderLeftColor)
borderLeftColor - the new attributepublic String jsxGet_borderLeftStyle()
public void jsxSet_borderLeftStyle(String borderLeftStyle)
borderLeftStyle - the new attributepublic String jsxGet_borderLeftWidth()
public void jsxSet_borderLeftWidth(String borderLeftWidth)
borderLeftWidth - the new attributepublic String jsxGet_borderRight()
public void jsxSet_borderRight(String borderRight)
borderRight - the new attributepublic String jsxGet_borderRightColor()
public void jsxSet_borderRightColor(String borderRightColor)
borderRightColor - the new attributepublic String jsxGet_borderRightStyle()
public void jsxSet_borderRightStyle(String borderRightStyle)
borderRightStyle - the new attributepublic String jsxGet_borderRightWidth()
public void jsxSet_borderRightWidth(String borderRightWidth)
borderRightWidth - the new attributepublic String jsxGet_borderSpacing()
public void jsxSet_borderSpacing(String borderSpacing)
borderSpacing - the new attributepublic String jsxGet_borderStyle()
public void jsxSet_borderStyle(String borderStyle)
borderStyle - the new attributepublic String jsxGet_borderTop()
public void jsxSet_borderTop(String borderTop)
borderTop - the new attributepublic String jsxGet_borderTopColor()
public void jsxSet_borderTopColor(String borderTopColor)
borderTopColor - the new attributepublic String jsxGet_borderTopStyle()
public void jsxSet_borderTopStyle(String borderTopStyle)
borderTopStyle - the new attributepublic String jsxGet_borderTopWidth()
public void jsxSet_borderTopWidth(String borderTopWidth)
borderTopWidth - the new attributepublic String jsxGet_borderWidth()
public void jsxSet_borderWidth(String borderWidth)
borderWidth - the new attributepublic String jsxGet_bottom()
public void jsxSet_bottom(String bottom)
bottom - the new attributepublic String jsxGet_captionSide()
public void jsxSet_captionSide(String captionSide)
captionSide - the new attributepublic String jsxGet_clear()
public void jsxSet_clear(String clear)
clear - the new attributepublic String jsxGet_clip()
public void jsxSet_clip(String clip)
clip - the new attributepublic String jsxGet_color()
public void jsxSet_color(String color)
color - the new attributepublic String jsxGet_content()
public void jsxSet_content(String content)
content - the new attributepublic String jsxGet_counterIncrement()
public void jsxSet_counterIncrement(String counterIncrement)
counterIncrement - the new attributepublic String jsxGet_counterReset()
public void jsxSet_counterReset(String counterReset)
counterReset - the new attributepublic String jsxGet_cssFloat()
public void jsxSet_cssFloat(String value)
value - the new attributepublic String jsxGet_cssText()
public void jsxSet_cssText(String value)
value - the new textpublic String jsxGet_cue()
public void jsxSet_cue(String cue)
cue - the new attributepublic String jsxGet_cueAfter()
public void jsxSet_cueAfter(String cueAfter)
cueAfter - the new attributepublic String jsxGet_cueBefore()
public void jsxSet_cueBefore(String cueBefore)
cueBefore - the new attributepublic String jsxGet_cursor()
public void jsxSet_cursor(String cursor)
cursor - the new attributepublic String jsxGet_direction()
public void jsxSet_direction(String direction)
direction - the new attributepublic String jsxGet_display()
public void jsxSet_display(String display)
display - the new attributepublic String jsxGet_elevation()
public void jsxSet_elevation(String elevation)
elevation - the new attributepublic String jsxGet_emptyCells()
public void jsxSet_emptyCells(String emptyCells)
emptyCells - the new attributepublic String jsxGet_filter()
public void jsxSet_filter(String filter)
filter - the new filterpublic String jsxGet_font()
public void jsxSet_font(String font)
font - the new attributepublic String jsxGet_fontFamily()
public void jsxSet_fontFamily(String fontFamily)
fontFamily - the new attributepublic String jsxGet_fontSize()
public void jsxSet_fontSize(String fontSize)
fontSize - the new attributepublic String jsxGet_fontSizeAdjust()
public void jsxSet_fontSizeAdjust(String fontSizeAdjust)
fontSizeAdjust - the new attributepublic String jsxGet_fontStretch()
public void jsxSet_fontStretch(String fontStretch)
fontStretch - the new attributepublic String jsxGet_fontStyle()
public void jsxSet_fontStyle(String fontStyle)
fontStyle - the new attributepublic String jsxGet_fontVariant()
public void jsxSet_fontVariant(String fontVariant)
fontVariant - the new attributepublic String jsxGet_fontWeight()
public void jsxSet_fontWeight(String fontWeight)
fontWeight - the new attributepublic String jsxGet_height()
public void jsxSet_height(String height)
height - the new attributepublic String jsxGet_imeMode()
public void jsxSet_imeMode(String imeMode)
imeMode - the new attributepublic String jsxGet_layoutFlow()
public void jsxSet_layoutFlow(String layoutFlow)
layoutFlow - the new attributepublic String jsxGet_layoutGrid()
public void jsxSet_layoutGrid(String layoutGrid)
layoutGrid - the new attributepublic String jsxGet_layoutGridChar()
public void jsxSet_layoutGridChar(String layoutGridChar)
layoutGridChar - the new attributepublic String jsxGet_layoutGridLine()
public void jsxSet_layoutGridLine(String layoutGridLine)
layoutGridLine - the new attributepublic String jsxGet_layoutGridMode()
public void jsxSet_layoutGridMode(String layoutGridMode)
layoutGridMode - the new attributepublic String jsxGet_layoutGridType()
public void jsxSet_layoutGridType(String layoutGridType)
layoutGridType - the new attributepublic String jsxGet_left()
public void jsxSet_left(String left)
left - the new attributepublic int jsxGet_length()
public String jsxGet_letterSpacing()
public void jsxSet_letterSpacing(String letterSpacing)
letterSpacing - the new attributepublic String jsxGet_lineBreak()
public void jsxSet_lineBreak(String lineBreak)
lineBreak - the new attributepublic String jsxGet_lineHeight()
public void jsxSet_lineHeight(String lineHeight)
lineHeight - the new attributepublic String jsxGet_listStyle()
public void jsxSet_listStyle(String listStyle)
listStyle - the new attributepublic String jsxGet_listStyleImage()
public void jsxSet_listStyleImage(String listStyleImage)
listStyleImage - the new attributepublic String jsxGet_listStylePosition()
public void jsxSet_listStylePosition(String listStylePosition)
listStylePosition - the new attributepublic String jsxGet_listStyleType()
public void jsxSet_listStyleType(String listStyleType)
listStyleType - the new attributepublic String jsxGet_margin()
public void jsxSet_margin(String margin)
margin - the new attributepublic String jsxGet_marginBottom()
public void jsxSet_marginBottom(String marginBottom)
marginBottom - the new attributepublic String jsxGet_marginLeft()
public void jsxSet_marginLeft(String marginLeft)
marginLeft - the new attributepublic String jsxGet_marginRight()
public void jsxSet_marginRight(String marginRight)
marginRight - the new attributepublic String jsxGet_marginTop()
public void jsxSet_marginTop(String marginTop)
marginTop - the new attributepublic String jsxGet_markerOffset()
public void jsxSet_markerOffset(String markerOffset)
markerOffset - the new attributepublic String jsxGet_marks()
public void jsxSet_marks(String marks)
marks - the new attributepublic String jsxGet_maxHeight()
public void jsxSet_maxHeight(String maxHeight)
maxHeight - the new attributepublic String jsxGet_maxWidth()
public void jsxSet_maxWidth(String maxWidth)
maxWidth - the new attributepublic String jsxGet_minHeight()
public void jsxSet_minHeight(String minHeight)
minHeight - the new attributepublic String jsxGet_minWidth()
public void jsxSet_minWidth(String minWidth)
minWidth - the new attributepublic String jsxGet_MozAppearance()
public void jsxSet_MozAppearance(String mozAppearance)
mozAppearance - the new attributepublic String jsxGet_MozBackgroundClip()
public void jsxSet_MozBackgroundClip(String mozBackgroundClip)
mozBackgroundClip - the new attributepublic String jsxGet_MozBackgroundInlinePolicy()
public void jsxSet_MozBackgroundInlinePolicy(String mozBackgroundInlinePolicy)
mozBackgroundInlinePolicy - the new attributepublic String jsxGet_MozBackgroundOrigin()
public void jsxSet_MozBackgroundOrigin(String mozBackgroundOrigin)
mozBackgroundOrigin - the new attributepublic String jsxGet_MozBinding()
public void jsxSet_MozBinding(String mozBinding)
mozBinding - the new attributepublic String jsxGet_MozBorderBottomColors()
public void jsxSet_MozBorderBottomColors(String mozBorderBottomColors)
mozBorderBottomColors - the new attributepublic String jsxGet_MozBorderLeftColors()
public void jsxSet_MozBorderLeftColors(String mozBorderLeftColors)
mozBorderLeftColors - the new attributepublic String jsxGet_MozBorderRadius()
public void jsxSet_MozBorderRadius(String mozBorderRadius)
mozBorderRadius - the new attributepublic String jsxGet_MozBorderRadiusBottomleft()
public void jsxSet_MozBorderRadiusBottomleft(String mozBorderRadiusBottomleft)
mozBorderRadiusBottomleft - the new attributepublic String jsxGet_MozBorderRadiusBottomright()
public void jsxSet_MozBorderRadiusBottomright(String mozBorderRadiusBottomright)
mozBorderRadiusBottomright - the new attributepublic String jsxGet_MozBorderRadiusTopleft()
public void jsxSet_MozBorderRadiusTopleft(String mozBorderRadiusTopleft)
mozBorderRadiusTopleft - the new attributepublic String jsxGet_MozBorderRadiusTopright()
public void jsxSet_MozBorderRadiusTopright(String mozBorderRadiusTopright)
mozBorderRadiusTopright - the new attributepublic String jsxGet_MozBorderRightColors()
public void jsxSet_MozBorderRightColors(String mozBorderRightColors)
mozBorderRightColors - the new attributepublic String jsxGet_MozBorderTopColors()
public void jsxSet_MozBorderTopColors(String mozBorderTopColors)
mozBorderTopColors - the new attributepublic String jsxGet_MozBoxAlign()
public void jsxSet_MozBoxAlign(String mozBoxAlign)
mozBoxAlign - the new attributepublic String jsxGet_MozBoxDirection()
public void jsxSet_MozBoxDirection(String mozBoxDirection)
mozBoxDirection - the new attributepublic String jsxGet_MozBoxFlex()
public void jsxSet_MozBoxFlex(String mozBoxFlex)
mozBoxFlex - the new attributepublic String jsxGet_MozBoxOrdinalGroup()
public void jsxSet_MozBoxOrdinalGroup(String mozBoxOrdinalGroup)
mozBoxOrdinalGroup - the new attributepublic String jsxGet_MozBoxOrient()
public void jsxSet_MozBoxOrient(String mozBoxOrient)
mozBoxOrient - the new attributepublic String jsxGet_MozBoxPack()
public void jsxSet_MozBoxPack(String mozBoxPack)
mozBoxPack - the new attributepublic String jsxGet_MozBoxSizing()
public void jsxSet_MozBoxSizing(String mozBoxSizing)
mozBoxSizing - the new attributepublic String jsxGet_MozColumnCount()
public void jsxSet_MozColumnCount(String mozColumnCount)
mozColumnCount - the new attributepublic String jsxGet_MozColumnGap()
public void jsxSet_MozColumnGap(String mozColumnGap)
mozColumnGap - the new attributepublic String jsxGet_MozColumnWidth()
public void jsxSet_MozColumnWidth(String mozColumnWidth)
mozColumnWidth - the new attributepublic String jsxGet_MozFloatEdge()
public void jsxSet_MozFloatEdge(String mozFloatEdge)
mozFloatEdge - the new attributepublic String jsxGet_MozForceBrokenImageIcon()
public void jsxSet_MozForceBrokenImageIcon(String mozForceBrokenImageIcon)
mozForceBrokenImageIcon - the new attributepublic String jsxGet_MozImageRegion()
public void jsxSet_MozImageRegion(String mozImageRegion)
mozImageRegion - the new attributepublic String jsxGet_MozMarginEnd()
public void jsxSet_MozMarginEnd(String mozMarginEnd)
mozMarginEnd - the new attributepublic String jsxGet_MozMarginStart()
public void jsxSet_MozMarginStart(String mozMarginStart)
mozMarginStart - the new attributepublic String jsxGet_MozOpacity()
public void jsxSet_MozOpacity(String mozOpacity)
mozOpacity - the new attributepublic String jsxGet_MozOutline()
public void jsxSet_MozOutline(String mozOutline)
mozOutline - the new attributepublic String jsxGet_MozOutlineColor()
public void jsxSet_MozOutlineColor(String mozOutlineColor)
mozOutlineColor - the new attributepublic String jsxGet_MozOutlineOffset()
public void jsxSet_MozOutlineOffset(String mozOutlineOffset)
mozOutlineOffset - the new attributepublic String jsxGet_MozOutlineRadius()
public void jsxSet_MozOutlineRadius(String mozOutlineRadius)
mozOutlineRadius - the new attributepublic String jsxGet_MozOutlineRadiusBottomleft()
public void jsxSet_MozOutlineRadiusBottomleft(String mozOutlineRadiusBottomleft)
mozOutlineRadiusBottomleft - the new attributepublic String jsxGet_MozOutlineRadiusBottomright()
public void jsxSet_MozOutlineRadiusBottomright(String mozOutlineRadiusBottomright)
mozOutlineRadiusBottomright - the new attributepublic String jsxGet_MozOutlineRadiusTopleft()
public void jsxSet_MozOutlineRadiusTopleft(String mozOutlineRadiusTopleft)
mozOutlineRadiusTopleft - the new attributepublic String jsxGet_MozOutlineRadiusTopright()
public void jsxSet_MozOutlineRadiusTopright(String mozOutlineRadiusTopright)
mozOutlineRadiusTopright - the new attributepublic String jsxGet_MozOutlineStyle()
public void jsxSet_MozOutlineStyle(String mozOutlineStyle)
mozOutlineStyle - the new attributepublic String jsxGet_MozOutlineWidth()
public void jsxSet_MozOutlineWidth(String mozOutlineWidth)
mozOutlineWidth - the new attributepublic String jsxGet_MozPaddingEnd()
public void jsxSet_MozPaddingEnd(String mozPaddingEnd)
mozPaddingEnd - the new attributepublic String jsxGet_MozPaddingStart()
public void jsxSet_MozPaddingStart(String mozPaddingStart)
mozPaddingStart - the new attributepublic String jsxGet_MozUserFocus()
public void jsxSet_MozUserFocus(String mozUserFocus)
mozUserFocus - the new attributepublic String jsxGet_MozUserInput()
public void jsxSet_MozUserInput(String mozUserInput)
mozUserInput - the new attributepublic String jsxGet_MozUserModify()
public void jsxSet_MozUserModify(String mozUserModify)
mozUserModify - the new attributepublic String jsxGet_MozUserSelect()
public void jsxSet_MozUserSelect(String mozUserSelect)
mozUserSelect - the new attributepublic String jsxGet_msInterpolationMode()
public void jsxSet_msInterpolationMode(String msInterpolationMode)
msInterpolationMode - the new attributepublic String jsxGet_opacity()
public void jsxSet_opacity(String opacity)
opacity - the new attributepublic String jsxGet_orphans()
public void jsxSet_orphans(String orphans)
orphans - the new attributepublic String jsxGet_outline()
public void jsxSet_outline(String outline)
outline - the new attributepublic String jsxGet_outlineColor()
public void jsxSet_outlineColor(String outlineColor)
outlineColor - the new attributepublic String jsxGet_outlineOffset()
public void jsxSet_outlineOffset(String outlineOffset)
outlineOffset - the new attributepublic String jsxGet_outlineStyle()
public void jsxSet_outlineStyle(String outlineStyle)
outlineStyle - the new attributepublic String jsxGet_outlineWidth()
public void jsxSet_outlineWidth(String outlineWidth)
outlineWidth - the new attributepublic String jsxGet_overflow()
public void jsxSet_overflow(String overflow)
overflow - the new attributepublic String jsxGet_overflowX()
public void jsxSet_overflowX(String overflowX)
overflowX - the new attributepublic String jsxGet_overflowY()
public void jsxSet_overflowY(String overflowY)
overflowY - the new attributepublic String jsxGet_padding()
public void jsxSet_padding(String padding)
padding - the new attributepublic String jsxGet_paddingBottom()
public void jsxSet_paddingBottom(String paddingBottom)
paddingBottom - the new attributepublic String jsxGet_paddingLeft()
public void jsxSet_paddingLeft(String paddingLeft)
paddingLeft - the new attributepublic String jsxGet_paddingRight()
public void jsxSet_paddingRight(String paddingRight)
paddingRight - the new attributepublic String jsxGet_paddingTop()
public void jsxSet_paddingTop(String paddingTop)
paddingTop - the new attributepublic String jsxGet_page()
public void jsxSet_page(String page)
page - the new attributepublic String jsxGet_pageBreakAfter()
public void jsxSet_pageBreakAfter(String pageBreakAfter)
pageBreakAfter - the new attributepublic String jsxGet_pageBreakBefore()
public void jsxSet_pageBreakBefore(String pageBreakBefore)
pageBreakBefore - the new attributepublic String jsxGet_pageBreakInside()
public void jsxSet_pageBreakInside(String pageBreakInside)
pageBreakInside - the new attributepublic String jsxGet_pause()
public void jsxSet_pause(String pause)
pause - the new attributepublic String jsxGet_pauseAfter()
public void jsxSet_pauseAfter(String pauseAfter)
pauseAfter - the new attributepublic String jsxGet_pauseBefore()
public void jsxSet_pauseBefore(String pauseBefore)
pauseBefore - the new attributepublic String jsxGet_pitch()
public void jsxSet_pitch(String pitch)
pitch - the new attributepublic String jsxGet_pitchRange()
public void jsxSet_pitchRange(String pitchRange)
pitchRange - the new attributepublic int jsxGet_pixelBottom()
public void jsxSet_pixelBottom(int pixelBottom)
pixelBottom - the new attributepublic int jsxGet_pixelLeft()
public void jsxSet_pixelLeft(int pixelLeft)
pixelLeft - the new attributepublic int jsxGet_pixelRight()
public void jsxSet_pixelRight(int pixelRight)
pixelRight - the new attributepublic int jsxGet_pixelTop()
public void jsxSet_pixelTop(int pixelTop)
pixelTop - the new attributepublic int jsxGet_posBottom()
public void jsxSet_posBottom(int posBottom)
posBottom - the new attributepublic int jsxGet_posHeight()
public void jsxSet_posHeight(int posHeight)
posHeight - the new attributepublic String jsxGet_position()
public void jsxSet_position(String position)
position - the new attributepublic int jsxGet_posLeft()
public void jsxSet_posLeft(int posLeft)
posLeft - the new attributepublic int jsxGet_posRight()
public void jsxSet_posRight(int posRight)
posRight - the new attributepublic int jsxGet_posTop()
public void jsxSet_posTop(int posTop)
posTop - the new attributepublic int jsxGet_posWidth()
public void jsxSet_posWidth(int posWidth)
posWidth - the new attributepublic String jsxGet_quotes()
public void jsxSet_quotes(String quotes)
quotes - the new attributepublic String jsxGet_richness()
public void jsxSet_richness(String richness)
richness - the new attributepublic String jsxGet_right()
public void jsxSet_right(String right)
right - the new attributepublic String jsxGet_rubyAlign()
public void jsxSet_rubyAlign(String rubyAlign)
rubyAlign - the new attributepublic String jsxGet_rubyOverhang()
public void jsxSet_rubyOverhang(String rubyOverhang)
rubyOverhang - the new attributepublic String jsxGet_rubyPosition()
public void jsxSet_rubyPosition(String rubyPosition)
rubyPosition - the new attributepublic String jsxGet_scrollbar3dLightColor()
public void jsxSet_scrollbar3dLightColor(String scrollbar3dLightColor)
scrollbar3dLightColor - the new attributepublic String jsxGet_scrollbarArrowColor()
public void jsxSet_scrollbarArrowColor(String scrollbarArrowColor)
scrollbarArrowColor - the new attributepublic String jsxGet_scrollbarBaseColor()
public void jsxSet_scrollbarBaseColor(String scrollbarBaseColor)
scrollbarBaseColor - the new attributepublic String jsxGet_scrollbarDarkShadowColor()
public void jsxSet_scrollbarDarkShadowColor(String scrollbarDarkShadowColor)
scrollbarDarkShadowColor - the new attributepublic String jsxGet_scrollbarFaceColor()
public void jsxSet_scrollbarFaceColor(String scrollbarFaceColor)
scrollbarFaceColor - the new attributepublic String jsxGet_scrollbarHighlightColor()
public void jsxSet_scrollbarHighlightColor(String scrollbarHighlightColor)
scrollbarHighlightColor - the new attributepublic String jsxGet_scrollbarShadowColor()
public void jsxSet_scrollbarShadowColor(String scrollbarShadowColor)
scrollbarShadowColor - the new attributepublic String jsxGet_scrollbarTrackColor()
public void jsxSet_scrollbarTrackColor(String scrollbarTrackColor)
scrollbarTrackColor - the new attributepublic String jsxGet_size()
public void jsxSet_size(String size)
size - the new attributepublic String jsxGet_speak()
public void jsxSet_speak(String speak)
speak - the new attributepublic String jsxGet_speakHeader()
public void jsxSet_speakHeader(String speakHeader)
speakHeader - the new attributepublic String jsxGet_speakNumeral()
public void jsxSet_speakNumeral(String speakNumeral)
speakNumeral - the new attributepublic String jsxGet_speakPunctuation()
public void jsxSet_speakPunctuation(String speakPunctuation)
speakPunctuation - the new attributepublic String jsxGet_speechRate()
public void jsxSet_speechRate(String speechRate)
speechRate - the new attributepublic String jsxGet_stress()
public void jsxSet_stress(String stress)
stress - the new attributepublic String jsxGet_styleFloat()
public void jsxSet_styleFloat(String value)
value - the new attributepublic String jsxGet_tableLayout()
public void jsxSet_tableLayout(String tableLayout)
tableLayout - the new attributepublic String jsxGet_textAlign()
public void jsxSet_textAlign(String textAlign)
textAlign - the new attributepublic String jsxGet_textAlignLast()
public void jsxSet_textAlignLast(String textAlignLast)
textAlignLast - the new attributepublic String jsxGet_textAutospace()
public void jsxSet_textAutospace(String textAutospace)
textAutospace - the new attributepublic String jsxGet_textDecoration()
public void jsxSet_textDecoration(String textDecoration)
textDecoration - the new attributepublic boolean jsxGet_textDecorationBlink()
public void jsxSet_textDecorationBlink(boolean textDecorationBlink)
textDecorationBlink - the new attributepublic boolean jsxGet_textDecorationLineThrough()
public void jsxSet_textDecorationLineThrough(boolean textDecorationLineThrough)
textDecorationLineThrough - the new attributepublic boolean jsxGet_textDecorationNone()
public void jsxSet_textDecorationNone(boolean textDecorationNone)
textDecorationNone - the new attributepublic boolean jsxGet_textDecorationOverline()
public void jsxSet_textDecorationOverline(boolean textDecorationOverline)
textDecorationOverline - the new attributepublic boolean jsxGet_textDecorationUnderline()
public void jsxSet_textDecorationUnderline(boolean textDecorationUnderline)
textDecorationUnderline - the new attributepublic String jsxGet_textIndent()
public void jsxSet_textIndent(String textIndent)
textIndent - the new attributepublic String jsxGet_textJustify()
public void jsxSet_textJustify(String textJustify)
textJustify - the new attributepublic String jsxGet_textJustifyTrim()
public void jsxSet_textJustifyTrim(String textJustifyTrim)
textJustifyTrim - the new attributepublic String jsxGet_textKashida()
public void jsxSet_textKashida(String textKashida)
textKashida - the new attributepublic String jsxGet_textKashidaSpace()
public void jsxSet_textKashidaSpace(String textKashidaSpace)
textKashidaSpace - the new attributepublic String jsxGet_textOverflow()
public void jsxSet_textOverflow(String textOverflow)
textOverflow - the new attributepublic String jsxGet_textShadow()
public void jsxSet_textShadow(String textShadow)
textShadow - the new attributepublic String jsxGet_textTransform()
public void jsxSet_textTransform(String textTransform)
textTransform - the new attributepublic String jsxGet_textUnderlinePosition()
public void jsxSet_textUnderlinePosition(String textUnderlinePosition)
textUnderlinePosition - the new attributepublic String jsxGet_top()
public void jsxSet_top(String top)
top - the new attributepublic String jsxGet_unicodeBidi()
public void jsxSet_unicodeBidi(String unicodeBidi)
unicodeBidi - the new attributepublic String jsxGet_verticalAlign()
public void jsxSet_verticalAlign(String verticalAlign)
verticalAlign - the new attributepublic String jsxGet_visibility()
public void jsxSet_visibility(String visibility)
visibility - the new attributepublic String jsxGet_voiceFamily()
public void jsxSet_voiceFamily(String voiceFamily)
voiceFamily - the new attributepublic String jsxGet_volume()
public void jsxSet_volume(String volume)
volume - the new attributepublic String jsxGet_whiteSpace()
public void jsxSet_whiteSpace(String whiteSpace)
whiteSpace - the new attributepublic String jsxGet_widows()
public void jsxSet_widows(String widows)
widows - the new attributepublic String jsxGet_width()
public void jsxSet_width(String width)
width - the new attributepublic String jsxGet_wordBreak()
public void jsxSet_wordBreak(String wordBreak)
wordBreak - the new attributepublic String jsxGet_wordSpacing()
public void jsxSet_wordSpacing(String wordSpacing)
wordSpacing - the new attributepublic String jsxGet_wordWrap()
public void jsxSet_wordWrap(String wordWrap)
wordWrap - the new attributepublic String jsxGet_writingMode()
public void jsxSet_writingMode(String writingMode)
writingMode - the new attributepublic Object jsxGet_zIndex()
public void jsxSet_zIndex(Object zIndex)
zIndex - the new attributepublic String jsxGet_zoom()
public void jsxSet_zoom(String zoom)
zoom - the new attributepublic String jsxFunction_getPropertyValue(String name)
name - the style property namepublic CSSValue jsxFunction_getPropertyCSSValue(String name)
name - the name of the property to retrievepublic void jsxFunction_setExpression(String propertyName, String expression, String language)
propertyName - Specifies the name of the property to which expression is addedexpression - specifies any valid script statement without quotations or semicolons;
this string can include references to other properties on the current page.
Array references are not allowed on object properties included in this script.language - specified the language usedpublic boolean jsxFunction_removeExpression(String propertyName)
propertyName - the name of the property from which to remove an expressionpublic Object jsxFunction_getAttribute(String name, int flag)
name - the name of the attributeflag - 0 for case insensitive, 1 (default) for case sensitivepublic void jsxFunction_setAttribute(String name, String value, Object flag)
name - the name of the attributevalue - the value to assign to the attributeflag - 0 for case insensitive, 1 (default) for case sensitivepublic boolean jsxFunction_removeAttribute(String name, Object flag)
name - the name of the attributeflag - 0 for case insensitive, 1 (default) for case sensitivepublic static String toRGBColor(String color)
color - the colorprotected static int pixelValue(HTMLElement element, CSSStyleDeclaration.CssValue value)
element - the element for which the CSS attribute value is to be retrievedvalue - the CSS attribute value which is to be retrievedpixelValue(String)protected static int pixelValue(String value)
pixelValue(HTMLElement, CssValue) if you
need percentage support).value - the length string value to convert to an integer number of pixelspixelValue(HTMLElement, CssValue)Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.