Scribus
Open source desktop publishing at your fingertips
Margins Class Reference
Inheritance diagram for Margins:
Collaboration diagram for Margins:

Public Slots

void set (double lr, double tpr, double btr, double rr)
 

Public Member Functions

 Margins (QObject *parent)
 

Properties

double top
 
double left
 
double right
 
double bottom
 

Member Function Documentation

void Margins::set ( double  lr,
double  tpr,
double  btr,
double  rr 
)
slot

Scripter.activeDocument.margins.set(lr, tpr, btr, rr) args are double

Use this method if you want to change more than one margin at a time

Property Documentation

double Margins::bottom
readwrite

Scripter.activeDocument.margins.bottom Property top-margin of active document as double

double Margins::left
readwrite

Scripter.activeDocument.margins.left Property left-margin of active document as double

double Margins::right
readwrite

Scripter.activeDocument.margins.right Property right-margin of active document as double

double Margins::top
readwrite

Scripter.activeDocument.margins.top Property top-margin of active document as double


The documentation for this class was generated from the following files: