Package wx :: Class PrintData
[frames | no frames]

Type PrintData

object --+    
         |    
    Object --+
             |
            PrintData


Proxy of C++ PrintData class


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)
    Inherited from Object
  Destroy(self)
Deletes the C++ object this Python object is a proxy for.
String GetClassName(self)
Returns the class name of the C++ class using wxRTTI.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Method Details

__init__(self)
(Constructor)

__init__(self, PrintData data) -> PrintData

Returns:
PrintData
Overrides:
wx.Object.__init__

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:45:30 2007 http://epydoc.sf.net