Table Of Contents

Previous topic

DocParentFrame

Next topic

DocTemplate

This Page

phoenix_title DocPrintout

DocPrintout is a default Printout that prints the first page of a document view.


class_hierarchy Inheritance Diagram

Inheritance diagram for class DocPrintout

Inheritance diagram of DocPrintout


super_classes Known Superclasses

Printout


method_summary Methods Summary

__init__ Constructor.
GetPageInfo Indicates that the DocPrintout only has a single page.
GetView Returns the DocPrintout’s view.
HasPage Indicates that the DocPrintout only has a single page.
OnPrintPage Prints the first page of the view.

api Class API



class DocPrintout(Printout)

DocPrintout is a default Printout that prints the first page of a document view.


Methods



__init__(self, view, title="Printout")

Constructor.



GetPageInfo(self)

Indicates that the DocPrintout only has a single page.



GetView(self)

Returns the DocPrintout’s view.



HasPage(self, pageNum)

Indicates that the DocPrintout only has a single page.



OnPrintPage(self, page)

Prints the first page of the view.