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