org.kde.koala
public class CSSValue extends Object implements QtSupport
CSSValue interface represents a simple or a
complexe value.UNKNOWN: The CSSValue interface represents a simple or a complexe value.
| Constructor Summary | |
|---|---|
| protected | CSSValue(Class dummy) |
| CSSValue() | |
| CSSValue(CSSValue other) | |
| Method Summary | |
|---|---|
| String | cssText()
A string representation of the current value. |
| short | cssValueType()
A code defining the type of the value as defined above. |
| boolean | isCSSPrimitiveValue() |
| boolean | isCSSValueList()
not part of the DOM |
| boolean | isNull() |
| void | setCssText(String arg1)
see cssText |
UNKNOWN: A string representation of the current value.
UNKNOWN: A code defining the type of the value as defined above.
UNKNOWN:
UNKNOWN: see cssText