wxHtmlEasyPrinting
Module
Module Summary
Description
See external documentation: wxHtmlEasyPrinting.
DATA TYPES
Exports
new() -> wxHtmlEasyPrinting()
Equivalent to new([]).
new(Options::[Option]) -> wxHtmlEasyPrinting()
Types
getPrintData(This) -> wxPrintData:wxPrintData()
Types
getPageSetupData(This) -> wxPageSetupDialogData:wxPageSetupDialogData()
Types
previewFile(This, Htmlfile) -> boolean()
previewText(This, Htmltext) -> boolean()
Equivalent to previewText(This, Htmltext, []).
previewText(This, Htmltext, Options::[Option]) -> boolean()
Types
printFile(This, Htmlfile) -> boolean()
printText(This, Htmltext) -> boolean()
Equivalent to printText(This, Htmltext, []).
printText(This, Htmltext, Options::[Option]) -> boolean()
Types
Types
setFonts(This, Normal_face, Fixed_face) -> ok
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
Types
Equivalent to setHeader(This, Header, []).
setHeader(This, Header, Options::[Option]) -> ok
Equivalent to setFooter(This, Footer, []).
setFooter(This, Footer, Options::[Option]) -> ok
destroy(This::wxHtmlEasyPrinting()) -> ok