|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a property value.
| Method Summary | |
Value |
getBlue()
The blue value of the RGB color. |
Value |
getBottom()
The bottom value of the rect. |
java.lang.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. |
Value |
getGreen()
The green value of the RGB color. |
java.lang.String |
getIdentifier()
The identifier value of the counter. |
Value |
getLeft()
The left value of the rect. |
int |
getLength()
The number of CSSValues in the list. |
java.lang.String |
getListStyle()
The listStyle value of the counter. |
short |
getPrimitiveType()
The type of the value. |
Value |
getRed()
The red value of the RGB color. |
Value |
getRight()
The right value of the rect. |
java.lang.String |
getSeparator()
The separator value of the counter. |
java.lang.String |
getStringValue()
This method is used to get the string value. |
Value |
getTop()
The top value of the rect. |
Value |
item(int index)
Used to retrieve a rule by ordinal index. |
| Method Detail |
public java.lang.String getCssText()
public short getCssValueType()
public short getPrimitiveType()
public float getFloatValue()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a float
value.
public java.lang.String getStringValue()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a string
value.
public Value getRed()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB
color value.
public Value getGreen()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB
color value.
public Value getBlue()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a RGB
color value.
public int getLength()
throws DOMException
CSSValues in the list. The range of valid
values of the indices is 0 to length-1
inclusive.DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a list
value.
public Value item(int index)
throws DOMException
index position in the
list, or null if that is not a valid index.DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a list
value.
public Value getTop()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect
value.
public Value getRight()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect
value.
public Value getBottom()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect
value.
public Value getLeft()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Rect
value.
public java.lang.String getIdentifier()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.
public java.lang.String getListStyle()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.
public java.lang.String getSeparator()
throws DOMException
DOMException - INVALID_ACCESS_ERR: Raised if the value doesn't contain a Counter
value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||