DOM::CSS2TextShadow Class Reference
TheCSS2TextShadow interface represents a simple value for the text-shadow  CSS Level 2 property.  
More...
#include <css_extensions.h>
| Public Member Functions | |
| CSS2TextShadow (const CSS2TextShadow &other) | |
| CSS2TextShadow (CSS2TextShadowImpl *impl) | |
| CSS2TextShadow & | operator= (const CSS2TextShadow &other) | 
| CSSValue | color () const | 
| CSSValue | horizontal () const | 
| CSSValue | vertical () const | 
| CSSValue | blur () const | 
Detailed Description
TheCSS2TextShadow interface represents a simple value for the text-shadow  CSS Level 2 property. 
Definition at line 2659 of file css_extensions.h.
Member Function Documentation
| 
 | 
| 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. | 
| 
 | 
| The horizontal position of the text shadow. 
 Definition at line 2025 of file css_extensions.cpp. | 
| 
 | 
| The vertical position of the text shadow. 
 Definition at line 2031 of file css_extensions.cpp. | 
| 
 | 
| The blur radius of the text shadow. 
 Definition at line 2037 of file css_extensions.cpp. | 
The documentation for this class was generated from the following files:

