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

Type PrintData

object --+    
         |    
    Object --+
             |
            PrintData


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)
OutputStream GetOutputStream(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)
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)
  SetOutputStream(self, outputstream)
  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)
  SetQuality(self, quality)

Method Details

__init__(self)
(Constructor)

__init__(self, PrintData data) -> PrintData
Returns:
PrintData
Overrides:
wx.Object.__init__

Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:04:07 2004 http://epydoc.sf.net