lib
KoPageLayout Struct Reference
#include <KoPageLayout.h>
Detailed Description
This structure defines the page layout, including its size in pt, its format (e.g.A4), orientation, unit, margins etc.
Definition at line 160 of file KoPageLayout.h.
Public Member Functions | |
bool | operator== (const KoPageLayout &l) const |
bool | operator!= (const KoPageLayout &l) const |
KOFFICECORE_EXPORT KoGenStyle | saveOasis () const |
KOFFICECORE_EXPORT void | loadOasis (const QDomElement &style) |
Static Public Member Functions | |
static KOFFICECORE_EXPORT KoPageLayout | standardLayout () |
Public Attributes | |
KoFormat | format |
KoOrientation | orientation |
double | ptWidth |
double | ptHeight |
double | ptLeft |
double | ptRight |
double | ptTop |
double | ptBottom |
double | ptPageEdge |
double | ptBindingSide |
Member Function Documentation
|
Load this page layout from OASIS.
Definition at line 60 of file KoPageLayout.cpp. |
|
Save this page layout to OASIS.
Definition at line 47 of file KoPageLayout.cpp. |
|
Definition at line 83 of file KoPageLayout.cpp. |
Member Data Documentation
|
Page format.
Definition at line 163 of file KoPageLayout.h. |
|
Page orientation.
Definition at line 165 of file KoPageLayout.h. |
|
Bottom margin in pt.
Definition at line 178 of file KoPageLayout.h. |
|
Page height in pt.
Definition at line 170 of file KoPageLayout.h. |
|
Left margin in pt.
Definition at line 172 of file KoPageLayout.h. |
|
Right margin in pt.
Definition at line 174 of file KoPageLayout.h. |
|
Top margin in pt.
Definition at line 176 of file KoPageLayout.h. |
|
Page width in pt.
Definition at line 168 of file KoPageLayout.h. |
The documentation for this struct was generated from the following files: