Home | Trees | Index | Help |
|
---|
Package wx :: Class PrintData |
|
object
--+ |Object
--+ | PrintData
Proxy of C++ PrintData class
Method Summary | |
---|---|
PrintData |
__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)
| |
Inherited from Object | |
Deletes the C++ object this Python object is a proxy for. | |
String |
Returns the class name of the C++ class using wxRTTI. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Method Details |
---|
__init__(self)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:45:30 2007 | http://epydoc.sf.net |