Method Summary |
RichTextPrinting |
__init__(self,
name,
parentWindow)
|
|
__del__(self)
|
String |
GetFooterText(self,
page,
location)
|
wxRichTextHeaderFooterData |
GetHeaderFooterData(self)
|
String |
GetHeaderText(self,
page,
location)
|
PageSetupDialogData |
GetPageSetupData(self)
|
Window |
GetParentWindow(self)
|
Rect |
GetPreviewRect(self)
|
PrintData |
GetPrintData(self)
|
RichTextBuffer |
GetRichTextBufferPreview(self)
|
RichTextBuffer |
GetRichTextBufferPrinting(self)
|
String |
GetTitle(self)
|
|
PageSetup(self)
|
bool |
PreviewBuffer(self,
buffer)
|
bool |
PreviewFile(self,
richTextFile)
|
bool |
PrintBuffer(self,
buffer)
|
bool |
PrintFile(self,
richTextFile)
|
|
SetFooterText(self,
text,
page,
location)
|
|
SetHeaderFooterData(self,
data)
|
|
SetHeaderFooterFont(self,
font)
|
|
SetHeaderFooterTextColour(self,
font)
|
|
SetHeaderText(self,
text,
page,
location)
|
|
SetPageSetupData(self,
pageSetupData)
|
|
SetParentWindow(self,
parent)
|
|
SetPreviewRect(self,
rect)
|
|
SetPrintData(self,
printData)
|
|
SetRichTextBufferPreview(self,
buf)
|
|
SetRichTextBufferPrinting(self,
buf)
|
|
SetShowOnFirstPage(self,
show)
|
|
SetTitle(self,
title)
|