2 % automatically generated by HelpGen from
3 % htmprint.h at 17/Oct/99 12:48:02
6 \section{\class{wxHtmlEasyPrinting
}}\label{wxhtmleasyprinting
}
8 This class provides very simple interface to printing
9 architecture. It allows you to print HTML documents using
14 Do not create this class on the stack only. You should create an instance on app
15 startup and use this instance for all printing operations. The reason is that
16 this class stores various settings in it.
18 \wxheading{Derived from
}
20 \helpref{wxObject
}{wxobject
}
22 \wxheading{Include files
}
27 \latexignore{\rtfignore{\wxheading{Members
}}}
29 \membersection{wxHtmlEasyPrinting::wxHtmlEasyPrinting
}\label{wxhtmleasyprintingwxhtmleasyprinting
}
31 \func{}{wxHtmlEasyPrinting
}{\param{const wxString\&
}{name = "Printing"
},
\param{wxFrame*
}{parent
\_frame = NULL
}}
35 \wxheading{Parameters
}
37 \docparam{name
}{Name of the printing. Used by preview frames and setup dialogs.
}
39 \docparam{parent
\_frame}{pointer to the frame that will own preview frame and setup dialogs. May be NULL.
}
42 \membersection{wxHtmlEasyPrinting::PreviewFile
}\label{wxhtmleasyprintingpreviewfile
}
44 \func{void
}{PreviewFile
}{\param{const wxString\&
}{htmlfile
}}
48 \membersection{wxHtmlEasyPrinting::PreviewText
}\label{wxhtmleasyprintingpreviewtext
}
50 \func{void
}{PreviewText
}{\param{const wxString\&
}{htmltext
},
\param{const wxString\&
}{basepath = wxEmptyString
}}
52 Previews HTML text (not file!).
54 \wxheading{Parameters
}
56 \docparam{htmltext
}{HTML text.
}
58 \docparam{basepath
}{base directory (html string would be stored there if it was in
59 file). It is used to determine path for loading images, for example.
}
61 \membersection{wxHtmlEasyPrinting::PrintFile
}\label{wxhtmleasyprintingprintfile
}
63 \func{void
}{PrintFile
}{\param{const wxString\&
}{htmlfile
}}
67 \membersection{wxHtmlEasyPrinting::PrintText
}\label{wxhtmleasyprintingprinttext
}
69 \func{void
}{PrintText
}{\param{const wxString\&
}{htmltext
},
\param{const wxString\&
}{basepath = wxEmptyString
}}
71 Prints HTML text (not file!).
73 \wxheading{Parameters
}
75 \docparam{htmltext
}{HTML text.
}
77 \docparam{basepath
}{base directory (html string would be stored there if it was in
78 file). It is used to determine path for loading images, for example.
}
80 \membersection{wxHtmlEasyPrinting::PrinterSetup
}\label{wxhtmleasyprintingprintersetup
}
82 \func{void
}{PrinterSetup
}{\void}
84 Displays printer setup dialog and allows the user to modify settings.
86 \membersection{wxHtmlEasyPrinting::PageSetup
}\label{wxhtmleasyprintingpagesetup
}
88 \func{void
}{PageSetup
}{\void}
90 Displays page setup dialog and allows the user to modify settings.
92 \membersection{wxHtmlEasyPrinting::SetHeader
}\label{wxhtmleasyprintingsetheader
}
94 \func{void
}{SetHeader
}{\param{const wxString\&
}{header
},
\param{int
}{pg = wxPAGE
\_ALL}}
98 \wxheading{Parameters
}
100 \docparam{header
}{HTML text to be used as header. You can use macros in it:
102 \begin{itemize
}\itemsep=
0pt
103 \item @PAGENUM@ is replaced by page number
104 \item @PAGESCNT@ is replaced by total number of pages
108 \docparam{pg
}{one of wxPAGE
\_ODD, wxPAGE
\_EVEN and wxPAGE
\_ALL constants.
}
110 \membersection{wxHtmlEasyPrinting::SetFooter
}\label{wxhtmleasyprintingsetfooter
}
112 \func{void
}{SetFooter
}{\param{const wxString\&
}{footer
},
\param{int
}{pg = wxPAGE
\_ALL}}
116 \wxheading{Parameters
}
118 \docparam{footer
}{HTML text to be used as footer. You can use macros in it:
120 \begin{itemize
}\itemsep=
0pt
121 \item @PAGENUM@ is replaced by page number
122 \item @PAGESCNT@ is replaced by total number of pages
126 \docparam{pg
}{one of wxPAGE
\_ODD, wxPAGE
\_EVEN and wxPAGE
\_ALL constants.
}
128 \membersection{wxHtmlEasyPrinting::GetPrintData
}\label{wxhtmleasyprintinggetprintdata
}
130 \func{wxPrintData*
}{GetPrintData
}{\void}
132 Returns pointer to
\helpref{wxPrintData
}{wxprintdata
} instance used by this class. You can
133 set its parameters (via SetXXXX methods).
135 \membersection{wxHtmlEasyPrinting::GetPageSetupData
}\label{wxhtmleasyprintinggetpagesetupdata
}
137 \func{wxPageSetupDialogData*
}{GetPageSetupData
}{\void}
139 Returns a pointer to
\helpref{wxPageSetupDialogData
}{wxpagesetupdialogdata
} instance used by
140 this class. You can set its parameters (via SetXXXX methods).