haXe API Documentation
Back | Index
extern class js.html.CSSPrimitiveValue
extends CSSValue
Available in js
var primitiveType(default,null) : Int
function getCounterValue() : Counter
function getFloatValue(unitType : Int) : Float
function getRGBColorValue() : RGBColor
function getRectValue() : Rect
function getStringValue() : String
function setFloatValue(unitType : Int, floatValue : Float) : Void
function setStringValue(stringType : Int, stringValue : String) : Void
static inline var CSS_ATTR : Int
static inline var CSS_CM : Int
static inline var CSS_COUNTER : Int
static inline var CSS_DEG : Int
static inline var CSS_DIMENSION : Int
static inline var CSS_EMS : Int
static inline var CSS_EXS : Int
static inline var CSS_GRAD : Int
static inline var CSS_HZ : Int
static inline var CSS_IDENT : Int
static inline var CSS_IN : Int
static inline var CSS_KHZ : Int
static inline var CSS_MM : Int
static inline var CSS_MS : Int
static inline var CSS_NUMBER : Int
static inline var CSS_PC : Int
static inline var CSS_PERCENTAGE : Int
static inline var CSS_PT : Int
static inline var CSS_PX : Int
static inline var CSS_RAD : Int
static inline var CSS_RECT : Int
static inline var CSS_RGBCOLOR : Int
static inline var CSS_S : Int
static inline var CSS_STRING : Int
static inline var CSS_UNKNOWN : Int
static inline var CSS_URI : Int
static inline var CSS_VH : Int
static inline var CSS_VMIN : Int
static inline var CSS_VW : Int
Back | Index