Scribus
Open source desktop publishing at your fingertips
|
Pagemargins and bleeds. More...
#include <margins.h>
Public Member Functions | |
MarginStruct (double top, double left, double bottom, double right) | |
MarginStruct (const MarginStruct &rhs) | |
void | set (double top, double left, double bottom, double right) |
void | resetToZero () |
bool | isNull () const |
void | print () const |
double | left () const |
double | top () const |
double | bottom () const |
double | right () const |
void | setLeft (double aleft) |
void | setTop (double atop) |
void | setRight (double aright) |
void | setBottom (double abottom) |
Protected Attributes | |
double | m_top |
double | m_left |
double | m_bottom |
double | m_right |
Pagemargins and bleeds.