DOM::CSS2BorderSpacing Class Reference
TheCSS2BorderSpacing interface represents the border-spacing  CSS Level 2 property.  
More...
#include <css_extensions.h>
Inheritance diagram for DOM::CSS2BorderSpacing:


| Public Member Functions | |
| CSS2BorderSpacing (const CSS2BorderSpacing &other) | |
| CSS2BorderSpacing (CSS2BorderSpacingImpl *impl) | |
| CSS2BorderSpacing & | operator= (const CSS2BorderSpacing &other) | 
| unsigned short | horizontalType () const | 
| unsigned short | verticalType () const | 
| float | getHorizontalSpacing (const float horizontalType) | 
| float | getVerticalSpacing (const float verticalType) | 
| void | setHorizontalSpacing (const unsigned short horizontalType, const float value) | 
| void | setVerticalSpacing (const unsigned short verticalType, const float value) | 
| void | setInherit () | 
Detailed Description
TheCSS2BorderSpacing interface represents the border-spacing  CSS Level 2 property. 
Definition at line 318 of file css_extensions.h.
Member Function Documentation
| 
 | 
| 
The A code defining the type of the value as defined in  
It would be one of  Definition at line 191 of file css_extensions.cpp. | 
| 
 | 
| 
The A code defining the type of the value as defined in  
It would be one of  Definition at line 197 of file css_extensions.cpp. | 
| 
 | 
| 
This method is used to get the float value in a specified unit if the  
If the float doesn't contain a float value or can't be converted into the specified unit, a  
 
 
 
 Definition at line 203 of file css_extensions.cpp. | 
| 
 | 
| 
This method is used to get the float value in a specified unit if the  
If the float doesn't contain a float value or can't be converted into the specified unit, a  
 
 
 
 Definition at line 209 of file css_extensions.cpp. | 
| 
 | ||||||||||||
| This method is used to set the horizontal spacing with a specified unit. 
If the vertical value is a length, it sets the vertical spacing to  
 
 
 
 Definition at line 215 of file css_extensions.cpp. | 
| 
 | ||||||||||||
| This method is used to set the vertical spacing with a specified unit. 
If the horizontal value is not a length, it sets the vertical spacing to  
 
 
 
 Definition at line 221 of file css_extensions.cpp. | 
| 
 | 
| Set this property as inherit. 
 
 
 Definition at line 227 of file css_extensions.cpp. | 
The documentation for this class was generated from the following files:

