public interface CSSRule
| Modifier and Type | Field and Description |
|---|---|
static short |
FONT_FACE_RULE |
static short |
IMPORT_RULE |
static short |
MEDIA_RULE |
static short |
NAMESPACE_RULE |
static short |
PAGE_RULE |
static short |
STYLE_RULE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
CSSRule |
getParentRule() |
CSSStyleSheet |
getParentStyleSheet() |
short |
getType() |
void |
setCssText(String cssText) |
static final short STYLE_RULE
static final short IMPORT_RULE
static final short MEDIA_RULE
static final short FONT_FACE_RULE
static final short PAGE_RULE
static final short NAMESPACE_RULE
short getType()
String getCssText()
void setCssText(String cssText)
CSSRule getParentRule()
CSSStyleSheet getParentStyleSheet()
Copyright © 2016. All Rights Reserved.