public interface CssValue
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCssText() |
int |
getCssValueType()
Returns the type of the value as defined above.
|
void |
setCssText(java.lang.String arg)
Used to set the string representation of the value
|
java.lang.String getCssText()
void setCssText(java.lang.String arg)
arg
- A string representation value to setint getCssValueType()
CssValueType
in your Java codeCssValueType