wx.lib.docview.DocPrintout¶DocPrintout is a default wx.Printout that prints the first
page of a document view.
Class Hierarchy¶
Inheritance diagram for class DocPrintout:
Known Superclasses¶
Methods Summary¶Constructor. |
|
Indicates that the DocPrintout only has a single page. |
|
Returns the DocPrintout’s view. |
|
Indicates that the DocPrintout only has a single page. |
|
Prints the first page of the view. |
Class API¶DocPrintout is a default wx.Printout that prints the first
page of a document view.
Constructor.
Indicates that the DocPrintout only has a single page.
Returns the DocPrintout’s view.
Indicates that the DocPrintout only has a single page.
Prints the first page of the view.