KoPageLayout Struct Reference
This structure defines the page layout, including its size in pt, its format (e.g. More...
#include <koGlobal.h>
Public Member Functions | |
bool | operator== (const KoPageLayout &l) const |
bool | operator!= (const KoPageLayout &l) const |
Public Attributes | |
KoFormat | format |
KoOrientation | orientation |
double | ptWidth |
double | ptHeight |
double | ptLeft |
double | ptRight |
double | ptTop |
double | ptBottom |
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 169 of file koGlobal.h.
Member Data Documentation
|
Page format.
Definition at line 172 of file koGlobal.h. Referenced by KoPageLayoutDia::standardLayout(). |
|
Page orientation.
Definition at line 174 of file koGlobal.h. Referenced by KoPageLayoutDia::standardLayout(). |
|
Page width in pt.
Definition at line 177 of file koGlobal.h. Referenced by KoDocument::generatePreview(), KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
|
Page height in pt.
Definition at line 179 of file koGlobal.h. Referenced by KoDocument::generatePreview(), KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
|
Left margin in pt.
Definition at line 181 of file koGlobal.h. Referenced by KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
|
Right margin in pt.
Definition at line 183 of file koGlobal.h. Referenced by KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
|
Top margin in pt.
Definition at line 185 of file koGlobal.h. Referenced by KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
|
Bottom margin in pt.
Definition at line 187 of file koGlobal.h. Referenced by KoDocument::KoDocument(), KoRuler::KoRuler(), KoPagePreview::setPageLayout(), and KoPageLayoutDia::standardLayout(). |
The documentation for this struct was generated from the following file: