import "CSSPrimitiveValue.idl";
Inherits CSSValue.
Inheritance diagram for CSSPrimitiveValue:


Public Member Functions | |
| void | setFloatValue (in unsigned short unitType, in float floatValue) raises (DOMException) |
| float | getFloatValue (in unsigned short unitType) |
| void | setStringValue (in unsigned short stringType, in DOMString stringValue) raises (DOMException) |
| DOMString | getStringValue () |
| Counter | getCounterValue () |
| Rect | getRectValue () |
| RGBColor | getRGBColorValue () |
Public Attributes | |
| const unsigned short | CSS_UNKNOWN = 0 |
| const unsigned short | CSS_NUMBER = 1 |
| const unsigned short | CSS_PERCENTAGE = 2 |
| const unsigned short | CSS_EMS = 3 |
| const unsigned short | CSS_EXS = 4 |
| const unsigned short | CSS_PX = 5 |
| const unsigned short | CSS_CM = 6 |
| const unsigned short | CSS_MM = 7 |
| const unsigned short | CSS_IN = 8 |
| const unsigned short | CSS_PT = 9 |
| const unsigned short | CSS_PC = 10 |
| const unsigned short | CSS_DEG = 11 |
| const unsigned short | CSS_RAD = 12 |
| const unsigned short | CSS_GRAD = 13 |
| const unsigned short | CSS_MS = 14 |
| const unsigned short | CSS_S = 15 |
| const unsigned short | CSS_HZ = 16 |
| const unsigned short | CSS_KHZ = 17 |
| const unsigned short | CSS_DIMENSION = 18 |
| const unsigned short | CSS_STRING = 19 |
| const unsigned short | CSS_URI = 20 |
| const unsigned short | CSS_IDENT = 21 |
| const unsigned short | CSS_ATTR = 22 |
| const unsigned short | CSS_COUNTER = 23 |
| const unsigned short | CSS_RECT = 24 |
| const unsigned short | CSS_RGBCOLOR = 25 |
| readonly attribute unsigned short | primitiveType |
Definition at line 22 of file CSSPrimitiveValue.idl.
| void setFloatValue | ( | in unsigned short | unitType, | |
| in float | floatValue | |||
| ) | raises (DOMException) |
| float getFloatValue | ( | in unsigned short | unitType | ) |
| void setStringValue | ( | in unsigned short | stringType, | |
| in DOMString | stringValue | |||
| ) | raises (DOMException) |
| DOMString getStringValue | ( | ) |
| Counter getCounterValue | ( | ) |
| Rect getRectValue | ( | ) |
| RGBColor getRGBColorValue | ( | ) |
| const unsigned short CSS_UNKNOWN = 0 |
Definition at line 25 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_NUMBER = 1 |
Definition at line 26 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_PERCENTAGE = 2 |
Definition at line 27 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_EMS = 3 |
Definition at line 28 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_EXS = 4 |
Definition at line 29 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_PX = 5 |
Definition at line 30 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_CM = 6 |
Definition at line 31 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_MM = 7 |
Definition at line 32 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_IN = 8 |
Definition at line 33 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_PT = 9 |
Definition at line 34 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_PC = 10 |
Definition at line 35 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_DEG = 11 |
Definition at line 36 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_RAD = 12 |
Definition at line 37 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_GRAD = 13 |
Definition at line 38 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_MS = 14 |
Definition at line 39 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_S = 15 |
Definition at line 40 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_HZ = 16 |
Definition at line 41 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_KHZ = 17 |
Definition at line 42 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_DIMENSION = 18 |
Definition at line 43 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_STRING = 19 |
Definition at line 44 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_URI = 20 |
Definition at line 45 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_IDENT = 21 |
Definition at line 46 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_ATTR = 22 |
Definition at line 47 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_COUNTER = 23 |
Definition at line 48 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_RECT = 24 |
Definition at line 49 of file CSSPrimitiveValue.idl.
| const unsigned short CSS_RGBCOLOR = 25 |
Definition at line 50 of file CSSPrimitiveValue.idl.
| readonly attribute unsigned short primitiveType |
Definition at line 52 of file CSSPrimitiveValue.idl.
1.5.1