webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
DeprecatedCSSOMPrimitiveValue Interface Reference

import"DeprecatedCSSOMPrimitiveValue.idl";

Inheritance diagram for DeprecatedCSSOMPrimitiveValue:
DeprecatedCSSOMValue

Public Member Functions

void setFloatValue (optional unsigned short unitType=0, optional unrestricted float floatValue=NaN)
 
unrestricted float getFloatValue (optional unsigned short unitType=0)
 
void setStringValue (optional unsigned short stringType=0, optional DOMString stringValue)
 
DOMString getStringValue ()
 
DeprecatedCSSOMCounter getCounterValue ()
 
DeprecatedCSSOMRect getRectValue ()
 
DeprecatedCSSOMRGBColor 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
 
const unsigned short CSS_VW = 26
 
const unsigned short CSS_VH = 27
 
const unsigned short CSS_VMIN = 28
 
const unsigned short CSS_VMAX = 29
 
readonly attribute unsigned short primitiveType
 
- Public Attributes inherited from DeprecatedCSSOMValue
const unsigned short CSS_INHERIT = 0
 
const unsigned short CSS_PRIMITIVE_VALUE = 1
 
const unsigned short CSS_VALUE_LIST = 2
 
const unsigned short CSS_CUSTOM = 3
 
attribute DOMString cssText
 
readonly attribute unsigned short cssValueType
 

Member Function Documentation

◆ getCounterValue()

DeprecatedCSSOMCounter DeprecatedCSSOMPrimitiveValue::getCounterValue ( )

◆ getFloatValue()

unrestricted float DeprecatedCSSOMPrimitiveValue::getFloatValue ( optional unsigned short  unitType = 0)

◆ getRectValue()

DeprecatedCSSOMRect DeprecatedCSSOMPrimitiveValue::getRectValue ( )

◆ getRGBColorValue()

DeprecatedCSSOMRGBColor DeprecatedCSSOMPrimitiveValue::getRGBColorValue ( )

◆ getStringValue()

DOMString DeprecatedCSSOMPrimitiveValue::getStringValue ( )

◆ setFloatValue()

void DeprecatedCSSOMPrimitiveValue::setFloatValue ( optional unsigned short  unitType = 0,
optional unrestricted float  floatValue = NaN 
)

◆ setStringValue()

void DeprecatedCSSOMPrimitiveValue::setStringValue ( optional unsigned short  stringType = 0,
optional DOMString  stringValue 
)

Member Data Documentation

◆ CSS_ATTR

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_ATTR = 22

◆ CSS_CM

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_CM = 6

◆ CSS_COUNTER

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_COUNTER = 23

◆ CSS_DEG

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_DEG = 11

◆ CSS_DIMENSION

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_DIMENSION = 18

◆ CSS_EMS

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_EMS = 3

◆ CSS_EXS

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_EXS = 4

◆ CSS_GRAD

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_GRAD = 13

◆ CSS_HZ

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_HZ = 16

◆ CSS_IDENT

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_IDENT = 21

◆ CSS_IN

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_IN = 8

◆ CSS_KHZ

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_KHZ = 17

◆ CSS_MM

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_MM = 7

◆ CSS_MS

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_MS = 14

◆ CSS_NUMBER

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_NUMBER = 1

◆ CSS_PC

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_PC = 10

◆ CSS_PERCENTAGE

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_PERCENTAGE = 2

◆ CSS_PT

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_PT = 9

◆ CSS_PX

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_PX = 5

◆ CSS_RAD

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_RAD = 12

◆ CSS_RECT

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_RECT = 24

◆ CSS_RGBCOLOR

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_RGBCOLOR = 25

◆ CSS_S

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_S = 15

◆ CSS_STRING

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_STRING = 19

◆ CSS_UNKNOWN

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_UNKNOWN = 0

◆ CSS_URI

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_URI = 20

◆ CSS_VH

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_VH = 27

◆ CSS_VMAX

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_VMAX = 29

◆ CSS_VMIN

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_VMIN = 28

◆ CSS_VW

const unsigned short DeprecatedCSSOMPrimitiveValue::CSS_VW = 26

◆ primitiveType

readonly attribute unsigned short DeprecatedCSSOMPrimitiveValue::primitiveType

The documentation for this interface was generated from the following file: