| Method Summary |
| Printout |
__init__(self,
title)
|
| |
__repr__(self)
|
| (minPage, maxPage, pageFrom, pageTo) |
base_GetPageInfo()
|
| bool |
base_HasPage(self,
page)
|
| bool |
base_OnBeginDocument(self,
startPage,
endPage)
|
| |
base_OnBeginPrinting(self)
|
| |
base_OnEndDocument(self)
|
| |
base_OnEndPrinting(self)
|
| |
base_OnPreparePrinting(self)
|
| DC |
GetDC(self)
|
| (w, h) |
GetPageSizeMM()
|
| (w, h) |
GetPageSizePixels()
|
| (x,y) |
GetPPIPrinter()
|
| (x,y) |
GetPPIScreen()
|
| String |
GetTitle(self)
|
| bool |
IsPreview(self)
|
| |
SetDC(self,
dc)
|
| |
SetIsPreview(self,
p)
|
| |
SetPageSizeMM(self,
w,
h)
|
| |
SetPageSizePixels(self,
w,
h)
|
| |
SetPPIPrinter(self,
x,
y)
|
| |
SetPPIScreen(self,
x,
y)
|