KHTML
css_value.h
Go to the documentation of this file.
203 void setProperty ( const DOM::DOMString &propertyName, const DOM::DOMString &value, const DOM::DOMString &priority );
259 CSS_INHERIT = 0,
260 CSS_PRIMITIVE_VALUE = 1,
261 CSS_VALUE_LIST = 2,
262 CSS_CUSTOM = 3,
263 CSS_INITIAL = 4,
265 CSS_SVG_VALUE = 1001
390 CSS_UNKNOWN = 0,
391 CSS_NUMBER = 1,
392 CSS_PERCENTAGE = 2,
393 CSS_EMS = 3,
394 CSS_EXS = 4,
395 CSS_PX = 5,
396 CSS_CM = 6,
397 CSS_MM = 7,
398 CSS_IN = 8,
399 CSS_PT = 9,
400 CSS_PC = 10,
401 CSS_DEG = 11,
402 CSS_RAD = 12,
403 CSS_GRAD = 13,
404 CSS_MS = 14,
405 CSS_S = 15,
406 CSS_HZ = 16,
407 CSS_KHZ = 17,
408 CSS_DIMENSION = 18,
409 CSS_STRING = 19,
410 CSS_URI = 20,
411 CSS_IDENT = 21,
412 CSS_ATTR = 22,
413 CSS_COUNTER = 23,
414 CSS_RECT = 24,
415 CSS_RGBCOLOR = 25,
416 CSS_DPI = 26,
417 CSS_DPCM = 27,
418 CSS_PAIR = 100, // We envision this being exposed as a means of getting computed style values for pairs
419 CSS_HTML_RELATIVE = 255
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:60
The CSSValueList interface provides the absraction of an ordered collection of CSS values...
Definition: css_value.h:315
The CSSPrimitiveValue interface represents a single CSS value .
Definition: css_value.h:372
The CSSRule interface is the abstract base interface for any type of CSS statement ...
Definition: css_rule.h:52
The RGBColor interface is used to represent any RGB color value.
Definition: css_value.h:587
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:240
The Counter interface is used to represent any counter or counters function value.
Definition: css_value.h:695
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.