wxHtmlEasyPrinting(3erl) Erlang Module Definition wxHtmlEasyPrinting(3erl)
NAME
wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.
DESCRIPTION
See external documentation: wxHtmlEasyPrinting .
DATA TYPES
wxHtmlEasyPrinting() :
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc
or distributed for use on other nodes.
EXPORTS
new() -> wxHtmlEasyPrinting()
Equivalent to new([]) .
new(Options::[Option]) -> wxHtmlEasyPrinting()
Types Option = {name, string()} | {parentWindow, wxWindow() (see module wxWindow)}
See external documentation .
getPrintData(This::wxHtmlEasyPrinting()) -> wxPrintData() (see module wxPrintData)
See external documentation .
getPageSetupData(This::wxHtmlEasyPrinting()) -> wxPageSetupDialogData() (see module wxPageSetupDialogData)
See external documentation .
previewFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool()
See external documentation .
previewText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool()
Equivalent to previewText(This, Htmltext, []) .
previewText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool()
Types Option = {basepath, string()}
See external documentation .
printFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool()
See external documentation .
printText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool()
Equivalent to printText(This, Htmltext, []) .
printText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool()
Types Option = {basepath, string()}
See external documentation .
pageSetup(This::wxHtmlEasyPrinting()) -> ok
See external documentation .
setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string()) -> ok
Equivalent to setFonts(This, Normal_face, Fixed_face, []) .
setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string(), Options::[Option]) -> ok
Types Option = {sizes, [integer()]}
See external documentation .
setHeader(This::wxHtmlEasyPrinting(), Header::string()) -> ok
Equivalent to setHeader(This, Header, []) .
setHeader(This::wxHtmlEasyPrinting(), Header::string(), Options::[Option]) -> ok
Types Option = {pg, integer()}
See external documentation .
setFooter(This::wxHtmlEasyPrinting(), Footer::string()) -> ok
Equivalent to setFooter(This, Footer, []) .
setFooter(This::wxHtmlEasyPrinting(), Footer::string(), Options::[Option]) -> ok
Types Option = {pg, integer()}
See external documentation .
destroy(This::wxHtmlEasyPrinting()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxHtmlEasyPrinting(3erl)