X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09397bc6e9b3137904d1ddfafaa1d5f73830df60..566e85f6ec147263f086847e0317f46705924903:/docs/latex/wx/htprint.tex?ds=sidebyside diff --git a/docs/latex/wx/htprint.tex b/docs/latex/wx/htprint.tex index d81a124e99..197a57cd3a 100644 --- a/docs/latex/wx/htprint.tex +++ b/docs/latex/wx/htprint.tex @@ -13,6 +13,10 @@ This class serves as printout class for HTML documents. \helpref{wxPrintout}{wxprintout} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} @@ -23,6 +27,19 @@ This class serves as printout class for HTML documents. Constructor. +\membersection{wxHtmlPrintout::AddFilter}\label{wxhtmlprintoutaddfilter} + +\func{static void}{AddFilter}{\param{wxHtmlFilter* }{filter}} + +Adds a filter to the static list of filters for wxHtmlPrintout. See \helpref{wxHtmlFilter}{wxhtmlfilter} for +further information. + +\membersection{wxHtmlPrintout::SetFonts}\label{wxhtmlprintoutsetfonts} + +\func{void}{SetFonts}{\param{wxString }{normal\_face}, \param{wxString }{fixed\_face}, \param{const int }{*sizes = NULL}} + +Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for +detailed description. \membersection{wxHtmlPrintout::SetFooter}\label{wxhtmlprintoutsetfooter} @@ -71,7 +88,7 @@ any virtual file system or it may be normal file. \membersection{wxHtmlPrintout::SetHtmlText}\label{wxhtmlprintoutsethtmltext} -\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = TRUE}} +\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = true}} Prepare the class for printing this HTML text. @@ -82,7 +99,7 @@ Prepare the class for printing this HTML text. \docparam{basepath}{base directory (html string would be stored there if it was in file). It is used to determine path for loading images, for example.} -\docparam{isdir}{FALSE if basepath is filename, TRUE if it is directory name +\docparam{isdir}{false if basepath is filename, true if it is directory name (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)} @@ -91,6 +108,6 @@ file). It is used to determine path for loading images, for example.} \func{void}{SetMargins}{\param{float }{top = 25.2}, \param{float }{bottom = 25.2}, \param{float }{left = 25.2}, \param{float }{right = 25.2}, \param{float }{spaces = 5}} -Sets margins in milimeters. Defaults to 1 inch for margins and 0.5cm for space +Sets margins in millimeters. Defaults to 1 inch for margins and 0.5cm for space between text and header and/or footer