Module bphtml :: Class HtmlEasyPrinting
[hide private]
[frames] | no frames]

Class HtmlEasyPrinting

source code

Similar to wxHtmlEasyPrinting, except this is actually useful.

The following additions are present:

Instance Methods [hide private]
 
__init__(self, parent=None, config=None, configstr=None) source code
 
SetParentFrame(self, parent) source code
 
PrinterSetup(self) source code
 
PageSetup(self) source code
 
PreviewText(self, htmltext, basepath='', scale=1.0) source code
 
PrintText(self, htmltext, basepath='', scale=1.0) source code
 
_getprintout(self, htmltext, basepath, scale) source code
 
_printdatatoconfig(self, pd) source code
 
_configtoprintdata(self, pd) source code
 
_configtopagesetupdata(self, psdd=None) source code
 
_pagesetupdatatoconfig(self, psdd) source code
 
OnPreviewClose(self, event) source code