Interface CSSStyleDeclaration

All Superinterfaces:
JSObject

public interface CSSStyleDeclaration extends 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)
    • setPropertyValue

      void setPropertyValue(String property, String value)
    • setPropertyPriority

      void setPropertyPriority(String property, String priority)
    • removeProperty

      String removeProperty(String property)