wxHtmlEasyPrinting(3erl) | Erlang Module Definition | wxHtmlEasyPrinting(3erl) |
wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.
See external documentation: 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.
new() -> wxHtmlEasyPrinting()
Equivalent to new([]).
new(Options::[Option]) -> wxHtmlEasyPrinting()
Types:
See external documentation.
getPrintData(This) -> wxPrintData:wxPrintData()
Types:
See external documentation.
getPageSetupData(This) ->
wxPageSetupDialogData:wxPageSetupDialogData()
Types:
See external documentation.
previewFile(This, Htmlfile) -> boolean()
Types:
See external documentation.
previewText(This, Htmltext) -> boolean()
Types:
Equivalent to previewText(This, Htmltext, []).
previewText(This, Htmltext, Options::[Option]) ->
boolean()
Types:
See external documentation.
printFile(This, Htmlfile) -> boolean()
Types:
See external documentation.
printText(This, Htmltext) -> boolean()
Types:
Equivalent to printText(This, Htmltext, []).
printText(This, Htmltext, Options::[Option]) ->
boolean()
Types:
See external documentation.
pageSetup(This) -> ok
Types:
See external documentation.
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Options::[Option])
-> ok
Types:
See external documentation.
setHeader(This, Header) -> ok
Types:
Equivalent to setHeader(This, Header, []).
setHeader(This, Header, Options::[Option]) -> ok
Types:
See external documentation.
setFooter(This, Footer) -> ok
Types:
Equivalent to setFooter(This, Footer, []).
setFooter(This, Footer, Options::[Option]) -> ok
Types:
See external documentation.
destroy(This::wxHtmlEasyPrinting()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |