| Method Summary |
| PrintData |
__init__(self)
__init__(self, PrintData data) -> PrintData |
| |
__del__(self)
|
| |
__nonzero__(self)
|
| |
__repr__(self)
|
| int |
GetBin(self)
|
| bool |
GetCollate(self)
|
| bool |
GetColour(self)
|
| int |
GetDuplex(self)
|
| String |
GetFilename(self)
|
| String |
GetFontMetricPath(self)
|
| int |
GetNoCopies(self)
|
| int |
GetOrientation(self)
|
| int |
GetPaperId(self)
|
| Size |
GetPaperSize(self)
|
| String |
GetPreviewCommand(self)
|
| String |
GetPrinterCommand(self)
|
| String |
GetPrinterName(self)
|
| String |
GetPrinterOptions(self)
|
| double |
GetPrinterScaleX(self)
|
| double |
GetPrinterScaleY(self)
|
| long |
GetPrinterTranslateX(self)
|
| long |
GetPrinterTranslateY(self)
|
| int |
GetPrintMode(self)
|
| PyObject |
GetPrivData(self)
|
| int |
GetQuality(self)
|
| bool |
Ok(self)
|
| |
SetBin(self,
bin)
|
| |
SetCollate(self,
flag)
|
| |
SetColour(self,
colour)
|
| |
SetDuplex(self,
duplex)
|
| |
SetFilename(self,
filename)
|
| |
SetFontMetricPath(self,
path)
|
| |
SetNoCopies(self,
v)
|
| |
SetOrientation(self,
orient)
|
| |
SetPaperId(self,
sizeId)
|
| |
SetPaperSize(self,
sz)
|
| |
SetPreviewCommand(self,
command)
|
| |
SetPrinterCommand(self,
command)
|
| |
SetPrinterName(self,
name)
|
| |
SetPrinterOptions(self,
options)
|
| |
SetPrinterScaleX(self,
x)
|
| |
SetPrinterScaleY(self,
y)
|
| |
SetPrinterScaling(self,
x,
y)
|
| |
SetPrinterTranslateX(self,
x)
|
| |
SetPrinterTranslateY(self,
y)
|
| |
SetPrinterTranslation(self,
x,
y)
|
| |
SetPrintMode(self,
printMode)
|
| |
SetPrivData(self,
data)
|
| |
SetQuality(self,
quality)
|