khtml Library API Documentation

DOM::CSS2TextShadow Class Reference

The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property. More...

#include <css_extensions.h>

List of all members.

Public Methods

CSSValue color () const
 Specified the color of the text shadow.

CSSValue horizontal () const
 The horizontal position of the text shadow.

CSSValue vertical () const
 The vertical position of the text shadow.

CSSValue blur () const
 The blur radius of the text shadow.


Detailed Description

The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property.

Definition at line 2662 of file css_extensions.h.


Member Function Documentation

CSSValue CSS2TextShadow::color  
 

Specified the color of the text shadow.

The CSS Value can contain an empty string if no color has been specified.

Definition at line 2019 of file css_extensions.cpp.

CSSValue CSS2TextShadow::horizontal  
 

The horizontal position of the text shadow.

0 if no length has been specified.

Definition at line 2025 of file css_extensions.cpp.

CSSValue CSS2TextShadow::vertical  
 

The vertical position of the text shadow.

0 if no length has been specified.

Definition at line 2031 of file css_extensions.cpp.

CSSValue CSS2TextShadow::blur  
 

The blur radius of the text shadow.

0 if no length has been specified.

Definition at line 2037 of file css_extensions.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:44 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001