public interface CSSValue
| Modifier and Type | Field and Description |
|---|---|
static short |
CSS_CUSTOM |
static short |
CSS_INHERIT |
static short |
CSS_PRIMITIVE_VALUE |
static short |
CSS_VALUE_LIST |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
short |
getCssValueType() |
void |
setCssText(String cssText) |
static final short CSS_INHERIT
static final short CSS_PRIMITIVE_VALUE
static final short CSS_VALUE_LIST
static final short CSS_CUSTOM
Copyright © 2016. All Rights Reserved.