Interface CSSStyleDeclaration

All Superinterfaces:
org.teavm.jso.JSObject

public interface CSSStyleDeclaration extends org.teavm.jso.JSObject
  • Method Details

    • getCssText

      String getCssText()
    • setCssText

      void setCssText(String cssText)
    • getLength

      int getLength()
    • item

      String item(int index)
    • getPropertyValue

      String getPropertyValue(String property)
    • getPropertyPriority

      String getPropertyPriority(String property)
    • setProperty

      void setProperty(String property, String value)
    • setProperty

      void setProperty(String property, String value, String priority)
    • removeProperty

      String removeProperty(String property)