table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxHtmlEasyPrinting(3erl) | Erlang Module Definition | wxHtmlEasyPrinting(3erl) |
NAME¶
wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.DESCRIPTION¶
See external documentation: wxHtmlEasyPrinting.DATA TYPES¶
- 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()
Equivalent to new([]).
new(Option::[Option]) -> wxHtmlEasyPrinting()
Types:
Option = {name, chardata() (see module unicode)} |
{parentWindow, wxWindow() (see module wxWindow)}
See external documentation.
getPrintData(This) -> wxPrintData() (see module wxPrintData)
Types:
This = wxHtmlEasyPrinting()
See external documentation.
getPageSetupData(This) -> wxPageSetupDialogData() (see module
wxPageSetupDialogData)
Types:
This = wxHtmlEasyPrinting()
See external documentation.
previewFile(This, Htmlfile) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmlfile = chardata() (see module unicode)
See external documentation.
previewText(This, Htmltext) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Equivalent to previewText(This, Htmltext, []).
previewText(This, Htmltext, Option::[Option]) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Option = {basepath, chardata() (see module unicode)}
See external documentation.
printFile(This, Htmlfile) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmlfile = chardata() (see module unicode)
See external documentation.
printText(This, Htmltext) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Equivalent to printText(This, Htmltext, []).
printText(This, Htmltext, Option::[Option]) -> boolean()
Types:
This = wxHtmlEasyPrinting()
Htmltext = chardata() (see module unicode)
Option = {basepath, chardata() (see module unicode)}
See external documentation.
pageSetup(This) -> ok
Types:
This = wxHtmlEasyPrinting()
See external documentation.
setFonts(This, Normal_face, Fixed_face) -> ok
Types:
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
Types:
This = wxHtmlEasyPrinting()
Normal_face = chardata() (see module unicode)
Fixed_face = chardata() (see module unicode)
Option = {sizes, [integer()]}
See external documentation.
setHeader(This, Header) -> ok
Types:
This = wxHtmlEasyPrinting()
Header = chardata() (see module unicode)
Equivalent to setHeader(This, Header, []).
setHeader(This, Header, Option::[Option]) -> ok
Types:
This = wxHtmlEasyPrinting()
Header = chardata() (see module unicode)
Option = {pg, integer()}
See external documentation.
setFooter(This, Footer) -> ok
Types:
This = wxHtmlEasyPrinting()
Footer = chardata() (see module unicode)
Equivalent to setFooter(This, Footer, []).
setFooter(This, Footer, Option::[Option]) -> ok
Types:
This = wxHtmlEasyPrinting()
Footer = chardata() (see module unicode)
Option = {pg, integer()}
See external documentation.
destroy(This::wxHtmlEasyPrinting()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.3.1 |