Method Summary |
|
Value | getBlue() The blue value of the RGB color. |
Value | getBottom() The bottom value of the rect. |
String | getCssText() A string representation of the current value. |
short | getCssValueType() A code defining the type of the value. |
float | getFloatValue() This method is used to get the float value.
exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a floatvalue. |
Value | getGreen() The green value of the RGB color. |
String | getIdentifier() The identifier value of the counter.
exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Countervalue. |
Value | getLeft() The left value of the rect. |
int | getLength() The number of CSSValues in the list. |
String | getListStyle() The listStyle value of the counter.
exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Countervalue. |
short | getPrimitiveType() The type of the value. |
Value | getRed() The red value of the RGB color. |
Value | getRight() The right value of the rect. |
String | getSeparator() The separator value of the counter.
exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Countervalue. |
String | getStringValue() This method is used to get the string value.
exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a stringvalue. |
Value | getTop() The top value of the rect. |
Value | item(int index) Used to retrieve a rule by ordinal index.
The style rule at the index position in the list, or null if that is not a valid index. exception: DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a listvalue. |