Mac OS X Reference Library Apple Developer
Search

CSSPrimitiveValue

Module:
css
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getCounterValue
getFloatValue
getRectValue
getRGBColorValue
getStringValue
setFloatValue
setStringValue

getCounterValue



Counter getCounterValue() raises(DOMException); 

getFloatValue



float getFloatValue(
    in unsigned short unitType) raises(DOMException); 

getRectValue



Rect getRectValue() raises(DOMException); 

getRGBColorValue



RGBColor getRGBColorValue() raises(DOMException); 

getStringValue



DOMString getStringValue() raises(DOMException); 

setFloatValue



void setFloatValue(
    in unsigned short unitType, 
    in float floatValue) raises(DOMException); 

setStringValue



void setStringValue(
    in unsigned short stringType, 
    in DOMString stringValue) raises(DOMException); 

Member Data

CSS_ATTR
CSS_CM
CSS_COUNTER
CSS_DEG
CSS_DIMENSION
CSS_EMS
CSS_EXS
CSS_GRAD
CSS_HZ
CSS_IDENT
CSS_IN
CSS_KHZ
CSS_MM
CSS_MS
CSS_NUMBER
CSS_PC
CSS_PERCENTAGE
CSS_PT
CSS_PX
CSS_RAD
CSS_RECT
CSS_RGBCOLOR
CSS_S
CSS_STRING
CSS_UNKNOWN
CSS_URI
primitiveType

CSS_ATTR



const unsigned short CSS_ATTR = 22; 

CSS_CM



const unsigned short CSS_CM = 6; 

CSS_COUNTER



const unsigned short CSS_COUNTER = 23; 

CSS_DEG



const unsigned short CSS_DEG = 11; 

CSS_DIMENSION



const unsigned short CSS_DIMENSION = 18; 

CSS_EMS



const unsigned short CSS_EMS = 3; 

CSS_EXS



const unsigned short CSS_EXS = 4; 

CSS_GRAD



const unsigned short CSS_GRAD = 13; 

CSS_HZ



const unsigned short CSS_HZ = 16; 

CSS_IDENT



const unsigned short CSS_IDENT = 21; 

CSS_IN



const unsigned short CSS_IN = 8; 

CSS_KHZ



const unsigned short CSS_KHZ = 17; 

CSS_MM



const unsigned short CSS_MM = 7; 

CSS_MS



const unsigned short CSS_MS = 14; 

CSS_NUMBER



const unsigned short CSS_NUMBER = 1; 

CSS_PC



const unsigned short CSS_PC = 10; 

CSS_PERCENTAGE



const unsigned short CSS_PERCENTAGE = 2; 

CSS_PT



const unsigned short CSS_PT = 9; 

CSS_PX



const unsigned short CSS_PX = 5; 

CSS_RAD



const unsigned short CSS_RAD = 12; 

CSS_RECT



const unsigned short CSS_RECT = 24; 

CSS_RGBCOLOR



const unsigned short CSS_RGBCOLOR = 25; 

CSS_S



const unsigned short CSS_S = 15; 

CSS_STRING



const unsigned short CSS_STRING = 19; 

CSS_UNKNOWN



const unsigned short CSS_UNKNOWN = 0; 

CSS_URI



const unsigned short CSS_URI = 20; 

primitiveType



readonly attribute unsigned short primitiveType; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27