wxHtmlEasyPrinting
See external documentation: wxHtmlEasyPrinting.
See external documentation:
Functions
new() -> wxHtmlEasyPrinting()
Equivalent to new([]).
new(Option::[Option]) -> wxHtmlEasyPrinting()
Option = {name, chardata() (see module unicode)} | {parentWindow, wxWindow() (see module wxWindow)}
See
getPrintData(This) -> wxPrintData() (see module wxPrintData)
This = wxHtmlEasyPrinting()
See
getPageSetupData(This) -> wxPageSetupDialogData() (see module wxPageSetupDialogData)
This = wxHtmlEasyPrinting()
See
previewFile(This, Htmlfile) -> boolean()
This = wxHtmlEasyPrinting()
Htmlfile = chardata() (see module unicode)
See
previewText(This, Htmltext) -> boolean()
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Equivalent to previewText(This, Htmltext, []).
previewText(This, Htmltext, Option::[Option]) -> boolean()
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Option = {basepath, chardata() (see module unicode)}
See
printFile(This, Htmlfile) -> boolean()
This = wxHtmlEasyPrinting()
Htmlfile = chardata() (see module unicode)
See
printText(This, Htmltext) -> boolean()
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Equivalent to printText(This, Htmltext, []).
printText(This, Htmltext, Option::[Option]) -> boolean()
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Option = {basepath, chardata() (see module unicode)}
See
pageSetup(This) -> ok
This = wxHtmlEasyPrinting()
See
setFonts(This, Normal_face, Fixed_face) -> ok
This = wxHtmlEasyPrinting()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Option::[Option]) -> ok
This = wxHtmlEasyPrinting()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Option = {sizes, [integer()]}
See
setHeader(This, Header) -> ok
This = wxHtmlEasyPrinting()
Header = chardata() (see module unicode)
Equivalent to setHeader(This, Header, []).
setHeader(This, Header, Option::[Option]) -> ok
This = wxHtmlEasyPrinting()
Header = chardata() (see module unicode)
Option = {pg, integer()}
See
setFooter(This, Footer) -> ok
This = wxHtmlEasyPrinting()
Footer = chardata() (see module unicode)
Equivalent to setFooter(This, Footer, []).
setFooter(This, Footer, Option::[Option]) -> ok
This = wxHtmlEasyPrinting()
Footer = chardata() (see module unicode)
Option = {pg, integer()}
See
destroy(This::wxHtmlEasyPrinting()) -> ok
Destroys this object, do not use object again