class CSSValue

The <code> CSSValue </code> interface represents a simple or a complexe value. More...

Full nameDOM::CSSValue
Definition#include <css_value.h>
Inherited byCSS2Azimuth, CSS2BackgroundPosition, CSS2BorderSpacing, CSS2Cursor, CSS2PageSize, CSS2PlayDuring, CSSPrimitiveValue, CSSValueList
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Members


Detailed Description

The <code> CSSValue </code> interface represents a simple or a complexe value.

enum UnitTypes {CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3 }

An integer indicating which type of unit applies to the value.

All CSS2 constants are not supposed to be required by the implementation since all CSS2 interfaces are optionals.

DOM::DOMString  cssText ()

[const]

A string representation of the current value.

void  setCssText ( const DOM::DOMString & )

see cssText

Throws: CSSException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable., DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.

unsigned short  valueType ()

[const]

A code defining the type of the value as defined above.


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.