|
|
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.
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. <code> 0 </code> if no length has been specified.
CSSValue vertical ()
| vertical |
[const]
The vertical position of the text shadow. <code> 0 </code> if no length has been specified.
CSSValue blur ()
| blur |
[const]
The blur radius of the text shadow. <code> 0 </code> if no length has been specified.
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |