.\" This is a wxWidgets manpage page generated from the XML docs .TH wxHtmlPrintout 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxHtmlPrintout \- Generic HTML wxPrintout class .SH DESCRIPTION This class serves as printout class for HTML documents. .SH "PARENTS" wxPrintout .SH "INCLUDE FILES" wx/html/htmprint.h .SH MEMBERS .SS wxHtmlPrintout (const wxString& title = "Printout") Constructor. .SS static void AddFilter (wxHtmlFilter* filter) Adds a filter to the static list of filters for wxHtmlPrintout. See wxHtmlFilter for further information. .SS void SetFonts (const wxString& normal_faceconst wxString& fixed_faceconst int *sizes = NULL) Sets fonts. See wxHtmlWindow::SetFonts for detailed description. .SS void SetFooter (const wxString& footerint pg = wxPAGE_ALL) Sets page footer. .SS void SetHeader (const wxString& headerint pg = wxPAGE_ALL) Sets page header. .SS void SetHtmlFile (const wxString& htmlfile) Prepare the class for printing this HTML file . The file may be located on any virtual file system or it may be normal file. .SS void SetHtmlText (const wxString& htmlconst wxString& basepath = wxEmptyStringbool isdir = true) Prepare the class for printing this HTML text. .SS void SetMargins (float top = 25.2float bottom = 25.2float left = 25.2float right = 25.2float spaces = 5) Sets margins in millimeters. Defaults to 1 inch for margins and 0.5cm for space between text and header and/or footer .SH "SEE ALSO" wxPrintout .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.