Package org.teavm.jso.dom.css
Interface CSSStyleDeclaration
- All Superinterfaces:
JSObject
-
Method Summary
Modifier and TypeMethodDescriptionint
getPropertyPriority(String property)
getPropertyValue(String property)
item(int index)
removeProperty(String property)
void
setCssText(String cssText)
void
setProperty(String property, String value)
void
setProperty(String property, String value, String priority)
void
setPropertyPriority(String property, String priority)
void
setPropertyValue(String property, String value)
-
Method Details
-
getCssText
String getCssText() -
setCssText
-
getLength
int getLength() -
item
-
getPropertyValue
-
getPropertyPriority
-
setProperty
-
setProperty
-
setPropertyValue
-
setPropertyPriority
-
removeProperty
-