table of contents
- bullseye 1:23.2.6+dfsg-1+deb11u1
- testing 1:25.2.3+dfsg-1
- unstable 1:25.2.3+dfsg-1
- experimental 1:26.0.1+dfsg-1
wxHtmlEasyPrinting(3erl) | Erlang Module Definition | wxHtmlEasyPrinting(3erl) |
NAME¶
wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.
DESCRIPTION¶
See external documentation: wxHtmlEasyPrinting.
DATA TYPES¶
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:
See external documentation.
getPrintData(This) -> wxPrintData:wxPrintData()
Types:
See external documentation.
getPageSetupData(This) ->
wxPageSetupDialogData:wxPageSetupDialogData()
Types:
See external documentation.
previewFile(This, Htmlfile) -> boolean()
Types:
Htmlfile = unicode:chardata()
See external documentation.
previewText(This, Htmltext) -> boolean()
Types:
Htmltext = unicode:chardata()
Equivalent to previewText(This, Htmltext, []).
previewText(This, Htmltext, Options::[Option]) ->
boolean()
Types:
Htmltext = unicode:chardata()
Option = {basepath, unicode:chardata()}
See external documentation.
printFile(This, Htmlfile) -> boolean()
Types:
Htmlfile = unicode:chardata()
See external documentation.
printText(This, Htmltext) -> boolean()
Types:
Htmltext = unicode:chardata()
Equivalent to printText(This, Htmltext, []).
printText(This, Htmltext, Options::[Option]) ->
boolean()
Types:
Htmltext = unicode:chardata()
Option = {basepath, unicode:chardata()}
See external documentation.
pageSetup(This) -> ok
Types:
See external documentation.
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Equivalent to setFonts(This, Normal_face, Fixed_face, []).
setFonts(This, Normal_face, Fixed_face, Options::[Option])
-> ok
Types:
Normal_face = unicode:chardata()
Fixed_face = unicode:chardata()
Option = {sizes, [integer()]}
See external documentation.
setHeader(This, Header) -> ok
Types:
Header = unicode:chardata()
Equivalent to setHeader(This, Header, []).
setHeader(This, Header, Options::[Option]) -> ok
Types:
Header = unicode:chardata()
Option = {pg, integer()}
See external documentation.
setFooter(This, Footer) -> ok
Types:
Footer = unicode:chardata()
Equivalent to setFooter(This, Footer, []).
setFooter(This, Footer, Options::[Option]) -> ok
Types:
Footer = unicode:chardata()
Option = {pg, integer()}
See external documentation.
destroy(This::wxHtmlEasyPrinting()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>
wx 1.9.2 |