DOM::CSS2PageSize Class Reference
TheCSS2Cursor interface represents the size  CSS Level 2 descriptor.  
More...
#include <css_extensions.h>
Inheritance diagram for DOM::CSS2PageSize:


| Public Member Functions | |
| CSS2PageSize (const CSS2PageSize &other) | |
| CSS2PageSize (CSS2PageSizeImpl *impl) | |
| CSS2PageSize & | operator= (const CSS2PageSize &other) | 
| unsigned short | widthType () const | 
| unsigned short | heightType () const | 
| DOM::DOMString | identifier () const | 
| float | getWidth (const float widthType) | 
| float | getHeightSize (const float heightType) | 
| void | setWidthSize (const unsigned short widthType, const float value) | 
| void | setHeightSize (const unsigned short heightType, const float value) | 
| void | setIdentifier (const DOM::DOMString &identifier) | 
Detailed Description
TheCSS2Cursor interface represents the size  CSS Level 2 descriptor. 
Definition at line 740 of file css_extensions.h.
Member Function Documentation
| 
 | 
| A code defining the type of the width of the page. 
It would be one of  Definition at line 503 of file css_extensions.cpp. | 
| 
 | 
| A code defining the type of the height of the page. 
It would be one of  Definition at line 509 of file css_extensions.cpp. | 
| 
 | 
| 
If  
 Definition at line 515 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 521 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 527 of file css_extensions.cpp. | 
| 
 | ||||||||||||
| This method is used to set the width position with a specified unit. 
If the  
 
 
 
 Definition at line 533 of file css_extensions.cpp. | 
| 
 | ||||||||||||
| This method is used to set the height position with a specified unit. 
If the  
 
 
 
 Definition at line 539 of file css_extensions.cpp. | 
| 
 | 
| Sets the identifier. 
 
 
 
 Definition at line 545 of file css_extensions.cpp. | 
The documentation for this class was generated from the following files:

