class CSS2TextShadow

The <code> CSS2TextShadow </code> interface represents a simple value for the <a href="http://www. More...

Full nameDOM::CSS2TextShadow
Definition#include <css_extensions.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

The <code> CSS2TextShadow </code> interface represents a simple value for the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-shadow"> text-shadow </a> CSS Level 2 property.

CSSValue  color ()

[const]

Specified the color of the text shadow. The CSS Value can contain an empty string if no color has been specified.

CSSValue  horizontal ()

[const]

The horizontal position of the text shadow. <code> 0 </code> if no length has been specified.

CSSValue  vertical ()

[const]

The vertical position of the text shadow. <code> 0 </code> if no length has been specified.

CSSValue  blur ()

[const]

The blur radius of the text shadow. <code> 0 </code> if no length has been specified.


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