]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/htprint.tex
BC++ and Watcom C++ makefile and source fixes
[wxWidgets.git] / docs / latex / wx / htprint.tex
CommitLineData
3ce369e6
VS
1%
2% automatically generated by HelpGen from
3% htmprint.h at 17/Oct/99 12:48:02
4%
5
6
7\section{\class{wxHtmlPrintout}}\label{wxhtmlprintout}
8
9This class serves as printout class for HTML documents.
10
11\wxheading{Derived from}
12
13\helpref{wxPrintout}{wxprintout}
14
15
16\latexignore{\rtfignore{\wxheading{Members}}}
17
18
19\membersection{wxHtmlPrintout::wxHtmlPrintout}\label{wxhtmlprintoutwxhtmlprintout}
20
21\func{}{wxHtmlPrintout}{\param{const wxString\& }{title = "Printout"}}
22
23Constructor.
24
25
26
27\membersection{wxHtmlPrintout::SetHtmlText}\label{wxhtmlprintoutsethtmltext}
28
29\func{void}{SetHtmlText}{\param{const wxString\& }{html}, \param{const wxString\& }{basepath = wxEmptyString}, \param{bool }{isdir = TRUE}}
30
31Prepare the class for printing this HTML text.
32
33\wxheading{Parameters}
34
35\docparam{html}{HTML text. (NOT file!)}
36
37\docparam{basepath}{base directory (html string would be stored there if it was in
38file). It is used to determine path for loading images, for example.}
39
40\docparam{isdir}{FALSE if basepath is filename, TRUE if it is directory name
41(see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}
42
43
44
45\membersection{wxHtmlPrintout::SetHtmlFile}\label{wxhtmlprintoutsethtmlfile}
46
47\func{void}{SetHtmlFile}{\param{const wxString\& }{htmlfile}}
48
49Prepare the class for printing this HTML {\bf file}. The file may be located on
50any virtual file system or it may be normal file.
51
52
53
54\membersection{wxHtmlPrintout::SetHeader}\label{wxhtmlprintoutsetheader}
55
56\func{void}{SetHeader}{\param{const wxString\& }{header}, \param{int }{pg = wxPAGE\_ALL}}
57
58Sets page header.
59
60\wxheading{Parameters}
61
62\docparam{header}{HTML text to be used as header. You can use macros in it:
63\begin{itemize}
64\item @PAGENUM@ is replaced by page number
65\item @PAGESCNT@ is replaced by total number of pages
66\end{itemize}
67}
68
69\docparam{pg}{one of wxPAGE\_ODD, wxPAGE\_EVEN and wxPAGE\_ALL constants.}
70
71
72\membersection{wxHtmlPrintout::SetFooter}\label{wxhtmlprintoutsetfooter}
73
74\func{void}{SetFooter}{\param{const wxString\& }{footer}, \param{int }{pg = wxPAGE\_ALL}}
75
76Sets page footer.
77
78\wxheading{Parameters}
79
80\docparam{footer}{HTML text to be used as footer. You can use macros in it:
81\begin{itemize}
82\item @PAGENUM@ is replaced by page number
83\item @PAGESCNT@ is replaced by total number of pages
84\end{itemize}
85}
86
87\docparam{pg}{one of wxPAGE\_ODD, wxPAGE\_EVEN and wxPAGE\_ALL constants.}
88
89
90\membersection{wxHtmlPrintout::SetMargins}\label{wxhtmlprintoutsetmargins}
91
92\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}}
93
94Sets margins in milimeters. Defaults to 1 inch for margins and 0.5cm for space
95between text and header and/or footer
96