org.lobobrowser.html.style
public abstract class AbstractCSS2Properties extends AbstractScriptableDelegate implements CSS2Properties
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
AbstractCSS2Properties(CSS2PropertiesContext context) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getScriptable, setScriptablepublic static final java.lang.String FLOAT
public static final java.lang.String AZIMUTH
public static final java.lang.String BACKGROUND
public static final java.lang.String BACKGROUND_ATTACHMENT
public static final java.lang.String BACKGROUND_COLOR
public static final java.lang.String BACKGROUND_IMAGE
public static final java.lang.String BACKGROUND_POSITION
public static final java.lang.String BACKGROUND_REPEAT
public static final java.lang.String BORDER
public static final java.lang.String BORDER_BOTTOM
public static final java.lang.String BORDER_BOTTOM_COLOR
public static final java.lang.String BORDER_BOTTOM_STYLE
public static final java.lang.String BORDER_BOTTOM_WIDTH
public static final java.lang.String BORDER_COLLAPSE
public static final java.lang.String BORDER_COLOR
public static final java.lang.String BORDER_LEFT
public static final java.lang.String BORDER_LEFT_COLOR
public static final java.lang.String BORDER_LEFT_STYLE
public static final java.lang.String BORDER_LEFT_WIDTH
public static final java.lang.String BORDER_RIGHT
public static final java.lang.String BORDER_RIGHT_COLOR
public static final java.lang.String BORDER_RIGHT_STYLE
public static final java.lang.String BORDER_RIGHT_WIDTH
public static final java.lang.String BORDER_SPACING
public static final java.lang.String BORDER_STYLE
public static final java.lang.String BORDER_TOP
public static final java.lang.String BORDER_TOP_COLOR
public static final java.lang.String BORDER_TOP_STYLE
public static final java.lang.String BORDER_TOP_WIDTH
public static final java.lang.String BORDER_WIDTH
public static final java.lang.String BOTTOM
public static final java.lang.String CAPTION_SIDE
public static final java.lang.String CLEAR
public static final java.lang.String CLIP
public static final java.lang.String COLOR
public static final java.lang.String CONTENT
public static final java.lang.String COUNTER_INCREMENT
public static final java.lang.String COUNTER_RESET
public static final java.lang.String CSS_FLOAT
public static final java.lang.String CUE
public static final java.lang.String CUE_AFTER
public static final java.lang.String CUE_BEFORE
public static final java.lang.String CURSOR
public static final java.lang.String DIRECTION
public static final java.lang.String DISPLAY
public static final java.lang.String ELEVATION
public static final java.lang.String EMPTY_CELLS
public static final java.lang.String FONT
public static final java.lang.String FONT_FAMILY
public static final java.lang.String FONT_SIZE
public static final java.lang.String FONT_SIZE_ADJUST
public static final java.lang.String FONT_STRETCH
public static final java.lang.String FONT_STYLE
public static final java.lang.String FONT_VARIANT
public static final java.lang.String FONT_WEIGHT
public static final java.lang.String HEIGHT
public static final java.lang.String LEFT
public static final java.lang.String LETTER_SPACING
public static final java.lang.String LINE_HEIGHT
public static final java.lang.String LIST_STYLE
public static final java.lang.String LIST_STYLE_IMAGE
public static final java.lang.String LIST_STYLE_POSITION
public static final java.lang.String LIST_STYLE_TYPE
public static final java.lang.String MARGIN
public static final java.lang.String MARGIN_BOTTOM
public static final java.lang.String MARGIN_LEFT
public static final java.lang.String MARGIN_RIGHT
public static final java.lang.String MARGIN_TOP
public static final java.lang.String MARKER_OFFSET
public static final java.lang.String MARKS
public static final java.lang.String MAX_HEIGHT
public static final java.lang.String MAX_WIDTH
public static final java.lang.String MIN_HEIGHT
public static final java.lang.String MIN_WIDTH
public static final java.lang.String ORPHANS
public static final java.lang.String OUTLINE
public static final java.lang.String OUTLINE_COLOR
public static final java.lang.String OUTLINE_STYLE
public static final java.lang.String OUTLINE_WIDTH
public static final java.lang.String OVERFLOW
public static final java.lang.String PADDING
public static final java.lang.String PADDING_BOTTOM
public static final java.lang.String PADDING_LEFT
public static final java.lang.String PADDING_RIGHT
public static final java.lang.String PADDING_TOP
public static final java.lang.String PAGE
public static final java.lang.String PAGE_BREAK_AFTER
public static final java.lang.String PAGE_BREAK_BEFORE
public static final java.lang.String PAGE_BREAK_INSIDE
public static final java.lang.String PAUSE
public static final java.lang.String PAUSE_AFTER
public static final java.lang.String PAUSE_BEFORE
public static final java.lang.String PITCH
public static final java.lang.String PITCH_RANGE
public static final java.lang.String PLAY_DURING
public static final java.lang.String POSITION
public static final java.lang.String QUOTES
public static final java.lang.String RICHNESS
public static final java.lang.String RIGHT
public static final java.lang.String SIZE
public static final java.lang.String SPEAK
public static final java.lang.String SPEAK_HEADER
public static final java.lang.String SPEAK_NUMERAL
public static final java.lang.String SPEAK_PUNCTUATION
public static final java.lang.String SPEECH_RATE
public static final java.lang.String STRESS
public static final java.lang.String TABLE_LAYOUT
public static final java.lang.String TEXT_ALIGN
public static final java.lang.String TEXT_DECORATION
public static final java.lang.String TEXT_INDENT
public static final java.lang.String TEXT_SHADOW
public static final java.lang.String TEXT_TRANSFORM
public static final java.lang.String TOP
public static final java.lang.String UNICODE_BIDI
public static final java.lang.String VERTICAL_ALIGN
public static final java.lang.String VISIBILITY
public static final java.lang.String VOICE_FAMILY
public static final java.lang.String VOLUME
public static final java.lang.String WHITE_SPACE
public static final java.lang.String WIDOWS
public static final java.lang.String WIDTH
public static final java.lang.String WORD_SPACING
public static final java.lang.String Z_INDEX
public AbstractCSS2Properties(CSS2PropertiesContext context)
public void addStyleDeclaration(CSSStyleDeclaration styleDeclaration)
public void setLocalStyleProperties(AbstractCSS2Properties properties)
public AbstractCSS2Properties getLocalStyleProperties()
public final java.lang.String getPropertyValue(java.lang.String name)
protected void setPropertyValueLC(java.lang.String lowerCaseName,
java.lang.String value)
lowerCaseName - The name of the property in lowercase.value - The property value.protected final void setPropertyValueLCAlt(java.lang.String lowerCaseName,
java.lang.String value,
boolean important)
This method checks importance of the value.
lowerCaseName - The name of the property in lowercase.value - The property value.protected final void setPropertyValueProcessed(java.lang.String lowerCaseName,
java.lang.String value,
CSSStyleDeclaration declaration,
boolean important)
public java.lang.String getOverlayColor()
public void setOverlayColor(java.lang.String value)
public java.lang.String getFloat()
public void setFloat(java.lang.String value)
public java.lang.String getAzimuth()
CSS2PropertiesgetAzimuth in interface CSS2Propertiespublic java.lang.String getBackground()
CSS2PropertiesgetBackground in interface CSS2Propertiespublic java.lang.String getBackgroundAttachment()
CSS2PropertiesgetBackgroundAttachment in interface CSS2Propertiespublic java.lang.String getBackgroundColor()
CSS2PropertiesgetBackgroundColor in interface CSS2Propertiespublic java.lang.String getBackgroundImage()
CSS2PropertiesgetBackgroundImage in interface CSS2Propertiespublic java.lang.String getBackgroundPosition()
CSS2PropertiesgetBackgroundPosition in interface CSS2Propertiespublic java.lang.String getBackgroundRepeat()
CSS2PropertiesgetBackgroundRepeat in interface CSS2Propertiespublic java.lang.String getBorder()
CSS2PropertiesgetBorder in interface CSS2Propertiespublic java.lang.String getBorderBottom()
CSS2PropertiesgetBorderBottom in interface CSS2Propertiespublic java.lang.String getBorderBottomColor()
CSS2PropertiesgetBorderBottomColor in interface CSS2Propertiespublic java.lang.String getBorderBottomStyle()
CSS2PropertiesgetBorderBottomStyle in interface CSS2Propertiespublic java.lang.String getBorderBottomWidth()
CSS2PropertiesgetBorderBottomWidth in interface CSS2Propertiespublic java.lang.String getBorderCollapse()
CSS2PropertiesgetBorderCollapse in interface CSS2Propertiespublic java.lang.String getBorderColor()
CSS2PropertiesgetBorderColor in interface CSS2Propertiespublic java.lang.String getBorderLeft()
CSS2PropertiesgetBorderLeft in interface CSS2Propertiespublic java.lang.String getBorderLeftColor()
CSS2PropertiesgetBorderLeftColor in interface CSS2Propertiespublic java.lang.String getBorderLeftStyle()
CSS2PropertiesgetBorderLeftStyle in interface CSS2Propertiespublic java.lang.String getBorderLeftWidth()
CSS2PropertiesgetBorderLeftWidth in interface CSS2Propertiespublic java.lang.String getBorderRight()
CSS2PropertiesgetBorderRight in interface CSS2Propertiespublic java.lang.String getBorderRightColor()
CSS2PropertiesgetBorderRightColor in interface CSS2Propertiespublic java.lang.String getBorderRightStyle()
CSS2PropertiesgetBorderRightStyle in interface CSS2Propertiespublic java.lang.String getBorderRightWidth()
CSS2PropertiesgetBorderRightWidth in interface CSS2Propertiespublic java.lang.String getBorderSpacing()
CSS2PropertiesgetBorderSpacing in interface CSS2Propertiespublic java.lang.String getBorderStyle()
CSS2PropertiesgetBorderStyle in interface CSS2Propertiespublic java.lang.String getBorderTop()
CSS2PropertiesgetBorderTop in interface CSS2Propertiespublic java.lang.String getBorderTopColor()
CSS2PropertiesgetBorderTopColor in interface CSS2Propertiespublic java.lang.String getBorderTopStyle()
CSS2PropertiesgetBorderTopStyle in interface CSS2Propertiespublic java.lang.String getBorderTopWidth()
CSS2PropertiesgetBorderTopWidth in interface CSS2Propertiespublic java.lang.String getBorderWidth()
CSS2PropertiesgetBorderWidth in interface CSS2Propertiespublic java.lang.String getBottom()
CSS2PropertiesgetBottom in interface CSS2Propertiespublic java.lang.String getCaptionSide()
CSS2PropertiesgetCaptionSide in interface CSS2Propertiespublic java.lang.String getClear()
CSS2PropertiesgetClear in interface CSS2Propertiespublic java.lang.String getClip()
CSS2PropertiesgetClip in interface CSS2Propertiespublic java.lang.String getColor()
CSS2PropertiesgetColor in interface CSS2Propertiespublic java.lang.String getContent()
CSS2PropertiesgetContent in interface CSS2Propertiespublic java.lang.String getCounterIncrement()
CSS2PropertiesgetCounterIncrement in interface CSS2Propertiespublic java.lang.String getCounterReset()
CSS2PropertiesgetCounterReset in interface CSS2Propertiespublic java.lang.String getCssFloat()
CSS2PropertiesgetCssFloat in interface CSS2Propertiespublic java.lang.String getCue()
CSS2PropertiesgetCue in interface CSS2Propertiespublic java.lang.String getCueAfter()
CSS2PropertiesgetCueAfter in interface CSS2Propertiespublic java.lang.String getCueBefore()
CSS2PropertiesgetCueBefore in interface CSS2Propertiespublic java.lang.String getCursor()
CSS2PropertiesgetCursor in interface CSS2Propertiespublic java.lang.String getDirection()
CSS2PropertiesgetDirection in interface CSS2Propertiespublic java.lang.String getDisplay()
CSS2PropertiesgetDisplay in interface CSS2Propertiespublic java.lang.String getElevation()
CSS2PropertiesgetElevation in interface CSS2Propertiespublic java.lang.String getEmptyCells()
CSS2PropertiesgetEmptyCells in interface CSS2Propertiespublic java.lang.String getFont()
CSS2PropertiesgetFont in interface CSS2Propertiespublic java.lang.String getFontFamily()
CSS2PropertiesgetFontFamily in interface CSS2Propertiespublic java.lang.String getFontSize()
CSS2PropertiesgetFontSize in interface CSS2Propertiespublic java.lang.String getFontSizeAdjust()
CSS2PropertiesgetFontSizeAdjust in interface CSS2Propertiespublic java.lang.String getFontStretch()
CSS2PropertiesgetFontStretch in interface CSS2Propertiespublic java.lang.String getFontStyle()
CSS2PropertiesgetFontStyle in interface CSS2Propertiespublic java.lang.String getFontVariant()
CSS2PropertiesgetFontVariant in interface CSS2Propertiespublic java.lang.String getFontWeight()
CSS2PropertiesgetFontWeight in interface CSS2Propertiespublic java.lang.String getHeight()
CSS2PropertiesgetHeight in interface CSS2Propertiespublic java.lang.String getLeft()
CSS2PropertiesgetLeft in interface CSS2Propertiespublic java.lang.String getLetterSpacing()
CSS2PropertiesgetLetterSpacing in interface CSS2Propertiespublic java.lang.String getLineHeight()
CSS2PropertiesgetLineHeight in interface CSS2Propertiespublic java.lang.String getListStyle()
CSS2PropertiesgetListStyle in interface CSS2Propertiespublic java.lang.String getListStyleImage()
CSS2PropertiesgetListStyleImage in interface CSS2Propertiespublic java.lang.String getListStylePosition()
CSS2PropertiesgetListStylePosition in interface CSS2Propertiespublic java.lang.String getListStyleType()
CSS2PropertiesgetListStyleType in interface CSS2Propertiespublic java.lang.String getMargin()
CSS2PropertiesgetMargin in interface CSS2Propertiespublic java.lang.String getMarginBottom()
CSS2PropertiesgetMarginBottom in interface CSS2Propertiespublic java.lang.String getMarginLeft()
CSS2PropertiesgetMarginLeft in interface CSS2Propertiespublic java.lang.String getMarginRight()
CSS2PropertiesgetMarginRight in interface CSS2Propertiespublic java.lang.String getMarginTop()
CSS2PropertiesgetMarginTop in interface CSS2Propertiespublic java.lang.String getMarkerOffset()
CSS2PropertiesgetMarkerOffset in interface CSS2Propertiespublic java.lang.String getMarks()
CSS2PropertiesgetMarks in interface CSS2Propertiespublic java.lang.String getMaxHeight()
CSS2PropertiesgetMaxHeight in interface CSS2Propertiespublic java.lang.String getMaxWidth()
CSS2PropertiesgetMaxWidth in interface CSS2Propertiespublic java.lang.String getMinHeight()
CSS2PropertiesgetMinHeight in interface CSS2Propertiespublic java.lang.String getMinWidth()
CSS2PropertiesgetMinWidth in interface CSS2Propertiespublic java.lang.String getOrphans()
CSS2PropertiesgetOrphans in interface CSS2Propertiespublic java.lang.String getOutline()
CSS2PropertiesgetOutline in interface CSS2Propertiespublic java.lang.String getOutlineColor()
CSS2PropertiesgetOutlineColor in interface CSS2Propertiespublic java.lang.String getOutlineStyle()
CSS2PropertiesgetOutlineStyle in interface CSS2Propertiespublic java.lang.String getOutlineWidth()
CSS2PropertiesgetOutlineWidth in interface CSS2Propertiespublic java.lang.String getOverflow()
CSS2PropertiesgetOverflow in interface CSS2Propertiespublic java.lang.String getPadding()
CSS2PropertiesgetPadding in interface CSS2Propertiespublic java.lang.String getPaddingBottom()
CSS2PropertiesgetPaddingBottom in interface CSS2Propertiespublic java.lang.String getPaddingLeft()
CSS2PropertiesgetPaddingLeft in interface CSS2Propertiespublic java.lang.String getPaddingRight()
CSS2PropertiesgetPaddingRight in interface CSS2Propertiespublic java.lang.String getPaddingTop()
CSS2PropertiesgetPaddingTop in interface CSS2Propertiespublic java.lang.String getPage()
CSS2PropertiesgetPage in interface CSS2Propertiespublic java.lang.String getPageBreakAfter()
CSS2PropertiesgetPageBreakAfter in interface CSS2Propertiespublic java.lang.String getPageBreakBefore()
CSS2PropertiesgetPageBreakBefore in interface CSS2Propertiespublic java.lang.String getPageBreakInside()
CSS2PropertiesgetPageBreakInside in interface CSS2Propertiespublic java.lang.String getPause()
CSS2PropertiesgetPause in interface CSS2Propertiespublic java.lang.String getPauseAfter()
CSS2PropertiesgetPauseAfter in interface CSS2Propertiespublic java.lang.String getPauseBefore()
CSS2PropertiesgetPauseBefore in interface CSS2Propertiespublic java.lang.String getPitch()
CSS2PropertiesgetPitch in interface CSS2Propertiespublic java.lang.String getPitchRange()
CSS2PropertiesgetPitchRange in interface CSS2Propertiespublic java.lang.String getPlayDuring()
CSS2PropertiesgetPlayDuring in interface CSS2Propertiespublic java.lang.String getPosition()
CSS2PropertiesgetPosition in interface CSS2Propertiespublic java.lang.String getQuotes()
CSS2PropertiesgetQuotes in interface CSS2Propertiespublic java.lang.String getRichness()
CSS2PropertiesgetRichness in interface CSS2Propertiespublic java.lang.String getRight()
CSS2PropertiesgetRight in interface CSS2Propertiespublic java.lang.String getSize()
CSS2PropertiesgetSize in interface CSS2Propertiespublic java.lang.String getSpeak()
CSS2PropertiesgetSpeak in interface CSS2Propertiespublic java.lang.String getSpeakHeader()
CSS2PropertiesgetSpeakHeader in interface CSS2Propertiespublic java.lang.String getSpeakNumeral()
CSS2PropertiesgetSpeakNumeral in interface CSS2Propertiespublic java.lang.String getSpeakPunctuation()
CSS2PropertiesgetSpeakPunctuation in interface CSS2Propertiespublic java.lang.String getSpeechRate()
CSS2PropertiesgetSpeechRate in interface CSS2Propertiespublic java.lang.String getStress()
CSS2PropertiesgetStress in interface CSS2Propertiespublic java.lang.String getTableLayout()
CSS2PropertiesgetTableLayout in interface CSS2Propertiespublic java.lang.String getTextAlign()
CSS2PropertiesgetTextAlign in interface CSS2Propertiespublic java.lang.String getTextDecoration()
CSS2PropertiesgetTextDecoration in interface CSS2Propertiespublic java.lang.String getTextIndent()
CSS2PropertiesgetTextIndent in interface CSS2Propertiespublic java.lang.String getTextShadow()
CSS2PropertiesgetTextShadow in interface CSS2Propertiespublic java.lang.String getTextTransform()
CSS2PropertiesgetTextTransform in interface CSS2Propertiespublic java.lang.String getTop()
CSS2PropertiesgetTop in interface CSS2Propertiespublic java.lang.String getUnicodeBidi()
CSS2PropertiesgetUnicodeBidi in interface CSS2Propertiespublic java.lang.String getVerticalAlign()
CSS2PropertiesgetVerticalAlign in interface CSS2Propertiespublic java.lang.String getVisibility()
CSS2PropertiesgetVisibility in interface CSS2Propertiespublic java.lang.String getVoiceFamily()
CSS2PropertiesgetVoiceFamily in interface CSS2Propertiespublic java.lang.String getVolume()
CSS2PropertiesgetVolume in interface CSS2Propertiespublic java.lang.String getWhiteSpace()
CSS2PropertiesgetWhiteSpace in interface CSS2Propertiespublic java.lang.String getWidows()
CSS2PropertiesgetWidows in interface CSS2Propertiespublic java.lang.String getWidth()
CSS2PropertiesgetWidth in interface CSS2Propertiespublic java.lang.String getWordSpacing()
CSS2PropertiesgetWordSpacing in interface CSS2Propertiespublic java.lang.String getZIndex()
CSS2PropertiesgetZIndex in interface CSS2Propertiespublic void setAzimuth(java.lang.String azimuth)
throws org.w3c.dom.DOMException
setAzimuth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackground(java.lang.String background)
throws org.w3c.dom.DOMException
setBackground in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackgroundAttachment(java.lang.String backgroundAttachment)
throws org.w3c.dom.DOMException
setBackgroundAttachment in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackgroundColor(java.lang.String backgroundColor)
throws org.w3c.dom.DOMException
setBackgroundColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackgroundImage(java.lang.String backgroundImage)
throws org.w3c.dom.DOMException
setBackgroundImage in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackgroundPosition(java.lang.String backgroundPosition)
throws org.w3c.dom.DOMException
setBackgroundPosition in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBackgroundRepeat(java.lang.String backgroundRepeat)
throws org.w3c.dom.DOMException
setBackgroundRepeat in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorder(java.lang.String border)
throws org.w3c.dom.DOMException
setBorder in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderBottom(java.lang.String borderBottom)
throws org.w3c.dom.DOMException
setBorderBottom in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderBottomColor(java.lang.String borderBottomColor)
throws org.w3c.dom.DOMException
setBorderBottomColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderBottomStyle(java.lang.String borderBottomStyle)
throws org.w3c.dom.DOMException
setBorderBottomStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderBottomWidth(java.lang.String borderBottomWidth)
throws org.w3c.dom.DOMException
setBorderBottomWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderCollapse(java.lang.String borderCollapse)
throws org.w3c.dom.DOMException
setBorderCollapse in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderColor(java.lang.String borderColor)
throws org.w3c.dom.DOMException
setBorderColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderLeft(java.lang.String borderLeft)
throws org.w3c.dom.DOMException
setBorderLeft in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderLeftColor(java.lang.String borderLeftColor)
throws org.w3c.dom.DOMException
setBorderLeftColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderLeftStyle(java.lang.String borderLeftStyle)
throws org.w3c.dom.DOMException
setBorderLeftStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderLeftWidth(java.lang.String borderLeftWidth)
throws org.w3c.dom.DOMException
setBorderLeftWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderRight(java.lang.String borderRight)
throws org.w3c.dom.DOMException
setBorderRight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderRightColor(java.lang.String borderRightColor)
throws org.w3c.dom.DOMException
setBorderRightColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderRightStyle(java.lang.String borderRightStyle)
throws org.w3c.dom.DOMException
setBorderRightStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderRightWidth(java.lang.String borderRightWidth)
throws org.w3c.dom.DOMException
setBorderRightWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderSpacing(java.lang.String borderSpacing)
throws org.w3c.dom.DOMException
setBorderSpacing in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderStyle(java.lang.String borderStyle)
throws org.w3c.dom.DOMException
setBorderStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderTop(java.lang.String borderTop)
throws org.w3c.dom.DOMException
setBorderTop in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderTopColor(java.lang.String borderTopColor)
throws org.w3c.dom.DOMException
setBorderTopColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderTopStyle(java.lang.String borderTopStyle)
throws org.w3c.dom.DOMException
setBorderTopStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderTopWidth(java.lang.String borderTopWidth)
throws org.w3c.dom.DOMException
setBorderTopWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBorderWidth(java.lang.String borderWidth)
throws org.w3c.dom.DOMException
setBorderWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setBottom(java.lang.String bottom)
throws org.w3c.dom.DOMException
setBottom in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCaptionSide(java.lang.String captionSide)
throws org.w3c.dom.DOMException
setCaptionSide in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setClear(java.lang.String clear)
throws org.w3c.dom.DOMException
setClear in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setClip(java.lang.String clip)
throws org.w3c.dom.DOMException
setClip in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setColor(java.lang.String color)
throws org.w3c.dom.DOMException
setColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setContent(java.lang.String content)
throws org.w3c.dom.DOMException
setContent in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCounterIncrement(java.lang.String counterIncrement)
throws org.w3c.dom.DOMException
setCounterIncrement in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCounterReset(java.lang.String counterReset)
throws org.w3c.dom.DOMException
setCounterReset in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCssFloat(java.lang.String cssFloat)
throws org.w3c.dom.DOMException
setCssFloat in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCue(java.lang.String cue)
throws org.w3c.dom.DOMException
setCue in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCueAfter(java.lang.String cueAfter)
throws org.w3c.dom.DOMException
setCueAfter in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCueBefore(java.lang.String cueBefore)
throws org.w3c.dom.DOMException
setCueBefore in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setCursor(java.lang.String cursor)
throws org.w3c.dom.DOMException
setCursor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setDirection(java.lang.String direction)
throws org.w3c.dom.DOMException
setDirection in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setDisplay(java.lang.String display)
throws org.w3c.dom.DOMException
setDisplay in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setElevation(java.lang.String elevation)
throws org.w3c.dom.DOMException
setElevation in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setEmptyCells(java.lang.String emptyCells)
throws org.w3c.dom.DOMException
setEmptyCells in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFont(java.lang.String font)
throws org.w3c.dom.DOMException
setFont in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontFamily(java.lang.String fontFamily)
throws org.w3c.dom.DOMException
setFontFamily in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontSize(java.lang.String fontSize)
throws org.w3c.dom.DOMException
setFontSize in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontSizeAdjust(java.lang.String fontSizeAdjust)
throws org.w3c.dom.DOMException
setFontSizeAdjust in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontStretch(java.lang.String fontStretch)
throws org.w3c.dom.DOMException
setFontStretch in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontStyle(java.lang.String fontStyle)
throws org.w3c.dom.DOMException
setFontStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontVariant(java.lang.String fontVariant)
throws org.w3c.dom.DOMException
setFontVariant in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setFontWeight(java.lang.String fontWeight)
throws org.w3c.dom.DOMException
setFontWeight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setHeight(java.lang.String height)
throws org.w3c.dom.DOMException
setHeight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setLeft(java.lang.String left)
throws org.w3c.dom.DOMException
setLeft in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setLetterSpacing(java.lang.String letterSpacing)
throws org.w3c.dom.DOMException
setLetterSpacing in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setLineHeight(java.lang.String lineHeight)
throws org.w3c.dom.DOMException
setLineHeight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setListStyle(java.lang.String listStyle)
throws org.w3c.dom.DOMException
setListStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setListStyleImage(java.lang.String listStyleImage)
throws org.w3c.dom.DOMException
setListStyleImage in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setListStylePosition(java.lang.String listStylePosition)
throws org.w3c.dom.DOMException
setListStylePosition in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setListStyleType(java.lang.String listStyleType)
throws org.w3c.dom.DOMException
setListStyleType in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMargin(java.lang.String margin)
throws org.w3c.dom.DOMException
setMargin in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarginBottom(java.lang.String marginBottom)
throws org.w3c.dom.DOMException
setMarginBottom in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarginLeft(java.lang.String marginLeft)
throws org.w3c.dom.DOMException
setMarginLeft in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarginRight(java.lang.String marginRight)
throws org.w3c.dom.DOMException
setMarginRight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarginTop(java.lang.String marginTop)
throws org.w3c.dom.DOMException
setMarginTop in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarkerOffset(java.lang.String markerOffset)
throws org.w3c.dom.DOMException
setMarkerOffset in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMarks(java.lang.String marks)
throws org.w3c.dom.DOMException
setMarks in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMaxHeight(java.lang.String maxHeight)
throws org.w3c.dom.DOMException
setMaxHeight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMaxWidth(java.lang.String maxWidth)
throws org.w3c.dom.DOMException
setMaxWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMinHeight(java.lang.String minHeight)
throws org.w3c.dom.DOMException
setMinHeight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setMinWidth(java.lang.String minWidth)
throws org.w3c.dom.DOMException
setMinWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOrphans(java.lang.String orphans)
throws org.w3c.dom.DOMException
setOrphans in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOutline(java.lang.String outline)
throws org.w3c.dom.DOMException
setOutline in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOutlineColor(java.lang.String outlineColor)
throws org.w3c.dom.DOMException
setOutlineColor in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOutlineStyle(java.lang.String outlineStyle)
throws org.w3c.dom.DOMException
setOutlineStyle in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOutlineWidth(java.lang.String outlineWidth)
throws org.w3c.dom.DOMException
setOutlineWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setOverflow(java.lang.String overflow)
throws org.w3c.dom.DOMException
setOverflow in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPadding(java.lang.String padding)
throws org.w3c.dom.DOMException
setPadding in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPaddingBottom(java.lang.String paddingBottom)
throws org.w3c.dom.DOMException
setPaddingBottom in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPaddingLeft(java.lang.String paddingLeft)
throws org.w3c.dom.DOMException
setPaddingLeft in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPaddingRight(java.lang.String paddingRight)
throws org.w3c.dom.DOMException
setPaddingRight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPaddingTop(java.lang.String paddingTop)
throws org.w3c.dom.DOMException
setPaddingTop in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPage(java.lang.String page)
throws org.w3c.dom.DOMException
setPage in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPageBreakAfter(java.lang.String pageBreakAfter)
throws org.w3c.dom.DOMException
setPageBreakAfter in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPageBreakBefore(java.lang.String pageBreakBefore)
throws org.w3c.dom.DOMException
setPageBreakBefore in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPageBreakInside(java.lang.String pageBreakInside)
throws org.w3c.dom.DOMException
setPageBreakInside in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPause(java.lang.String pause)
throws org.w3c.dom.DOMException
setPause in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPauseAfter(java.lang.String pauseAfter)
throws org.w3c.dom.DOMException
setPauseAfter in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPauseBefore(java.lang.String pauseBefore)
throws org.w3c.dom.DOMException
setPauseBefore in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPitch(java.lang.String pitch)
throws org.w3c.dom.DOMException
setPitch in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPitchRange(java.lang.String pitchRange)
throws org.w3c.dom.DOMException
setPitchRange in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPlayDuring(java.lang.String playDuring)
throws org.w3c.dom.DOMException
setPlayDuring in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setPosition(java.lang.String position)
throws org.w3c.dom.DOMException
setPosition in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setQuotes(java.lang.String quotes)
throws org.w3c.dom.DOMException
setQuotes in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setRichness(java.lang.String richness)
throws org.w3c.dom.DOMException
setRichness in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setRight(java.lang.String right)
throws org.w3c.dom.DOMException
setRight in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSize(java.lang.String size)
throws org.w3c.dom.DOMException
setSize in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSpeak(java.lang.String speak)
throws org.w3c.dom.DOMException
setSpeak in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSpeakHeader(java.lang.String speakHeader)
throws org.w3c.dom.DOMException
setSpeakHeader in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSpeakNumeral(java.lang.String speakNumeral)
throws org.w3c.dom.DOMException
setSpeakNumeral in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSpeakPunctuation(java.lang.String speakPunctuation)
throws org.w3c.dom.DOMException
setSpeakPunctuation in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setSpeechRate(java.lang.String speechRate)
throws org.w3c.dom.DOMException
setSpeechRate in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setStress(java.lang.String stress)
throws org.w3c.dom.DOMException
setStress in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTableLayout(java.lang.String tableLayout)
throws org.w3c.dom.DOMException
setTableLayout in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTextAlign(java.lang.String textAlign)
throws org.w3c.dom.DOMException
setTextAlign in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTextDecoration(java.lang.String textDecoration)
throws org.w3c.dom.DOMException
setTextDecoration in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTextIndent(java.lang.String textIndent)
throws org.w3c.dom.DOMException
setTextIndent in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTextShadow(java.lang.String textShadow)
throws org.w3c.dom.DOMException
setTextShadow in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTextTransform(java.lang.String textTransform)
throws org.w3c.dom.DOMException
setTextTransform in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setTop(java.lang.String top)
throws org.w3c.dom.DOMException
setTop in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setUnicodeBidi(java.lang.String unicodeBidi)
throws org.w3c.dom.DOMException
setUnicodeBidi in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setVerticalAlign(java.lang.String verticalAlign)
throws org.w3c.dom.DOMException
setVerticalAlign in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setVisibility(java.lang.String visibility)
throws org.w3c.dom.DOMException
setVisibility in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setVoiceFamily(java.lang.String voiceFamily)
throws org.w3c.dom.DOMException
setVoiceFamily in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setVolume(java.lang.String volume)
throws org.w3c.dom.DOMException
setVolume in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setWhiteSpace(java.lang.String whiteSpace)
throws org.w3c.dom.DOMException
setWhiteSpace in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setWidows(java.lang.String widows)
throws org.w3c.dom.DOMException
setWidows in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setWidth(java.lang.String width)
throws org.w3c.dom.DOMException
setWidth in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setWordSpacing(java.lang.String wordSpacing)
throws org.w3c.dom.DOMException
setWordSpacing in interface CSS2Propertiesorg.w3c.dom.DOMExceptionpublic void setZIndex(java.lang.String zIndex)
throws org.w3c.dom.DOMException
setZIndex in interface CSS2Propertiesorg.w3c.dom.DOMExceptionprotected void checkSetProperty()
public java.lang.String toString()
toString in class java.lang.Object