Java org.w3c.dom.css CSSStyleDeclaration fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.css CSSStyleDeclaration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.css CSSStyleDeclaration.

The text is from its open source code.

Method

StringgetCssText()
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
intgetLength()
The number of properties that have been explicitly set in this declaration block.
CSSValuegetPropertyCSSValue(String propertyName)
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
StringgetPropertyPriority(String propertyName)
Used to retrieve the priority of a CSS property (e.g.
StringgetPropertyValue(String propertyName)
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
Stringitem(int index)
Used to retrieve the properties that have been explicitly set in this declaration block.