DOM::CSS2TextShadow
#include <css_extensions.h>
Public Member Functions | |
CSS2TextShadow (const CSS2TextShadow &other) | |
CSS2TextShadow (CSS2TextShadowImpl *impl) | |
CSSValue | blur () const |
CSSValue | color () const |
CSSValue | horizontal () const |
CSS2TextShadow & | operator= (const CSS2TextShadow &other) |
CSSValue | vertical () const |
Detailed Description
The CSS2TextShadow
interface represents a simple value for the text-shadow CSS Level 2 property.
Definition at line 2648 of file css_extensions.h.
Member Function Documentation
◆ blur()
CSSValue CSS2TextShadow::blur | ( | ) | const |
The blur radius of the text shadow.
0
if no length has been specified.
Definition at line 2608 of file css_extensions.cpp.
◆ color()
CSSValue CSS2TextShadow::color | ( | ) | const |
Specified the color of the text shadow.
The CSS Value can contain an empty string if no color has been specified.
Definition at line 2584 of file css_extensions.cpp.
◆ horizontal()
CSSValue CSS2TextShadow::horizontal | ( | ) | const |
The horizontal position of the text shadow.
0
if no length has been specified.
Definition at line 2592 of file css_extensions.cpp.
◆ vertical()
CSSValue CSS2TextShadow::vertical | ( | ) | const |
The vertical position of the text shadow.
0
if no length has been specified.
Definition at line 2600 of file css_extensions.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Jun 29 2022 04:11:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.