Package org.teavm.jso.dom.css
Interface CSSStyleDeclaration
- All Superinterfaces:
org.teavm.jso.JSObject
public interface CSSStyleDeclaration
extends org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionintgetPropertyPriority(String property) getPropertyValue(String property) item(int index) removeProperty(String property) voidsetCssText(String cssText) voidsetProperty(String property, String value) voidsetProperty(String property, String value, String priority) Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getCssText
String getCssText() -
setCssText
-
getLength
int getLength() -
item
-
getPropertyValue
-
getPropertyPriority
-
setProperty
-
setProperty
-
removeProperty
-