public interface CSSStyleDeclaration
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
int |
getLength() |
CSSRule |
getParentRule() |
String |
getPropertyPriority(String property) |
String |
getPropertyValue(String property) |
CSSStyleDeclarationValue |
getValues() |
String |
item(int index) |
String |
removeProperty(String property) |
void |
setCssText(String cssText) |
void |
setProperty(String property,
String value) |
void |
setProperty(String property,
String value,
String priority) |
String getCssText()
void setCssText(String cssText)
int getLength()
String item(int index)
CSSStyleDeclarationValue getValues()
CSSRule getParentRule()
Copyright © 2016. All Rights Reserved.