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 739 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 502 of file css_extensions.cpp. |
|
A code defining the type of the height of the page.
It would be one of Definition at line 508 of file css_extensions.cpp. |
|
If
Definition at line 514 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 520 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 526 of file css_extensions.cpp. |
|
This method is used to set the width position with a specified unit.
If the
Definition at line 532 of file css_extensions.cpp. |
|
This method is used to set the height position with a specified unit.
If the
Definition at line 538 of file css_extensions.cpp. |
|
Sets the identifier.
Definition at line 544 of file css_extensions.cpp. |
The documentation for this class was generated from the following files: