|
|
The CSS2TextShadow interface represents a simple
value for the
text-shadow CSS Level 2 property.
| CSS2TextShadow ()
| CSS2TextShadow |
| CSS2TextShadow (const CSS2TextShadow &other)
| CSS2TextShadow |
| CSS2TextShadow (CSS2TextShadowImpl *impl)
| CSS2TextShadow |
| CSS2TextShadow & operator = (const CSS2TextShadow &other)
| operator = |
| ~CSS2TextShadow ()
| ~CSS2TextShadow |
| CSSValue color ()
| 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 ()
| horizontal |
[const]
The horizontal position of the text shadow. 0 if
no length has been specified.
| CSSValue vertical ()
| vertical |
[const]
The vertical position of the text shadow. 0 if
no length has been specified.
| CSSValue blur ()
| blur |
[const]
The blur radius of the text shadow. 0 if no
length has been specified.
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |